You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Connect::Types::LexBot
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Connect::Types::LexBot
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing LexBot as input to an Aws::Client method, you can use a vanilla Hash:
{
  name: "BotName",
  lex_region: "LexRegion",
}
Configuration information of an Amazon Lex bot.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #lex_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Region the Amazon Lex bot was created in. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the Amazon Lex bot. 
Instance Attribute Details
#lex_region ⇒ String
The Region the Amazon Lex bot was created in.
#name ⇒ String
The name of the Amazon Lex bot.