Class: Aws::QConnect::Types::UpdateSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::UpdateSessionRequest
- Defined in:
- gems/aws-sdk-qconnect/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.
-
#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.
10419 10420 10421 10422 10423 10424 10425 10426 10427 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10419 class UpdateSessionRequest < Struct.new( :assistant_id, :session_id, :description, :tag_filter, :ai_agent_configuration) 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.
10419 10420 10421 10422 10423 10424 10425 10426 10427 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10419 class UpdateSessionRequest < Struct.new( :assistant_id, :session_id, :description, :tag_filter, :ai_agent_configuration) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description.
10419 10420 10421 10422 10423 10424 10425 10426 10427 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10419 class UpdateSessionRequest < Struct.new( :assistant_id, :session_id, :description, :tag_filter, :ai_agent_configuration) 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.
10419 10420 10421 10422 10423 10424 10425 10426 10427 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10419 class UpdateSessionRequest < Struct.new( :assistant_id, :session_id, :description, :tag_filter, :ai_agent_configuration) SENSITIVE = [] include Aws::Structure end |
#tag_filter ⇒ Types::TagFilter
An object that can be used to specify Tag conditions.
10419 10420 10421 10422 10423 10424 10425 10426 10427 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10419 class UpdateSessionRequest < Struct.new( :assistant_id, :session_id, :description, :tag_filter, :ai_agent_configuration) SENSITIVE = [] include Aws::Structure end |