Values.ClickFeedbackSourceGathers information about when a particular result was clicked by a user. Your application uses the SubmitFeedback API to provide click information.
type nonrec t = {resultId : ResultId.t;The identifier of the search result that was clicked.
*)clickTime : Timestamp.t;The Unix timestamp when the result was clicked.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ResultId.t | `Timestamp of Timestamp.t ]) list ]