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.
13258 13259 13260 13261 13262 13263 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13258 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.
13258 13259 13260 13261 13262 13263 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13258 class LexBotConfig < Struct.new( :lex_bot, :lex_v2_bot) SENSITIVE = [] include Aws::Structure end |