Class: Aws::Types::DialogAction
- Inherits:
-
Object
- Object
- Aws::Types::DialogAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fulfillment_state ⇒ "Fulfilled", ...
Returns the value of attribute fulfillment_state.
-
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#message_format ⇒ "PlainText", ...
Returns the value of attribute message_format.
-
#slot_to_elicit ⇒ ::String
Returns the value of attribute slot_to_elicit.
-
#slots ⇒ ::Hash[::String, ::String]
Returns the value of attribute slots.
-
#type ⇒ "ElicitIntent", ...
Returns the value of attribute type.
Instance Attribute Details
#fulfillment_state ⇒ "Fulfilled", ...
Returns the value of attribute fulfillment_state.
70 71 72 |
# File 'sig/types.rbs', line 70 def fulfillment_state @fulfillment_state end |
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
67 68 69 |
# File 'sig/types.rbs', line 67 def intent_name @intent_name end |
#message ⇒ ::String
Returns the value of attribute message.
71 72 73 |
# File 'sig/types.rbs', line 71 def end |
#message_format ⇒ "PlainText", ...
Returns the value of attribute message_format.
72 73 74 |
# File 'sig/types.rbs', line 72 def end |
#slot_to_elicit ⇒ ::String
Returns the value of attribute slot_to_elicit.
69 70 71 |
# File 'sig/types.rbs', line 69 def slot_to_elicit @slot_to_elicit end |
#slots ⇒ ::Hash[::String, ::String]
Returns the value of attribute slots.
68 69 70 |
# File 'sig/types.rbs', line 68 def slots @slots end |
#type ⇒ "ElicitIntent", ...
Returns the value of attribute type.
66 67 68 |
# File 'sig/types.rbs', line 66 def type @type end |