Class: Aws::LexModelsV2::Types::IntentClassificationTestResultItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::IntentClassificationTestResultItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Information for an intent that is classified by the test workbench.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#intent_name ⇒ String
The name of the intent.
-
#multi_turn_conversation ⇒ Boolean
Indicates whether the conversation involves multiple turns or not.
-
#result_counts ⇒ Types::IntentClassificationTestResultItemCounts
The result of the intent classification test.
Instance Attribute Details
#intent_name ⇒ String
The name of the intent.
8146 8147 8148 8149 8150 8151 8152 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8146 class IntentClassificationTestResultItem < Struct.new( :intent_name, :multi_turn_conversation, :result_counts) SENSITIVE = [] include Aws::Structure end |
#multi_turn_conversation ⇒ Boolean
Indicates whether the conversation involves multiple turns or not.
8146 8147 8148 8149 8150 8151 8152 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8146 class IntentClassificationTestResultItem < Struct.new( :intent_name, :multi_turn_conversation, :result_counts) SENSITIVE = [] include Aws::Structure end |
#result_counts ⇒ Types::IntentClassificationTestResultItemCounts
The result of the intent classification test.
8146 8147 8148 8149 8150 8151 8152 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8146 class IntentClassificationTestResultItem < Struct.new( :intent_name, :multi_turn_conversation, :result_counts) SENSITIVE = [] include Aws::Structure end |