Class: Aws::Types::DialogAction
- Inherits:
-
Object
- Object
- Aws::Types::DialogAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#slot_to_elicit ⇒ ::String
Returns the value of attribute slot_to_elicit.
-
#suppress_next_message ⇒ Boolean
Returns the value of attribute suppress_next_message.
-
#type ⇒ "ElicitIntent", ...
Returns the value of attribute type.
Instance Attribute Details
#slot_to_elicit ⇒ ::String
Returns the value of attribute slot_to_elicit.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def slot_to_elicit @slot_to_elicit end |
#suppress_next_message ⇒ Boolean
Returns the value of attribute suppress_next_message.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def end |
#type ⇒ "ElicitIntent", ...
Returns the value of attribute type.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def type @type end |