Values.BatchGetCaseRuleRequestSourceGets a batch of case rules. 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 = {domainId : DomainId.t;Unique identifier of a Cases domain.
*)caseRules : CaseRuleIdentifierList.t;A list of case rule identifiers.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of CaseRuleId.t ]) list ]
list
| `String of DomainId.t ])
list ]