Class: Aws::Types::TestSetIntentDiscrepancyItem
- Inherits:
-
Object
- Object
- Aws::Types::TestSetIntentDiscrepancyItem
- 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.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
3401 3402 3403 |
# File 'sig/types.rbs', line 3401 def @error_message end |
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
3400 3401 3402 |
# File 'sig/types.rbs', line 3400 def intent_name @intent_name end |