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)


3096
3097
3098
3099
3100
3101
3102
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3096

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)


3096
3097
3098
3099
3100
3101
3102
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3096

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)


3096
3097
3098
3099
3100
3101
3102
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3096

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