Class: Aws::LexModelsV2::Types::TestSetSlotDiscrepancyItem

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

Overview

Contains information about discrepancy in a slot 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)


13798
13799
13800
13801
13802
13803
13804
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13798

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

#intent_nameString

The name of the intent associated with the slot in the discrepancy report.

Returns:

  • (String)


13798
13799
13800
13801
13802
13803
13804
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13798

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

#slot_nameString

The name of the slot in the discrepancy report.

Returns:

  • (String)


13798
13799
13800
13801
13802
13803
13804
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13798

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