Class: Aws::LexModelsV2::Types::OverallTestResultItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::OverallTestResultItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Information about the overall results for a test execution result.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #end_to_end_result_counts  ⇒ Hash<String,Integer> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of results that succeeded.
 - 
  
    
      #multi_turn_conversation  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether the conversation contains multiple turns or not.
 - 
  
    
      #speech_transcription_result_counts  ⇒ Hash<String,Integer> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of speech transcription results in the overall test.
 - 
  
    
      #total_result_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total number of overall results in the result of the test execution.
 
Instance Attribute Details
#end_to_end_result_counts ⇒ Hash<String,Integer>
The number of results that succeeded.
      11252 11253 11254 11255 11256 11257 11258 11259  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11252 class OverallTestResultItem < Struct.new( :multi_turn_conversation, :total_result_count, :speech_transcription_result_counts, :end_to_end_result_counts) SENSITIVE = [] include Aws::Structure end  | 
  
#multi_turn_conversation ⇒ Boolean
Indicates whether the conversation contains multiple turns or not.
      11252 11253 11254 11255 11256 11257 11258 11259  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11252 class OverallTestResultItem < Struct.new( :multi_turn_conversation, :total_result_count, :speech_transcription_result_counts, :end_to_end_result_counts) SENSITIVE = [] include Aws::Structure end  | 
  
#speech_transcription_result_counts ⇒ Hash<String,Integer>
The number of speech transcription results in the overall test.
      11252 11253 11254 11255 11256 11257 11258 11259  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11252 class OverallTestResultItem < Struct.new( :multi_turn_conversation, :total_result_count, :speech_transcription_result_counts, :end_to_end_result_counts) SENSITIVE = [] include Aws::Structure end  | 
  
#total_result_count ⇒ Integer
The total number of overall results in the result of the test execution.
      11252 11253 11254 11255 11256 11257 11258 11259  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11252 class OverallTestResultItem < Struct.new( :multi_turn_conversation, :total_result_count, :speech_transcription_result_counts, :end_to_end_result_counts) SENSITIVE = [] include Aws::Structure end  |