Class: Aws::LexModelsV2::Types::IntentClassificationTestResults
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::IntentClassificationTestResults
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Information for the results of the intent classification test.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #items  ⇒ Array<Types::IntentClassificationTestResultItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of the results for the intent classification test.
 
Instance Attribute Details
#items ⇒ Array<Types::IntentClassificationTestResultItem>
A list of the results for the intent classification test.
      8188 8189 8190 8191 8192  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8188 class IntentClassificationTestResults < Struct.new( :items) SENSITIVE = [] include Aws::Structure end  |