Values.CreateCaseRuleRequestSourceCreates a new case rule. 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.
*)name : CaseRuleName.t;Name of the case rule.
*)description : CaseRuleDescription.t option;The description of a case rule.
*)rule : CaseRuleDetails.t;Represents what rule type should take place, under what conditions.
*)}val make :
?description:??? ->
domainId:DomainId.t ->
name:CaseRuleName.t ->
rule:CaseRuleDetails.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of DomainId.t
| `Structure of
(string * [> `Structure of (string * Awso.Botodata.value) list ])
list ])
list ]