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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET