Share via


MessageTemplateWhatsAppBindings Constructor

Definition

Initializes a new instance of MessageTemplateWhatsAppBindings.

public MessageTemplateWhatsAppBindings (System.Collections.Generic.IEnumerable<string> header = default, System.Collections.Generic.IEnumerable<string> body = default, System.Collections.Generic.IEnumerable<string> footer = default, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Azure.Communication.Messages.MessageTemplateValueWhatsAppSubType>> button = default);
new Azure.Communication.Messages.MessageTemplateWhatsAppBindings : seq<string> * seq<string> * seq<string> * seq<System.Collections.Generic.KeyValuePair<string, Azure.Communication.Messages.MessageTemplateValueWhatsAppSubType>> -> Azure.Communication.Messages.MessageTemplateWhatsAppBindings
Public Sub New (Optional header As IEnumerable(Of String) = Nothing, Optional body As IEnumerable(Of String) = Nothing, Optional footer As IEnumerable(Of String) = Nothing, Optional button As IEnumerable(Of KeyValuePair(Of String, MessageTemplateValueWhatsAppSubType)) = Nothing)

Parameters

Applies to