Class: Aws::Connect::Types::LexBotConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Connect::Types::LexBotConfig
 
- Defined in:
- gems/aws-sdk-connect/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.
| 14884 14885 14886 14887 14888 14889 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14884 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.
| 14884 14885 14886 14887 14888 14889 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14884 class LexBotConfig < Struct.new( :lex_bot, :lex_v2_bot) SENSITIVE = [] include Aws::Structure end |