Module Values.SystemEndpointAttributesSource

The system endpoint attributes that are used with the message template.

Sourcetype nonrec t = {
  1. address : MessageTemplateAttributeValue.t option;
    (*

    The customer's phone number if used with customerEndpoint, or the number the customer dialed to call your contact center if used with systemEndpoint.

    *)
}
Sourceval make : ?address:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MessageTemplateAttributeValue.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