WhatsAppMessageTemplateBindings Class

Definition

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
WhatsAppMessageTemplateBindings
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

IJsonModel<MessageTemplateBindings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MessageTemplateBindings)
IJsonModel<MessageTemplateBindings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MessageTemplateBindings)
IJsonModel<WhatsAppMessageTemplateBindings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WhatsAppMessageTemplateBindings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MessageTemplateBindings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MessageTemplateBindings)
IPersistableModel<MessageTemplateBindings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MessageTemplateBindings)
IPersistableModel<MessageTemplateBindings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MessageTemplateBindings)
IPersistableModel<WhatsAppMessageTemplateBindings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WhatsAppMessageTemplateBindings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WhatsAppMessageTemplateBindings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to