Values.CaseRuleDetailsSourceRepresents what rule type should take place, under what conditions. 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 = {required : RequiredCaseRule.t option;Required rule type, used to indicate whether a field is required.
*)fieldOptions : FieldOptionsCaseRule.t option;Which options are available in a child field based on the selected value in a parent field.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * Awso.Botodata.value) list ]) list ]