Class: Aws::LexModelsV2::Types::TestSetIntentDiscrepancyItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::TestSetIntentDiscrepancyItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Contains information about discrepancy in an intent information between the test set and the bot.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #error_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The error message for a discrepancy for an intent between the test set and the bot.
 - 
  
    
      #intent_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the intent in the discrepancy report.
 
Instance Attribute Details
#error_message ⇒ String
The error message for a discrepancy for an intent between the test set and the bot.
      13845 13846 13847 13848 13849 13850  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13845 class TestSetIntentDiscrepancyItem < Struct.new( :intent_name, :error_message) SENSITIVE = [] include Aws::Structure end  | 
  
#intent_name ⇒ String
The name of the intent in the discrepancy report.
      13845 13846 13847 13848 13849 13850  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13845 class TestSetIntentDiscrepancyItem < Struct.new( :intent_name, :error_message) SENSITIVE = [] include Aws::Structure end  |