Class: Aws::QConnect::Types::UpdateAssistantAIAgentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::UpdateAssistantAIAgentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_agent_type ⇒ String
The type of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.
-
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
-
#configuration ⇒ Types::AIAgentConfigurationData
The configuration of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.
-
#orchestrator_configuration_list ⇒ Array<Types::OrchestratorConfigurationEntry>
The updated list of orchestrator configurations for the assistant AI Agent.
Instance Attribute Details
#ai_agent_type ⇒ String
The type of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.
11919 11920 11921 11922 11923 11924 11925 11926 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11919 class UpdateAssistantAIAgentRequest < Struct.new( :assistant_id, :ai_agent_type, :configuration, :orchestrator_configuration_list) SENSITIVE = [] include Aws::Structure end |
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
11919 11920 11921 11922 11923 11924 11925 11926 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11919 class UpdateAssistantAIAgentRequest < Struct.new( :assistant_id, :ai_agent_type, :configuration, :orchestrator_configuration_list) SENSITIVE = [] include Aws::Structure end |
#configuration ⇒ Types::AIAgentConfigurationData
The configuration of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.
11919 11920 11921 11922 11923 11924 11925 11926 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11919 class UpdateAssistantAIAgentRequest < Struct.new( :assistant_id, :ai_agent_type, :configuration, :orchestrator_configuration_list) SENSITIVE = [] include Aws::Structure end |
#orchestrator_configuration_list ⇒ Array<Types::OrchestratorConfigurationEntry>
The updated list of orchestrator configurations for the assistant AI Agent.
11919 11920 11921 11922 11923 11924 11925 11926 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11919 class UpdateAssistantAIAgentRequest < Struct.new( :assistant_id, :ai_agent_type, :configuration, :orchestrator_configuration_list) SENSITIVE = [] include Aws::Structure end |