Values.SubmitFeedbackRequestSourceEnables you to provide feedback to Amazon Kendra to improve the performance of your index. SubmitFeedback is currently not supported in the Amazon Web Services GovCloud (US-West) region.
type nonrec t = {indexId : IndexId.t;The identifier of the index that was queried.
*)queryId : QueryId.t;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 : ClickFeedbackList.t option;Tells Amazon Kendra that a particular search result link was chosen by the user.
*)relevanceFeedbackItems : RelevanceFeedbackList.t option;Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant to the search.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of ResultId.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of IndexId.t ])
list ]