SystemPromptConfig
The system prompt input, either as inline text or from a configuration bundle.
Inheritors
Types
Functions
Casts this SystemPromptConfig as a ConfigurationBundle and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.SystemPromptConfigurationBundle value. Throws an exception if the SystemPromptConfig is not a ConfigurationBundle.
Casts this SystemPromptConfig as a ConfigurationBundle and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.SystemPromptConfigurationBundle value. Returns null if the SystemPromptConfig is not a ConfigurationBundle.
Casts this SystemPromptConfig as a Text and retrieves its kotlin.String value. Throws an exception if the SystemPromptConfig is not a Text.
Casts this SystemPromptConfig as a Text and retrieves its kotlin.String value. Returns null if the SystemPromptConfig is not a Text.