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.
8409 8410 8411 8412 8413 8414 |
# File 'lib/aws-sdk-kendra/types.rb', line 8409 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.
8409 8410 8411 8412 8413 8414 |
# File 'lib/aws-sdk-kendra/types.rb', line 8409 class RelevanceFeedback < Struct.new( :result_id, :relevance_value) SENSITIVE = [] include Aws::Structure end |