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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET