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
- Struct
- Aws::Kendra::Types::ClickFeedback
- 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
-
#click_time ⇒ Time
The Unix timestamp of the date and time that the result was clicked.
-
#result_id ⇒ String
The unique identifier of the search result that was clicked.
Instance Attribute Details
#click_time ⇒ Time
The Unix timestamp of the date and time that the result was clicked.
#result_id ⇒ String
The unique identifier of the search result that was clicked.