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.
13277 13278 13279 13280 13281 13282 |
# File 'lib/aws-sdk-connect/types.rb', line 13277 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.
13277 13278 13279 13280 13281 13282 |
# File 'lib/aws-sdk-connect/types.rb', line 13277 class LexBotConfig < Struct.new( :lex_bot, :lex_v2_bot) SENSITIVE = [] include Aws::Structure end |