Class: Aws::Types::LexConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LexConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invoked_by ⇒ Types::InvokedBy
Returns the value of attribute invoked_by.
-
#lex_bot_alias_arn ⇒ ::String
Returns the value of attribute lex_bot_alias_arn.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#responds_to ⇒ "STANDARD_MESSAGES"
Returns the value of attribute responds_to.
-
#welcome_intent ⇒ ::String
Returns the value of attribute welcome_intent.
Instance Attribute Details
#invoked_by ⇒ Types::InvokedBy
Returns the value of attribute invoked_by.
308 309 310 |
# File 'sig/types.rbs', line 308 def invoked_by @invoked_by end |
#lex_bot_alias_arn ⇒ ::String
Returns the value of attribute lex_bot_alias_arn.
309 310 311 |
# File 'sig/types.rbs', line 309 def lex_bot_alias_arn @lex_bot_alias_arn end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
310 311 312 |
# File 'sig/types.rbs', line 310 def locale_id @locale_id end |
#responds_to ⇒ "STANDARD_MESSAGES"
Returns the value of attribute responds_to.
307 308 309 |
# File 'sig/types.rbs', line 307 def responds_to @responds_to end |
#welcome_intent ⇒ ::String
Returns the value of attribute welcome_intent.
311 312 313 |
# File 'sig/types.rbs', line 311 def welcome_intent @welcome_intent end |