Values.CaseRuleSummarySourceSummary information of this 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 = {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.
*)ruleType : RuleType.t option;Possible types for a rule.
*)description : CaseRuleDescription.t option;Description of a case rule.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CaseRuleId.t ]) list ]