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)


3124
3125
3126
3127
3128
3129
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3124

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)


3124
3125
3126
3127
3128
3129
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3124

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