Module Values.SuppressionConditionThresholdSource

Contains Auto Validation settings, allowing you to suppress sending to specific destination(s) if they do not meet required threshold. For details on Auto Validation, see Auto Validation.

Sourcetype nonrec t = {
  1. conditionThresholdEnabled : FeatureStatus.t;
    (*

    Indicates whether Auto Validation is enabled for suppression. Set to ENABLED to enable the Auto Validation feature, or set to DISABLED to disable it.

    *)
  2. overallConfidenceThreshold : SuppressionConfidenceThreshold.t option;
    (*

    The overall confidence threshold used to determine suppression decisions.

    *)
}
Sourceval context_ : string
Sourceval make : ?overallConfidenceThreshold:??? -> conditionThresholdEnabled:FeatureStatus.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string ]) list ]) 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