Share via


WhatsAppUrlActionBindings Class

Definition

WhatsApp Binding actions to the interactive message.

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

Constructors

WhatsAppUrlActionBindings(LinkContent)

Initializes a new instance of WhatsAppUrlActionBindings.

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<WhatsAppUrlActionBindings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WhatsAppUrlActionBindings>.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<WhatsAppUrlActionBindings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WhatsAppUrlActionBindings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WhatsAppUrlActionBindings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to