Class: Aws::LexModelsV2::Types::UtteranceLevelTestResultItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::UtteranceLevelTestResultItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Contains information about multiple utterances in the results of a test set execution.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #conversation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the conversation associated with the result.
 - 
  
    
      #record_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The record number of the result.
 - 
  
    
      #turn_result  ⇒ Types::TestSetTurnResult 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains information about the turn associated with the result.
 
Instance Attribute Details
#conversation_id ⇒ String
The unique identifier for the conversation associated with the result.
      15726 15727 15728 15729 15730 15731 15732  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15726 class UtteranceLevelTestResultItem < Struct.new( :record_number, :conversation_id, :turn_result) SENSITIVE = [] include Aws::Structure end  | 
  
#record_number ⇒ Integer
The record number of the result.
      15726 15727 15728 15729 15730 15731 15732  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15726 class UtteranceLevelTestResultItem < Struct.new( :record_number, :conversation_id, :turn_result) SENSITIVE = [] include Aws::Structure end  | 
  
#turn_result ⇒ Types::TestSetTurnResult
Contains information about the turn associated with the result.
      15726 15727 15728 15729 15730 15731 15732  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15726 class UtteranceLevelTestResultItem < Struct.new( :record_number, :conversation_id, :turn_result) SENSITIVE = [] include Aws::Structure end  |