You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kendra::Types::SubmitFeedbackRequestWhen passing SubmitFeedbackRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
index_id: "IndexId", query_id: "QueryId", click_feedback_items: [
{
result_id: "ResultId", click_time: Time.now, },
],
relevance_feedback_items: [
{
result_id: "ResultId", relevance_value: "RELEVANT", },
],
}
Instance Attribute Summary collapse
Tells Amazon Kendra that a particular search result link was chosen by the user.
The identifier of the index that was queried.
The identifier of the specific query for which you are submitting feedback.
Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant to the search.
Tells Amazon Kendra that a particular search result link was chosen by the user.
#index_id ⇒ StringThe identifier of the index that was queried.
#query_id ⇒ StringThe identifier of the specific query for which you are submitting feedback. The query ID is returned in the response to the operation.
#relevance_feedback_items ⇒ Array<Types::RelevanceFeedback>Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant to the search.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4