RecommendationConfig
The configuration for a recommendation, varying by recommendation type.
Inheritors
Types
The configuration for a system prompt recommendation.
The configuration for a tool description recommendation.
Functions
Casts this RecommendationConfig as a SystemPromptRecommendationConfig and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.SystemPromptRecommendationConfig value. Throws an exception if the RecommendationConfig is not a SystemPromptRecommendationConfig.
Casts this RecommendationConfig as a SystemPromptRecommendationConfig and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.SystemPromptRecommendationConfig value. Returns null if the RecommendationConfig is not a SystemPromptRecommendationConfig.
Casts this RecommendationConfig as a ToolDescriptionRecommendationConfig and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.ToolDescriptionRecommendationConfig value. Throws an exception if the RecommendationConfig is not a ToolDescriptionRecommendationConfig.
Casts this RecommendationConfig as a ToolDescriptionRecommendationConfig and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.ToolDescriptionRecommendationConfig value. Returns null if the RecommendationConfig is not a ToolDescriptionRecommendationConfig.