Share via


WhatsAppButtonActionBindings Class

Definition

WhatsApp Binding actions to the interactive message.

public class WhatsAppButtonActionBindings : Azure.Communication.Messages.ActionBindings, System.ClientModel.Primitives.IJsonModel<Azure.Communication.Messages.Models.Channels.WhatsAppButtonActionBindings>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.Messages.Models.Channels.WhatsAppButtonActionBindings>
type WhatsAppButtonActionBindings = class
    inherit ActionBindings
    interface IJsonModel<WhatsAppButtonActionBindings>
    interface IPersistableModel<WhatsAppButtonActionBindings>
Public Class WhatsAppButtonActionBindings
Inherits ActionBindings
Implements IJsonModel(Of WhatsAppButtonActionBindings), IPersistableModel(Of WhatsAppButtonActionBindings)
Inheritance
WhatsAppButtonActionBindings
Implements

Constructors

WhatsAppButtonActionBindings(ButtonSetContent)

Initializes a new instance of WhatsAppButtonActionBindings.

Properties

Content

Action content of Interactive message.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ActionBindings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ActionBindings)
IJsonModel<WhatsAppButtonActionBindings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WhatsAppButtonActionBindings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ActionBindings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ActionBindings)
IPersistableModel<WhatsAppButtonActionBindings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WhatsAppButtonActionBindings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WhatsAppButtonActionBindings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to