Share via


WhatsAppListActionBindings Class

Definition

WhatsApp List Binding actions to the interactive message.

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

Constructors

WhatsAppListActionBindings(ActionGroupContent)

Initializes a new instance of WhatsAppListActionBindings.

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<WhatsAppListActionBindings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WhatsAppListActionBindings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to