Values.UpdateCaseRuleRequestSourceUpdates a 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.
*)caseRuleId : CaseRuleId.t;Unique identifier of a case rule.
*)name : CaseRuleName.t option;Name of the case rule.
*)description : CaseRuleDescription.t option;Description of a case rule.
*)rule : CaseRuleDetails.t option;Represents what rule type should take place, under what conditions.
*)}val make :
?name:??? ->
?description:??? ->
?rule:??? ->
domainId:DomainId.t ->
caseRuleId:CaseRuleId.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 ]