Values.RelevanceFeedbackSourceProvides feedback on how relevant a document is to a search. Your application uses the SubmitFeedback API to provide relevance information.
type nonrec t = {resultId : ResultId.t;The identifier of the search result that the user provided relevance feedback for.
*)relevanceValue : RelevanceType.t;Whether the document was relevant or not relevant to the search.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of ResultId.t ]) list ]