Class: Aws::LexModelsV2::Types::OverallTestResultItem
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelsV2::Types::OverallTestResultItem
 
- Defined in:
- gems/aws-sdk-lexmodelsv2/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.
| 11323 11324 11325 11326 11327 11328 11329 11330 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11323 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.
| 11323 11324 11325 11326 11327 11328 11329 11330 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11323 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.
| 11323 11324 11325 11326 11327 11328 11329 11330 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11323 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.
| 11323 11324 11325 11326 11327 11328 11329 11330 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11323 class OverallTestResultItem < Struct.new( :multi_turn_conversation, :total_result_count, :speech_transcription_result_counts, :end_to_end_result_counts) SENSITIVE = [] include Aws::Structure end |