Values.RequiredCaseRuleSourceRequired rule type, used to indicate whether a field is required. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template.
type nonrec t = {defaultValue : Boolean.t;The value of the rule (that is, whether the field is required) should none of the conditions evaluate to true.
*)conditions : BooleanConditionList.t;List of conditions for the required rule; the first condition to evaluate to true dictates the value of the rule.
*)}