WhatsAppMessageTemplateBindings Class
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.
The template bindings for WhatsApp.
public class WhatsAppMessageTemplateBindings : Azure.Communication.Messages.MessageTemplateBindings, System.ClientModel.Primitives.IJsonModel<Azure.Communication.Messages.Models.Channels.WhatsAppMessageTemplateBindings>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.Messages.Models.Channels.WhatsAppMessageTemplateBindings>
type WhatsAppMessageTemplateBindings = class
inherit MessageTemplateBindings
interface IJsonModel<WhatsAppMessageTemplateBindings>
interface IPersistableModel<WhatsAppMessageTemplateBindings>
Public Class WhatsAppMessageTemplateBindings
Inherits MessageTemplateBindings
Implements IJsonModel(Of WhatsAppMessageTemplateBindings), IPersistableModel(Of WhatsAppMessageTemplateBindings)
- Inheritance
- Implements
Constructors
WhatsAppMessageTemplateBindings() |
Initializes a new instance of WhatsAppMessageTemplateBindings. |
Properties
Body |
The body template bindings. |
Buttons |
The button template bindings. |
Footer |
The footer template bindings. |
Header |
The header template bindings. |
Explicit Interface Implementations
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET