Class: Aws::LexModelsV2::Types::IntentLevelSlotResolutionTestResultItem

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

Overview

Information about intent-level slot resolution in a test result.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#intent_nameString

The name of the intent that was recognized.

Returns:

  • (String)


8305
8306
8307
8308
8309
8310
8311
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8305

class IntentLevelSlotResolutionTestResultItem < Struct.new(
  :intent_name,
  :multi_turn_conversation,
  :slot_resolution_results)
  SENSITIVE = []
  include Aws::Structure
end

#multi_turn_conversationBoolean

Indicates whether the conversation involves multiple turns or not.

Returns:

  • (Boolean)


8305
8306
8307
8308
8309
8310
8311
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8305

class IntentLevelSlotResolutionTestResultItem < Struct.new(
  :intent_name,
  :multi_turn_conversation,
  :slot_resolution_results)
  SENSITIVE = []
  include Aws::Structure
end

#slot_resolution_resultsArray<Types::SlotResolutionTestResultItem>

The results for the slot resolution in the test execution result.



8305
8306
8307
8308
8309
8310
8311
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8305

class IntentLevelSlotResolutionTestResultItem < Struct.new(
  :intent_name,
  :multi_turn_conversation,
  :slot_resolution_results)
  SENSITIVE = []
  include Aws::Structure
end