Values.GetCaseRuleResponseSourceDetailed case rule information. 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 = {caseRuleId : CaseRuleId.t option;Unique identifier of a case rule.
*)name : CaseRuleName.t option;Name of the case rule.
*)caseRuleArn : CaseRuleArn.t option;The Amazon Resource Name (ARN) of the case rule.
*)rule : CaseRuleDetails.t option;Represents what rule type should take place, under what conditions.
*)description : CaseRuleDescription.t option;Description of a case rule.
*)deleted : Deleted.t option;Indicates whether the resource has been deleted.
*)createdTime : CreatedTime.t option;Timestamp when the resource was created.
*)lastModifiedTime : LastModifiedTime.t option;Timestamp when the resource was created or last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Deleted.t
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of CaseRuleId.t
| `Structure of
(string * [> `Structure of (string * Awso.Botodata.value) list ])
list
| `Timestamp of CreatedTime.t ])
list ]