Module Values.RankingDataSource

Details about the source content ranking data.

Sourcetype nonrec t = {
  1. relevanceScore : RelevanceScore.t option;
    (*

    The relevance level of the recommendation.

    *)
  2. relevanceLevel : RelevanceLevel.t option;
    (*

    The relevance score of the content.

    *)
}
Sourceval make : ?relevanceScore:??? -> ?relevanceLevel:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of RelevanceScore.t | `Enum of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t