Values.SuppressionConditionThresholdSourceContains 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.
type nonrec t = {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.
*)overallConfidenceThreshold : SuppressionConfidenceThreshold.t option;The overall confidence threshold used to determine suppression decisions.
*)}val make :
?overallConfidenceThreshold:??? ->
conditionThresholdEnabled:FeatureStatus.t ->
unit ->
t