Class: Aws::Types::IntentSummary
- Inherits:
-
Object
- Object
- Aws::Types::IntentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checkpoint_label ⇒ ::String
Returns the value of attribute checkpoint_label.
-
#confirmation_status ⇒ "None", ...
Returns the value of attribute confirmation_status.
-
#dialog_action_type ⇒ "ElicitIntent", ...
Returns the value of attribute dialog_action_type.
-
#fulfillment_state ⇒ "Fulfilled", ...
Returns the value of attribute fulfillment_state.
-
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
-
#slot_to_elicit ⇒ ::String
Returns the value of attribute slot_to_elicit.
-
#slots ⇒ ::Hash[::String, ::String]
Returns the value of attribute slots.
Instance Attribute Details
#checkpoint_label ⇒ ::String
Returns the value of attribute checkpoint_label.
109 110 111 |
# File 'sig/types.rbs', line 109 def checkpoint_label @checkpoint_label end |
#confirmation_status ⇒ "None", ...
Returns the value of attribute confirmation_status.
111 112 113 |
# File 'sig/types.rbs', line 111 def confirmation_status @confirmation_status end |
#dialog_action_type ⇒ "ElicitIntent", ...
Returns the value of attribute dialog_action_type.
112 113 114 |
# File 'sig/types.rbs', line 112 def dialog_action_type @dialog_action_type end |
#fulfillment_state ⇒ "Fulfilled", ...
Returns the value of attribute fulfillment_state.
113 114 115 |
# File 'sig/types.rbs', line 113 def fulfillment_state @fulfillment_state end |
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
108 109 110 |
# File 'sig/types.rbs', line 108 def intent_name @intent_name end |
#slot_to_elicit ⇒ ::String
Returns the value of attribute slot_to_elicit.
114 115 116 |
# File 'sig/types.rbs', line 114 def slot_to_elicit @slot_to_elicit end |
#slots ⇒ ::Hash[::String, ::String]
Returns the value of attribute slots.
110 111 112 |
# File 'sig/types.rbs', line 110 def slots @slots end |