Values.WhatsAppMessageTemplateSourceConfigurationSourceConfiguration information about the external data source.
type nonrec t = {businessAccountId : WhatsAppBusinessAccountId.t;The ID of the End User Messaging WhatsApp Business Account to associate with this template.
*)templateId : WhatsAppMessageTemplateId.t;The WhatsApp template ID.
*)components : WhatsAppMessageTemplateComponents.t option;The list of component mapping from WhatsApp template parameters to Message Template attributes.
*)}val make :
?components:??? ->
businessAccountId:WhatsAppBusinessAccountId.t ->
templateId:WhatsAppMessageTemplateId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of WhatsAppMessageTemplateComponent.t ] list
| `String of WhatsAppBusinessAccountId.t ])
list ]