Class: Aws::LexModelsV2::Types::TestSetDiscrepancyReportBotAliasTarget
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelsV2::Types::TestSetDiscrepancyReportBotAliasTarget
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains information about the bot alias used for the test set discrepancy report.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #bot_alias_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier for the bot associated with the bot alias. 
- 
  
    
      #bot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier for the bot alias. 
- 
  
    
      #locale_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the locale associated with the bot alias. 
Instance Attribute Details
#bot_alias_id ⇒ String
The unique identifier for the bot associated with the bot alias.
| 13810 13811 13812 13813 13814 13815 13816 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13810 class TestSetDiscrepancyReportBotAliasTarget < Struct.new( :bot_id, :bot_alias_id, :locale_id) SENSITIVE = [] include Aws::Structure end | 
#bot_id ⇒ String
The unique identifier for the bot alias.
| 13810 13811 13812 13813 13814 13815 13816 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13810 class TestSetDiscrepancyReportBotAliasTarget < Struct.new( :bot_id, :bot_alias_id, :locale_id) SENSITIVE = [] include Aws::Structure end | 
#locale_id ⇒ String
The unique identifier of the locale associated with the bot alias.
| 13810 13811 13812 13813 13814 13815 13816 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13810 class TestSetDiscrepancyReportBotAliasTarget < Struct.new( :bot_id, :bot_alias_id, :locale_id) SENSITIVE = [] include Aws::Structure end |