Class: Aws::Types::TestSetSlotDiscrepancyItem
- Inherits:
-
Object
- Object
- Aws::Types::TestSetSlotDiscrepancyItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
-
#slot_name ⇒ ::String
Returns the value of attribute slot_name.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
3408 3409 3410 |
# File 'sig/types.rbs', line 3408 def end |
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
3406 3407 3408 |
# File 'sig/types.rbs', line 3406 def intent_name @intent_name end |
#slot_name ⇒ ::String
Returns the value of attribute slot_name.
3407 3408 3409 |
# File 'sig/types.rbs', line 3407 def slot_name @slot_name end |