Class: Aws::LexModelsV2::Types::InputSessionStateSpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::InputSessionStateSpecification
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Specifications for the current state of the dialog between the user and the bot in the test set.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #active_contexts  ⇒ Array<Types::ActiveContext> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Active contexts for the session state.
 - 
  
    
      #runtime_hints  ⇒ Types::RuntimeHints 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Runtime hints for the session state.
 - 
  
    
      #session_attributes  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Session attributes for the session state.
 
Instance Attribute Details
#active_contexts ⇒ Array<Types::ActiveContext>
Active contexts for the session state.
      8122 8123 8124 8125 8126 8127 8128  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8122 class InputSessionStateSpecification < Struct.new( :session_attributes, :active_contexts, :runtime_hints) SENSITIVE = [] include Aws::Structure end  | 
  
#runtime_hints ⇒ Types::RuntimeHints
Runtime hints for the session state.
      8122 8123 8124 8125 8126 8127 8128  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8122 class InputSessionStateSpecification < Struct.new( :session_attributes, :active_contexts, :runtime_hints) SENSITIVE = [] include Aws::Structure end  | 
  
#session_attributes ⇒ Hash<String,String>
Session attributes for the session state.
      8122 8123 8124 8125 8126 8127 8128  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8122 class InputSessionStateSpecification < Struct.new( :session_attributes, :active_contexts, :runtime_hints) SENSITIVE = [] include Aws::Structure end  |