Class: Aws::Kendra::Types::ConflictingItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

Information about a conflicting query used across different sets of featured results. When you create a featured results set, you must check that the queries are unique per featured results set for each index.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#query_textString

The text of the conflicting query.

Returns:

  • (String)


1341
1342
1343
1344
1345
1346
1347
# File 'lib/aws-sdk-kendra/types.rb', line 1341

class ConflictingItem < Struct.new(
  :query_text,
  :set_name,
  :set_id)
  SENSITIVE = []
  include Aws::Structure
end

#set_idString

The identifier of the set of featured results that the conflicting query belongs to.

Returns:

  • (String)


1341
1342
1343
1344
1345
1346
1347
# File 'lib/aws-sdk-kendra/types.rb', line 1341

class ConflictingItem < Struct.new(
  :query_text,
  :set_name,
  :set_id)
  SENSITIVE = []
  include Aws::Structure
end

#set_nameString

The name for the set of featured results that the conflicting query belongs to.

Returns:

  • (String)


1341
1342
1343
1344
1345
1346
1347
# File 'lib/aws-sdk-kendra/types.rb', line 1341

class ConflictingItem < Struct.new(
  :query_text,
  :set_name,
  :set_id)
  SENSITIVE = []
  include Aws::Structure
end