Class: Aws::Types::ConversationLevelSlotResolutionResultItem
- Inherits:
-
Object
- Object
- Aws::Types::ConversationLevelSlotResolutionResultItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
-
#match_result ⇒ "Matched", ...
Returns the value of attribute match_result.
-
#slot_name ⇒ ::String
Returns the value of attribute slot_name.
Instance Attribute Details
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
707 708 709 |
# File 'sig/types.rbs', line 707 def intent_name @intent_name end |
#match_result ⇒ "Matched", ...
Returns the value of attribute match_result.
709 710 711 |
# File 'sig/types.rbs', line 709 def match_result @match_result end |
#slot_name ⇒ ::String
Returns the value of attribute slot_name.
708 709 710 |
# File 'sig/types.rbs', line 708 def slot_name @slot_name end |