Uses of Class
software.amazon.awssdk.services.qconnect.model.AIAgentType
-
Packages that use AIAgentType Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of AIAgentType in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return AIAgentType Modifier and Type Method Description AIAgentTypeRemoveAssistantAiAgentRequest. aiAgentType()The type of the AI Agent being removed for use by default from the Amazon Q in Connect Assistant.AIAgentTypeUpdateAssistantAiAgentRequest. aiAgentType()The type of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.static AIAgentTypeAIAgentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AIAgentTypeAIAgentData. type()The type of the AI Agent.AIAgentTypeAIAgentSummary. type()The type of the AI Agent.AIAgentTypeCreateAiAgentRequest. type()The type of the AI Agent.static AIAgentTypeAIAgentType. valueOf(String name)Returns the enum constant of this type with the specified name.static AIAgentType[]AIAgentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type AIAgentType 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.static Set<AIAgentType>AIAgentType. knownValues()Methods in software.amazon.awssdk.services.qconnect.model with parameters of type AIAgentType Modifier and Type Method Description RemoveAssistantAiAgentRequest.BuilderRemoveAssistantAiAgentRequest.Builder. aiAgentType(AIAgentType aiAgentType)The type of the AI Agent being removed for use by default from the Amazon Q in Connect Assistant.UpdateAssistantAiAgentRequest.BuilderUpdateAssistantAiAgentRequest.Builder. aiAgentType(AIAgentType aiAgentType)The type of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.AIAgentData.BuilderAIAgentData.Builder. type(AIAgentType type)The type of the AI Agent.AIAgentSummary.BuilderAIAgentSummary.Builder. type(AIAgentType type)The type of the AI Agent.CreateAiAgentRequest.BuilderCreateAiAgentRequest.Builder. type(AIAgentType type)The type of the AI Agent.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type AIAgentType 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.
-