Class: Aws::Types::DialogState
- Inherits:
-
Object
- Object
- Aws::Types::DialogState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dialog_action ⇒ Types::DialogAction
Returns the value of attribute dialog_action.
-
#intent ⇒ Types::IntentOverride
Returns the value of attribute intent.
-
#session_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute session_attributes.
Instance Attribute Details
#dialog_action ⇒ Types::DialogAction
Returns the value of attribute dialog_action.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def dialog_action @dialog_action end |
#intent ⇒ Types::IntentOverride
Returns the value of attribute intent.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def intent @intent end |
#session_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute session_attributes.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def session_attributes @session_attributes end |