Class: Aws::Types::TestSetSlotDiscrepancyItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


3408
3409
3410
# File 'sig/types.rbs', line 3408

def error_message
  @error_message
end

#intent_name ⇒ ::String

Returns the value of attribute intent_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3407
3408
3409
# File 'sig/types.rbs', line 3407

def slot_name
  @slot_name
end