Class: Aws::LexModelsV2::Types::ConversationLevelSlotResolutionResultItem

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

Overview

The slots used for the slot resolution in the conversation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#intent_nameString

The intents used in the slots list for the slot resolution details.

Returns:

  • (String)


3169
3170
3171
3172
3173
3174
3175
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3169

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

#match_resultString

The number of matching slots used in the slots listings for the slot resolution evaluation.

Returns:

  • (String)


3169
3170
3171
3172
3173
3174
3175
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3169

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

#slot_nameString

The slot name in the slots list for the slot resolution details.

Returns:

  • (String)


3169
3170
3171
3172
3173
3174
3175
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3169

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