Share via


ActionGroup Class

Definition

The Action Group content.

public class ActionGroup : System.ClientModel.Primitives.IJsonModel<Azure.Communication.Messages.ActionGroup>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.Messages.ActionGroup>
type ActionGroup = class
    interface IJsonModel<ActionGroup>
    interface IPersistableModel<ActionGroup>
Public Class ActionGroup
Implements IJsonModel(Of ActionGroup), IPersistableModel(Of ActionGroup)
Inheritance
ActionGroup
Implements

Constructors

ActionGroup(String, IEnumerable<ActionGroupItem>)

Initializes a new instance of ActionGroup.

Properties

Items

Array of items in ActionGroup.

Title

Title of the ActionGroup.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ActionGroup>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ActionGroup>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ActionGroup>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ActionGroup>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ActionGroup>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to