Class: Aws::QConnect::Types::SessionData
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QConnect::Types::SessionData
 
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Information about the session.
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. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the session. 
- 
  
    
      #integration_configuration  ⇒ Types::SessionIntegrationConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The configuration information for the session integration. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the session. 
- 
  
    
      #origin  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The origin of the Session to be listed. 
- 
  
    
      #session_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the session. 
- 
  
    
      #session_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the session. 
- 
  
    
      #tag_filter  ⇒ Types::TagFilter 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An object that can be used to specify Tag conditions. 
- 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The tags used to organize, track, or control access for this resource. 
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.
| 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9285 class SessionData < Struct.new( :session_arn, :session_id, :name, :description, :tags, :integration_configuration, :tag_filter, :ai_agent_configuration, :origin) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
The description of the session.
| 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9285 class SessionData < Struct.new( :session_arn, :session_id, :name, :description, :tags, :integration_configuration, :tag_filter, :ai_agent_configuration, :origin) SENSITIVE = [] include Aws::Structure end | 
#integration_configuration ⇒ Types::SessionIntegrationConfiguration
The configuration information for the session integration.
| 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9285 class SessionData < Struct.new( :session_arn, :session_id, :name, :description, :tags, :integration_configuration, :tag_filter, :ai_agent_configuration, :origin) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the session.
| 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9285 class SessionData < Struct.new( :session_arn, :session_id, :name, :description, :tags, :integration_configuration, :tag_filter, :ai_agent_configuration, :origin) SENSITIVE = [] include Aws::Structure end | 
#origin ⇒ String
The origin of the Session to be listed. SYSTEM for a default
Session created by Amazon Q in Connect or CUSTOMER for a Session
created by calling CreateSession API.
| 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9285 class SessionData < Struct.new( :session_arn, :session_id, :name, :description, :tags, :integration_configuration, :tag_filter, :ai_agent_configuration, :origin) SENSITIVE = [] include Aws::Structure end | 
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the session.
| 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9285 class SessionData < Struct.new( :session_arn, :session_id, :name, :description, :tags, :integration_configuration, :tag_filter, :ai_agent_configuration, :origin) SENSITIVE = [] include Aws::Structure end | 
#session_id ⇒ String
The identifier of the session.
| 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9285 class SessionData < Struct.new( :session_arn, :session_id, :name, :description, :tags, :integration_configuration, :tag_filter, :ai_agent_configuration, :origin) SENSITIVE = [] include Aws::Structure end | 
#tag_filter ⇒ Types::TagFilter
An object that can be used to specify Tag conditions.
| 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9285 class SessionData < Struct.new( :session_arn, :session_id, :name, :description, :tags, :integration_configuration, :tag_filter, :ai_agent_configuration, :origin) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
| 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9285 class SessionData < Struct.new( :session_arn, :session_id, :name, :description, :tags, :integration_configuration, :tag_filter, :ai_agent_configuration, :origin) SENSITIVE = [] include Aws::Structure end |