Class: Aws::Types::TestSetDiscrepancyErrors

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:



3356
3357
3358
# File 'sig/types.rbs', line 3356

def slot_discrepancies
  @slot_discrepancies
end