Class: Aws::LexModelsV2::Types::DeleteIntentRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelsV2::Types::DeleteIntentRequest
 
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #bot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the bot associated with the intent. 
- 
  
    
      #bot_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version of the bot associated with the intent. 
- 
  
    
      #intent_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the intent to delete. 
- 
  
    
      #locale_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the language and locale where the bot will be deleted. 
Instance Attribute Details
#bot_id ⇒ String
The identifier of the bot associated with the intent.
| 5400 5401 5402 5403 5404 5405 5406 5407 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5400 class DeleteIntentRequest < Struct.new( :intent_id, :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end | 
#bot_version ⇒ String
The version of the bot associated with the intent.
| 5400 5401 5402 5403 5404 5405 5406 5407 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5400 class DeleteIntentRequest < Struct.new( :intent_id, :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end | 
#intent_id ⇒ String
The unique identifier of the intent to delete.
| 5400 5401 5402 5403 5404 5405 5406 5407 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5400 class DeleteIntentRequest < Struct.new( :intent_id, :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end | 
#locale_id ⇒ String
The identifier of the language and locale where the bot will be deleted. The string must match one of the supported locales. For more information, see Supported languages.
| 5400 5401 5402 5403 5404 5405 5406 5407 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5400 class DeleteIntentRequest < Struct.new( :intent_id, :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end |