Class: Aws::Types::IntentClassificationTestResultItem
- Inherits:
-
Object
- Object
- Aws::Types::IntentClassificationTestResultItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
-
#multi_turn_conversation ⇒ Boolean
Returns the value of attribute multi_turn_conversation.
-
#result_counts ⇒ Types::IntentClassificationTestResultItemCounts
Returns the value of attribute result_counts.
Instance Attribute Details
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def intent_name @intent_name end |
#multi_turn_conversation ⇒ Boolean
Returns the value of attribute multi_turn_conversation.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def multi_turn_conversation @multi_turn_conversation end |
#result_counts ⇒ Types::IntentClassificationTestResultItemCounts
Returns the value of attribute result_counts.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def result_counts @result_counts end |