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.
4638 4639 4640 |
# File 'sig/types.rbs', line 4638 def lex_bot @lex_bot end |
#lex_v2_bot ⇒ Types::LexV2Bot
Returns the value of attribute lex_v2_bot.
4639 4640 4641 |
# File 'sig/types.rbs', line 4639 def lex_v2_bot @lex_v2_bot end |