Class: Aws::QConnect::Types::UpdateSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::UpdateSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_agent_configuration ⇒ Hash<String,Types::AIAgentConfigurationData>
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.
-
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
-
#description ⇒ String
The description.
-
#orchestrator_configuration_list ⇒ Array<Types::OrchestratorConfigurationEntry>
The updated list of orchestrator configurations for the session.
-
#remove_orchestrator_configuration_list ⇒ Boolean
The list of orchestrator configurations to remove from the session.
-
#session_id ⇒ String
The identifier of the session.
-
#tag_filter ⇒ Types::TagFilter
An object that can be used to specify Tag conditions.
Instance Attribute Details
#ai_agent_configuration ⇒ Hash<String,Types::AIAgentConfigurationData>
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.
12348 12349 12350 12351 12352 12353 12354 12355 12356 12357 12358 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12348 class UpdateSessionRequest < Struct.new( :assistant_id, :session_id, :description, :tag_filter, :ai_agent_configuration, :orchestrator_configuration_list, :remove_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.
12348 12349 12350 12351 12352 12353 12354 12355 12356 12357 12358 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12348 class UpdateSessionRequest < Struct.new( :assistant_id, :session_id, :description, :tag_filter, :ai_agent_configuration, :orchestrator_configuration_list, :remove_orchestrator_configuration_list) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description.
12348 12349 12350 12351 12352 12353 12354 12355 12356 12357 12358 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12348 class UpdateSessionRequest < Struct.new( :assistant_id, :session_id, :description, :tag_filter, :ai_agent_configuration, :orchestrator_configuration_list, :remove_orchestrator_configuration_list) SENSITIVE = [] include Aws::Structure end |
#orchestrator_configuration_list ⇒ Array<Types::OrchestratorConfigurationEntry>
The updated list of orchestrator configurations for the session.
12348 12349 12350 12351 12352 12353 12354 12355 12356 12357 12358 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12348 class UpdateSessionRequest < Struct.new( :assistant_id, :session_id, :description, :tag_filter, :ai_agent_configuration, :orchestrator_configuration_list, :remove_orchestrator_configuration_list) SENSITIVE = [] include Aws::Structure end |
#remove_orchestrator_configuration_list ⇒ Boolean
The list of orchestrator configurations to remove from the session.
12348 12349 12350 12351 12352 12353 12354 12355 12356 12357 12358 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12348 class UpdateSessionRequest < Struct.new( :assistant_id, :session_id, :description, :tag_filter, :ai_agent_configuration, :orchestrator_configuration_list, :remove_orchestrator_configuration_list) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.
12348 12349 12350 12351 12352 12353 12354 12355 12356 12357 12358 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12348 class UpdateSessionRequest < Struct.new( :assistant_id, :session_id, :description, :tag_filter, :ai_agent_configuration, :orchestrator_configuration_list, :remove_orchestrator_configuration_list) SENSITIVE = [] include Aws::Structure end |
#tag_filter ⇒ Types::TagFilter
An object that can be used to specify Tag conditions.
12348 12349 12350 12351 12352 12353 12354 12355 12356 12357 12358 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12348 class UpdateSessionRequest < Struct.new( :assistant_id, :session_id, :description, :tag_filter, :ai_agent_configuration, :orchestrator_configuration_list, :remove_orchestrator_configuration_list) SENSITIVE = [] include Aws::Structure end |