Class: Aws::Kendra::Types::RelevanceFeedback
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::RelevanceFeedback
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Provides feedback on how relevant a document is to a search. Your application uses the ‘SubmitFeedback` API to provide relevance information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#relevance_value ⇒ String
Whether the document was relevant or not relevant to the search.
-
#result_id ⇒ String
The identifier of the search result that the user provided relevance feedback for.
Instance Attribute Details
#relevance_value ⇒ String
Whether the document was relevant or not relevant to the search.
8457 8458 8459 8460 8461 8462 |
# File 'lib/aws-sdk-kendra/types.rb', line 8457 class RelevanceFeedback < Struct.new( :result_id, :relevance_value) SENSITIVE = [] include Aws::Structure end |
#result_id ⇒ String
The identifier of the search result that the user provided relevance feedback for.
8457 8458 8459 8460 8461 8462 |
# File 'lib/aws-sdk-kendra/types.rb', line 8457 class RelevanceFeedback < Struct.new( :result_id, :relevance_value) SENSITIVE = [] include Aws::Structure end |