Uses of Interface
software.amazon.awssdk.services.qconnect.model.AIAgentConfigurationData.Builder
-
Packages that use AIAgentConfigurationData.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of AIAgentConfigurationData.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return AIAgentConfigurationData.Builder Modifier and Type Method Description AIAgentConfigurationData.BuilderAIAgentConfigurationData.Builder. aiAgentId(String aiAgentId)The ID of the AI Agent to be configured.static AIAgentConfigurationData.BuilderAIAgentConfigurationData. builder()AIAgentConfigurationData.BuilderAIAgentConfigurationData. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type AIAgentConfigurationData.Builder Modifier and Type Method Description static Class<? extends AIAgentConfigurationData.Builder>AIAgentConfigurationData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type AIAgentConfigurationData.Builder Modifier and Type Method Description default UpdateAssistantAiAgentRequest.BuilderUpdateAssistantAiAgentRequest.Builder. configuration(Consumer<AIAgentConfigurationData.Builder> configuration)The configuration of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.
-