Class: Aws::Types::LexBotConfig
- Inherits:
-
Object
- Object
- Aws::Types::LexBotConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lex_bot ⇒ Types::LexBot
Returns the value of attribute lex_bot.
-
#lex_v2_bot ⇒ Types::LexV2Bot
Returns the value of attribute lex_v2_bot.
Instance Attribute Details
#lex_bot ⇒ Types::LexBot
Returns the value of attribute lex_bot.
4691 4692 4693 |
# File 'sig/types.rbs', line 4691 def lex_bot @lex_bot end |
#lex_v2_bot ⇒ Types::LexV2Bot
Returns the value of attribute lex_v2_bot.
4692 4693 4694 |
# File 'sig/types.rbs', line 4692 def lex_v2_bot @lex_v2_bot end |