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