Class: Aws::Types::TestSetDiscrepancyErrors
- Inherits:
-
Object
- Object
- Aws::Types::TestSetDiscrepancyErrors
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#intent_discrepancies ⇒ ::Array[Types::TestSetIntentDiscrepancyItem]
Returns the value of attribute intent_discrepancies.
-
#slot_discrepancies ⇒ ::Array[Types::TestSetSlotDiscrepancyItem]
Returns the value of attribute slot_discrepancies.
Instance Attribute Details
#intent_discrepancies ⇒ ::Array[Types::TestSetIntentDiscrepancyItem]
Returns the value of attribute intent_discrepancies.
3355 3356 3357 |
# File 'sig/types.rbs', line 3355 def intent_discrepancies @intent_discrepancies end |
#slot_discrepancies ⇒ ::Array[Types::TestSetSlotDiscrepancyItem]
Returns the value of attribute slot_discrepancies.
3356 3357 3358 |
# File 'sig/types.rbs', line 3356 def slot_discrepancies @slot_discrepancies end |