Enables you to provide feedback to Amazon Kendra to improve the performance of your index
Source:R/kendra_operations.R
kendra_submit_feedback.RdEnables you to provide feedback to Amazon Kendra to improve the performance of your index.
See https://www.paws-r-sdk.com/docs/kendra_submit_feedback/ for full documentation.
Usage
kendra_submit_feedback(
IndexId,
QueryId,
ClickFeedbackItems = NULL,
RelevanceFeedbackItems = NULL
)Arguments
- IndexId
[required] The identifier of the index that was queried.
- QueryId
[required] The identifier of the specific query for which you are submitting feedback. The query ID is returned in the response to the
queryAPI.- ClickFeedbackItems
Tells Amazon Kendra that a particular search result link was chosen by the user.
- RelevanceFeedbackItems
Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant to the search.