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)


1360
1361
1362
1363
1364
1365
1366
# File 'lib/aws-sdk-kendra/types.rb', line 1360

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)


1360
1361
1362
1363
1364
1365
1366
# File 'lib/aws-sdk-kendra/types.rb', line 1360

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)


1360
1361
1362
1363
1364
1365
1366
# File 'lib/aws-sdk-kendra/types.rb', line 1360

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