Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.RecommendationResultConfigurationBundle
Packages that use RecommendationResultConfigurationBundle
-
Uses of RecommendationResultConfigurationBundle in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return RecommendationResultConfigurationBundleModifier and TypeMethodDescriptionSystemPromptRecommendationResult.configurationBundle()The configuration bundle containing the recommended system prompt, if the input was sourced from a configuration bundle.ToolDescriptionRecommendationResult.configurationBundle()The configuration bundle containing the recommended tool descriptions, if the input was sourced from a configuration bundle.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type RecommendationResultConfigurationBundleModifier and TypeMethodDescriptionSystemPromptRecommendationResult.Builder.configurationBundle(RecommendationResultConfigurationBundle configurationBundle) The configuration bundle containing the recommended system prompt, if the input was sourced from a configuration bundle.ToolDescriptionRecommendationResult.Builder.configurationBundle(RecommendationResultConfigurationBundle configurationBundle) The configuration bundle containing the recommended tool descriptions, if the input was sourced from a configuration bundle.