Class: Aws::Types::ConversationLevelSlotResolutionResultItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#intent_name ⇒ ::String

Returns the value of attribute intent_name.

Returns:

  • (::String)


707
708
709
# File 'sig/types.rbs', line 707

def intent_name
  @intent_name
end

#match_result ⇒ "Matched", ...

Returns the value of attribute match_result.

Returns:

  • ("Matched", "Mismatched", "ExecutionError")


709
710
711
# File 'sig/types.rbs', line 709

def match_result
  @match_result
end

#slot_name ⇒ ::String

Returns the value of attribute slot_name.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def slot_name
  @slot_name
end