Module Values.TemplateRuleSource

An association representing a case rule acting upon a field. 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.

Sourcetype nonrec t = {
  1. caseRuleId : CaseRuleId.t;
    (*

    Unique identifier of a case rule.

    *)
  2. fieldId : FieldId.t option;
    (*

    Unique identifier of a field.

    *)
}
Sourceval context_ : string
Sourceval make : ?fieldId:??? -> caseRuleId:CaseRuleId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CaseRuleId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t