class Aws::Kendra::Types::RelevanceFeedback

Provides feedback on how relevant a document is to a search. Your application uses the `SubmitFeedback` operation to provide relevance information.

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

data as a hash:

    {
      result_id: "ResultId", # required
      relevance_value: "RELEVANT", # required, accepts RELEVANT, NOT_RELEVANT
    }

@!attribute [rw] result_id

The unique identifier of the search result that the user provided
relevance feedback for.
@return [String]

@!attribute [rw] relevance_value

Whether to document was relevant or not relevant to the search.
@return [String]

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

Constants

SENSITIVE