Class: Aws::LexModelsV2::Types::ConversationLevelIntentClassificationResultItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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

Instance Attribute Details

#intent_nameString

The intent name used in the evaluation of intent level success or failure.

Returns:

  • (String)


3051
3052
3053
3054
3055
3056
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3051

class ConversationLevelIntentClassificationResultItem < Struct.new(
  :intent_name,
  :match_result)
  SENSITIVE = []
  include Aws::Structure
end

#match_resultString

The number of times the specific intent is used in the evaluation of intent level success or failure.

Returns:

  • (String)


3051
3052
3053
3054
3055
3056
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3051

class ConversationLevelIntentClassificationResultItem < Struct.new(
  :intent_name,
  :match_result)
  SENSITIVE = []
  include Aws::Structure
end