Class: Aws::LexModelsV2::Types::DeleteCustomVocabularyRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::DeleteCustomVocabularyRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the bot to remove the custom vocabulary from.
 - 
  
    
      #bot_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the bot to remove the custom vocabulary from.
 - 
  
    
      #locale_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The locale identifier for the locale that contains the custom vocabulary to remove.
 
Instance Attribute Details
#bot_id ⇒ String
The unique identifier of the bot to remove the custom vocabulary from.
      5236 5237 5238 5239 5240 5241 5242  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5236 class DeleteCustomVocabularyRequest < Struct.new( :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end  | 
  
#bot_version ⇒ String
The version of the bot to remove the custom vocabulary from.
      5236 5237 5238 5239 5240 5241 5242  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5236 class DeleteCustomVocabularyRequest < Struct.new( :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end  | 
  
#locale_id ⇒ String
The locale identifier for the locale that contains the custom vocabulary to remove.
      5236 5237 5238 5239 5240 5241 5242  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5236 class DeleteCustomVocabularyRequest < Struct.new( :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end  |