Class: Aws::LexModelsV2::Types::SlotResolutionTestResultItemCounts
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelsV2::Types::SlotResolutionTestResultItemCounts
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Information about the counts for a slot resolution in the results of a test execution.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #slot_match_result_counts  ⇒ Hash<String,Integer> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of matched and mismatched results for slot resolution for the slot. 
- 
  
    
      #speech_transcription_result_counts  ⇒ Hash<String,Integer> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of matched, mismatched and execution error results for speech transcription for the slot. 
- 
  
    
      #total_result_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The total number of results. 
Instance Attribute Details
#slot_match_result_counts ⇒ Hash<String,Integer>
The number of matched and mismatched results for slot resolution for the slot.
| 12463 12464 12465 12466 12467 12468 12469 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12463 class SlotResolutionTestResultItemCounts < Struct.new( :total_result_count, :speech_transcription_result_counts, :slot_match_result_counts) SENSITIVE = [] include Aws::Structure end | 
#speech_transcription_result_counts ⇒ Hash<String,Integer>
The number of matched, mismatched and execution error results for speech transcription for the slot.
| 12463 12464 12465 12466 12467 12468 12469 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12463 class SlotResolutionTestResultItemCounts < Struct.new( :total_result_count, :speech_transcription_result_counts, :slot_match_result_counts) SENSITIVE = [] include Aws::Structure end | 
#total_result_count ⇒ Integer
The total number of results.
| 12463 12464 12465 12466 12467 12468 12469 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12463 class SlotResolutionTestResultItemCounts < Struct.new( :total_result_count, :speech_transcription_result_counts, :slot_match_result_counts) SENSITIVE = [] include Aws::Structure end |