Class: Aws::Types::ConversationLevelIntentClassificationResultItem

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)


695
696
697
# File 'sig/types.rbs', line 695

def intent_name
  @intent_name
end

#match_result ⇒ "Matched", ...

Returns the value of attribute match_result.

Returns:

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


696
697
698
# File 'sig/types.rbs', line 696

def match_result
  @match_result
end