A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Kendra/Types/SubmitFeedbackRequest.html below:

SubmitFeedbackRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kendra::Types::SubmitFeedbackRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #click_feedback_items ⇒ Array<Types::ClickFeedback>

Tells Amazon Kendra that a particular search result link was chosen by the user.

#index_id ⇒ String

The identifier of the index that was queried.

#query_id ⇒ String

The 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