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

Class: Aws::Kendra::Types::ClickFeedback

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ClickFeedback as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#click_timeTime

The Unix timestamp of the date and time that the result was clicked.

Returns:

  • (Time)

    The Unix timestamp of the date and time that the result was clicked.

#result_idString

The unique identifier of the search result that was clicked.

Returns:

  • (String)

    The unique identifier of the search result that was clicked.