Class: Aws::QConnect::Types::UpdateSessionDataRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QConnect::Types::UpdateSessionDataRequest
 
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #assistant_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the Amazon Q in Connect assistant. 
- 
  
    
      #data  ⇒ Array<Types::RuntimeSessionData> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The data stored on the Amazon Q in Connect Session. 
- 
  
    
      #namespace  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The namespace into which the session data is stored. 
- 
  
    
      #session_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the session. 
Instance Attribute Details
#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.
| 10356 10357 10358 10359 10360 10361 10362 10363 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10356 class UpdateSessionDataRequest < Struct.new( :assistant_id, :session_id, :namespace, :data) SENSITIVE = [] include Aws::Structure end | 
#data ⇒ Array<Types::RuntimeSessionData>
The data stored on the Amazon Q in Connect Session.
| 10356 10357 10358 10359 10360 10361 10362 10363 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10356 class UpdateSessionDataRequest < Struct.new( :assistant_id, :session_id, :namespace, :data) SENSITIVE = [] include Aws::Structure end | 
#namespace ⇒ String
The namespace into which the session data is stored. Supported namespaces are: Custom
| 10356 10357 10358 10359 10360 10361 10362 10363 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10356 class UpdateSessionDataRequest < Struct.new( :assistant_id, :session_id, :namespace, :data) 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.
| 10356 10357 10358 10359 10360 10361 10362 10363 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10356 class UpdateSessionDataRequest < Struct.new( :assistant_id, :session_id, :namespace, :data) SENSITIVE = [] include Aws::Structure end |