Class: Aws::LexModelsV2::Types::TestSetSlotDiscrepancyItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::TestSetSlotDiscrepancyItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Contains information about discrepancy in a slot 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 associated with the slot in the discrepancy report.
 - 
  
    
      #slot_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the slot 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.
      13871 13872 13873 13874 13875 13876 13877  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13871 class TestSetSlotDiscrepancyItem < Struct.new( :intent_name, :slot_name, :error_message) SENSITIVE = [] include Aws::Structure end  | 
  
#intent_name ⇒ String
The name of the intent associated with the slot in the discrepancy report.
      13871 13872 13873 13874 13875 13876 13877  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13871 class TestSetSlotDiscrepancyItem < Struct.new( :intent_name, :slot_name, :error_message) SENSITIVE = [] include Aws::Structure end  | 
  
#slot_name ⇒ String
The name of the slot in the discrepancy report.
      13871 13872 13873 13874 13875 13876 13877  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13871 class TestSetSlotDiscrepancyItem < Struct.new( :intent_name, :slot_name, :error_message) SENSITIVE = [] include Aws::Structure end  |