Values.MessageTemplateAttributesSourceThe attributes that are used with the message template.
type nonrec t = {systemAttributes : SystemAttributes.t option;The system attributes that are used with the message template.
*)agentAttributes : AgentAttributes.t option;The agent attributes that are used with the message template.
*)customerProfileAttributes : CustomerProfileAttributes.t option;The customer profile attributes that are used with the message template.
*)customAttributes : CustomAttributes.t option;The custom attributes that are used with the message template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of MessageTemplateAttributeKey.t ]
* [> `String of MessageTemplateAttributeValue.t ])
list
| `Structure of
(string
* [> `Map of
([> `String of MessageTemplateAttributeKey.t ]
* [> `String of MessageTemplateAttributeValue.t ])
list
| `String of MessageTemplateAttributeValue.t
| `Structure of
(string * [> `String of MessageTemplateAttributeValue.t ])
list ])
list ])
list ]