kendra_submit_feedback {paws.analytics} | R Documentation |
Enables you to provide feedback to Amazon Kendra to improve the performance of your index
Description
Enables 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
|
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. |
[Package paws.analytics version 0.7.0 Index]