class Aws::Kendra::Types::SubmitFeedbackRequest

@note When making an API call, you may pass SubmitFeedbackRequest

data as a hash:

    {
      index_id: "IndexId", # required
      query_id: "QueryId", # required
      click_feedback_items: [
        {
          result_id: "ResultId", # required
          click_time: Time.now, # required
        },
      ],
      relevance_feedback_items: [
        {
          result_id: "ResultId", # required
          relevance_value: "RELEVANT", # required, accepts RELEVANT, NOT_RELEVANT
        },
      ],
    }

@!attribute [rw] index_id

The identifier of the index that was queried.
@return [String]

@!attribute [rw] query_id

The identifier of the specific query for which you are submitting
feedback. The query ID is returned in the response to the `Query`
operation.
@return [String]

@!attribute [rw] click_feedback_items

Tells Amazon Kendra that a particular search result link was chosen
by the user.
@return [Array<Types::ClickFeedback>]

@!attribute [rw] relevance_feedback_items

Provides Amazon Kendra with relevant or not relevant feedback for
whether a particular item was relevant to the search.
@return [Array<Types::RelevanceFeedback>]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/SubmitFeedbackRequest AWS API Documentation

Constants

SENSITIVE