Class: Aws::Types::ConversationLevelIntentClassificationResultItem
- Inherits:
-
Object
- Object
- Aws::Types::ConversationLevelIntentClassificationResultItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
-
#match_result ⇒ "Matched", ...
Returns the value of attribute match_result.
Instance Attribute Details
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
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.
696 697 698 |
# File 'sig/types.rbs', line 696 def match_result @match_result end |