Class: Aws::LexModelsV2::Types::GenerateBotElementResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::GenerateBotElementResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique bot Id for the bot which received the response.
 - 
  
    
      #bot_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique bot version for the bot which received the response.
 - 
  
    
      #intent_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique intent Id for the bot which received the response.
 - 
  
    
      #locale_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique locale Id for the bot which received the response.
 - 
  
    
      #sample_utterances  ⇒ Array<Types::SampleUtterance> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The sample utterances for the bot which received the response.
 
Instance Attribute Details
#bot_id ⇒ String
The unique bot Id for the bot which received the response.
      7722 7723 7724 7725 7726 7727 7728 7729 7730  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7722 class GenerateBotElementResponse < Struct.new( :bot_id, :bot_version, :locale_id, :intent_id, :sample_utterances) SENSITIVE = [] include Aws::Structure end  | 
  
#bot_version ⇒ String
The unique bot version for the bot which received the response.
      7722 7723 7724 7725 7726 7727 7728 7729 7730  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7722 class GenerateBotElementResponse < Struct.new( :bot_id, :bot_version, :locale_id, :intent_id, :sample_utterances) SENSITIVE = [] include Aws::Structure end  | 
  
#intent_id ⇒ String
The unique intent Id for the bot which received the response.
      7722 7723 7724 7725 7726 7727 7728 7729 7730  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7722 class GenerateBotElementResponse < Struct.new( :bot_id, :bot_version, :locale_id, :intent_id, :sample_utterances) SENSITIVE = [] include Aws::Structure end  | 
  
#locale_id ⇒ String
The unique locale Id for the bot which received the response.
      7722 7723 7724 7725 7726 7727 7728 7729 7730  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7722 class GenerateBotElementResponse < Struct.new( :bot_id, :bot_version, :locale_id, :intent_id, :sample_utterances) SENSITIVE = [] include Aws::Structure end  | 
  
#sample_utterances ⇒ Array<Types::SampleUtterance>
The sample utterances for the bot which received the response.
      7722 7723 7724 7725 7726 7727 7728 7729 7730  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7722 class GenerateBotElementResponse < Struct.new( :bot_id, :bot_version, :locale_id, :intent_id, :sample_utterances) SENSITIVE = [] include Aws::Structure end  |