Uses of Class
software.amazon.awssdk.services.qconnect.model.AnswerRecommendationAIAgentConfiguration
-
Packages that use AnswerRecommendationAIAgentConfiguration Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of AnswerRecommendationAIAgentConfiguration in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return AnswerRecommendationAIAgentConfiguration Modifier and Type Method Description AnswerRecommendationAIAgentConfigurationAIAgentConfiguration. answerRecommendationAIAgentConfiguration()The configuration for AI Agents of typeANSWER_RECOMMENDATION.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type AnswerRecommendationAIAgentConfiguration Modifier and Type Method Description AIAgentConfiguration.BuilderAIAgentConfiguration.Builder. answerRecommendationAIAgentConfiguration(AnswerRecommendationAIAgentConfiguration answerRecommendationAIAgentConfiguration)The configuration for AI Agents of typeANSWER_RECOMMENDATION.static AIAgentConfigurationAIAgentConfiguration. fromAnswerRecommendationAIAgentConfiguration(AnswerRecommendationAIAgentConfiguration answerRecommendationAIAgentConfiguration)Create an instance of this class withAIAgentConfiguration.answerRecommendationAIAgentConfiguration()initialized to the given value.
-