Class: Aws::Connect::Types::LexBotConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::LexBotConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Configuration information of an Amazon Lex or Amazon Lex V2 bot.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #lex_bot  ⇒ Types::LexBot 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Configuration information of an Amazon Lex bot.
 - 
  
    
      #lex_v2_bot  ⇒ Types::LexV2Bot 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Configuration information of an Amazon Lex V2 bot.
 
Instance Attribute Details
#lex_bot ⇒ Types::LexBot
Configuration information of an Amazon Lex bot.
      13619 13620 13621 13622 13623 13624  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 13619 class LexBotConfig < Struct.new( :lex_bot, :lex_v2_bot) SENSITIVE = [] include Aws::Structure end  | 
  
#lex_v2_bot ⇒ Types::LexV2Bot
Configuration information of an Amazon Lex V2 bot.
      13619 13620 13621 13622 13623 13624  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 13619 class LexBotConfig < Struct.new( :lex_bot, :lex_v2_bot) SENSITIVE = [] include Aws::Structure end  |