Class: Aws::LexModelsV2::Types::TurnSpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::TurnSpecification
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Contains information about the messages in the turn.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_turn  ⇒ Types::AgentTurnSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains information about the agent messages in the turn.
 - 
  
    
      #user_turn  ⇒ Types::UserTurnSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains information about the user messages in the turn.
 
Instance Attribute Details
#agent_turn ⇒ Types::AgentTurnSpecification
Contains information about the agent messages in the turn.
      14154 14155 14156 14157 14158 14159  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14154 class TurnSpecification < Struct.new( :agent_turn, :user_turn) SENSITIVE = [] include Aws::Structure end  | 
  
#user_turn ⇒ Types::UserTurnSpecification
Contains information about the user messages in the turn.
      14154 14155 14156 14157 14158 14159  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14154 class TurnSpecification < Struct.new( :agent_turn, :user_turn) SENSITIVE = [] include Aws::Structure end  |