Values.WhatsAppMessageTemplateSourceConfigurationSummarySourceConfiguration information about the external data source.
type nonrec t = {businessAccountId : WhatsAppBusinessAccountId.t option;The ID of the End User Messaging WhatsApp Business Account to associate with this template.
*)templateId : WhatsAppMessageTemplateId.t option;The ID of WhatsApp template.
*)name : WhatsAppMessageTemplateName.t option;The name of the WhatsApp template.
*)language : WhatsAppMessageTemplateLanguage.t option;The language of the WhatsApp template.
*)components : WhatsAppMessageTemplateComponents.t option;The list of component mapping from WhatsApp template parameters to Message Template attributes.
*)status : WhatsAppSourceConfigurationStatus.t option;The status of the message template.
*)statusReason : NonEmptyUnlimitedString.t option;The status reason of the message template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of WhatsAppMessageTemplateComponent.t ] list
| `String of WhatsAppBusinessAccountId.t ])
list ]