kendra_submit_feedback: Enables you to provide feedback to Amazon Kendra to improve...

View source: R/kendra_operations.R

kendra_submit_feedbackR 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 query API.

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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.