Class: Aws::LexModelsV2::Types::UtteranceLevelTestResults
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::UtteranceLevelTestResults
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Contains information about the utterances in the results of the test set execution.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #items  ⇒ Array<Types::UtteranceLevelTestResultItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains information about an utterance in the results of the test set execution.
 
Instance Attribute Details
#items ⇒ Array<Types::UtteranceLevelTestResultItem>
Contains information about an utterance in the results of the test set execution.
      15744 15745 15746 15747 15748  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15744 class UtteranceLevelTestResults < Struct.new( :items) SENSITIVE = [] include Aws::Structure end  |