MessageTemplateWhatsAppBindings Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- header
- IEnumerable<String>
- body
- IEnumerable<String>
- footer
- IEnumerable<String>
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET