Uses of Class
software.amazon.awssdk.services.qconnect.model.AIAgentConfigurationData
-
Packages that use AIAgentConfigurationData Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of AIAgentConfigurationData in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return AIAgentConfigurationData Modifier and Type Method Description AIAgentConfigurationDataUpdateAssistantAiAgentRequest. configuration()The configuration of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type AIAgentConfigurationData Modifier and Type Method Description Map<AIAgentType,AIAgentConfigurationData>AssistantData. aiAgentConfiguration()The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that is set on the Amazon Q in Connect Assistant.Map<AIAgentType,AIAgentConfigurationData>AssistantSummary. aiAgentConfiguration()The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that is set on the Amazon Q in Connect Assistant.Map<AIAgentType,AIAgentConfigurationData>CreateSessionRequest. aiAgentConfiguration()The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that should be used by Amazon Q in Connect for this Session.Map<AIAgentType,AIAgentConfigurationData>SessionData. aiAgentConfiguration()The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that should be used by Amazon Q in Connect for this Session.Map<AIAgentType,AIAgentConfigurationData>UpdateSessionRequest. aiAgentConfiguration()The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that should be used by Amazon Q in Connect for this Session.Map<String,AIAgentConfigurationData>AssistantData. aiAgentConfigurationAsStrings()The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that is set on the Amazon Q in Connect Assistant.Map<String,AIAgentConfigurationData>AssistantSummary. aiAgentConfigurationAsStrings()The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that is set on the Amazon Q in Connect Assistant.Map<String,AIAgentConfigurationData>CreateSessionRequest. aiAgentConfigurationAsStrings()The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that should be used by Amazon Q in Connect for this Session.Map<String,AIAgentConfigurationData>SessionData. aiAgentConfigurationAsStrings()The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that should be used by Amazon Q in Connect for this Session.Map<String,AIAgentConfigurationData>UpdateSessionRequest. aiAgentConfigurationAsStrings()The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that should be used by Amazon Q in Connect for this Session.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type AIAgentConfigurationData Modifier and Type Method Description UpdateAssistantAiAgentRequest.BuilderUpdateAssistantAiAgentRequest.Builder. configuration(AIAgentConfigurationData configuration)The configuration of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type AIAgentConfigurationData Modifier and Type Method Description AssistantData.BuilderAssistantData.Builder. aiAgentConfiguration(Map<AIAgentType,AIAgentConfigurationData> aiAgentConfiguration)The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that is set on the Amazon Q in Connect Assistant.AssistantSummary.BuilderAssistantSummary.Builder. aiAgentConfiguration(Map<AIAgentType,AIAgentConfigurationData> aiAgentConfiguration)The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that is set on the Amazon Q in Connect Assistant.CreateSessionRequest.BuilderCreateSessionRequest.Builder. aiAgentConfiguration(Map<AIAgentType,AIAgentConfigurationData> aiAgentConfiguration)The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that should be used by Amazon Q in Connect for this Session.SessionData.BuilderSessionData.Builder. aiAgentConfiguration(Map<AIAgentType,AIAgentConfigurationData> aiAgentConfiguration)The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that should be used by Amazon Q in Connect for this Session.UpdateSessionRequest.BuilderUpdateSessionRequest.Builder. aiAgentConfiguration(Map<AIAgentType,AIAgentConfigurationData> aiAgentConfiguration)The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that should be used by Amazon Q in Connect for this Session.AssistantData.BuilderAssistantData.Builder. aiAgentConfigurationWithStrings(Map<String,AIAgentConfigurationData> aiAgentConfiguration)The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that is set on the Amazon Q in Connect Assistant.AssistantSummary.BuilderAssistantSummary.Builder. aiAgentConfigurationWithStrings(Map<String,AIAgentConfigurationData> aiAgentConfiguration)The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that is set on the Amazon Q in Connect Assistant.CreateSessionRequest.BuilderCreateSessionRequest.Builder. aiAgentConfigurationWithStrings(Map<String,AIAgentConfigurationData> aiAgentConfiguration)The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that should be used by Amazon Q in Connect for this Session.SessionData.BuilderSessionData.Builder. aiAgentConfigurationWithStrings(Map<String,AIAgentConfigurationData> aiAgentConfiguration)The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that should be used by Amazon Q in Connect for this Session.UpdateSessionRequest.BuilderUpdateSessionRequest.Builder. aiAgentConfigurationWithStrings(Map<String,AIAgentConfigurationData> aiAgentConfiguration)The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that should be used by Amazon Q in Connect for this Session.
-