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.
11975 11976 11977 11978 11979 11980 |
# File 'lib/aws-sdk-connect/types.rb', line 11975 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.
11975 11976 11977 11978 11979 11980 |
# File 'lib/aws-sdk-connect/types.rb', line 11975 class LexBotConfig < Struct.new( :lex_bot, :lex_v2_bot) SENSITIVE = [] include Aws::Structure end |