Class: Aws::LexModelsV2::Types::ConversationLevelIntentClassificationResultItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ConversationLevelIntentClassificationResultItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
The item listing the evaluation of intent level success or failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#intent_name ⇒ String
The intent name used in the evaluation of intent level success or failure.
-
#match_result ⇒ String
The number of times the specific intent is used in the evaluation of intent level success or failure.
Instance Attribute Details
#intent_name ⇒ String
The intent name used in the evaluation of intent level success or failure.
3124 3125 3126 3127 3128 3129 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3124 class ConversationLevelIntentClassificationResultItem < Struct.new( :intent_name, :match_result) SENSITIVE = [] include Aws::Structure end |
#match_result ⇒ String
The number of times the specific intent is used in the evaluation of intent level success or failure.
3124 3125 3126 3127 3128 3129 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3124 class ConversationLevelIntentClassificationResultItem < Struct.new( :intent_name, :match_result) SENSITIVE = [] include Aws::Structure end |