Class: Aws::Kendra::Types::ConflictingItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ConflictingItem
- 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
-
#query_text ⇒ String
The text of the conflicting query.
-
#set_id ⇒ String
The identifier of the set of featured results that the conflicting query belongs to.
-
#set_name ⇒ String
The name for the set of featured results that the conflicting query belongs to.
Instance Attribute Details
#query_text ⇒ String
The text of the conflicting query.
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_id ⇒ String
The identifier of the set of featured results that the conflicting query belongs to.
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_name ⇒ String
The name for the set of featured results that the conflicting query belongs to.
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 |