Class: Aws::Types::IntentLevelSlotResolutionTestResultItem
- Inherits:
-
Object
- Object
- Aws::Types::IntentLevelSlotResolutionTestResultItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
-
#multi_turn_conversation ⇒ Boolean
Returns the value of attribute multi_turn_conversation.
-
#slot_resolution_results ⇒ ::Array[Types::SlotResolutionTestResultItem]
Returns the value of attribute slot_resolution_results.
Instance Attribute Details
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def intent_name @intent_name end |
#multi_turn_conversation ⇒ Boolean
Returns the value of attribute multi_turn_conversation.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def multi_turn_conversation @multi_turn_conversation end |
#slot_resolution_results ⇒ ::Array[Types::SlotResolutionTestResultItem]
Returns the value of attribute slot_resolution_results.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def slot_resolution_results @slot_resolution_results end |