Module Values.WhatsAppMessageTemplateSourceConfigurationSource

Configuration information about the external data source.

Sourcetype nonrec t = {
  1. businessAccountId : WhatsAppBusinessAccountId.t;
    (*

    The ID of the End User Messaging WhatsApp Business Account to associate with this template.

    *)
  2. templateId : WhatsAppMessageTemplateId.t;
    (*

    The WhatsApp template ID.

    *)
  3. components : WhatsAppMessageTemplateComponents.t option;
    (*

    The list of component mapping from WhatsApp template parameters to Message Template attributes.

    *)
}
Sourceval context_ : string
Sourceval make : ?components:??? -> businessAccountId:WhatsAppBusinessAccountId.t -> templateId:WhatsAppMessageTemplateId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of WhatsAppMessageTemplateComponent.t ] list | `String of WhatsAppBusinessAccountId.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