Class: Aws::LexModelsV2::Types::TestSetIntentDiscrepancyItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Contains information about discrepancy in an intent information between the test set and the bot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

The error message for a discrepancy for an intent between the test set and the bot.

Returns:

  • (String)


14182
14183
14184
14185
14186
14187
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14182

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

#intent_nameString

The name of the intent in the discrepancy report.

Returns:

  • (String)


14182
14183
14184
14185
14186
14187
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14182

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