class Aws::Kendra::Types::ClickFeedback

Gathers information about when a particular result was clicked by a user. Your application uses the `SubmitFeedback` operation to provide click information.

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

data as a hash:

    {
      result_id: "ResultId", # required
      click_time: Time.now, # required
    }

@!attribute [rw] result_id

The unique identifier of the search result that was clicked.
@return [String]

@!attribute [rw] click_time

The Unix timestamp of the date and time that the result was clicked.
@return [Time]

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

Constants

SENSITIVE