Module Values.ReviewPolicySource

HIT Review Policy data structures represent HIT review policies, which you specify when you create a HIT.

Sourcetype nonrec t = {
  1. policyName : String_.t;
    (*

    Name of a Review Policy: SimplePlurality/2011-09-01 or ScoreMyKnownAnswers/2011-09-01

    *)
  2. parameters : PolicyParameterList.t option;
    (*

    Name of the parameter from the Review policy.

    *)
}
Sourceval context_ : string
Sourceval make : ?parameters:??? -> policyName:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of String_.t | `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list | `String of String_.t ]) list ] list | `String of String_.t ]) 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