NotificationContent Class

Definition

Details of the message to send. Please note NotificationContent is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include TextNotificationContent, MediaNotificationContent and TemplateNotificationContent.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Communication.Messages.UnknownNotificationContent))]
public abstract class NotificationContent : System.ClientModel.Primitives.IJsonModel<Azure.Communication.Messages.NotificationContent>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.Messages.NotificationContent>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Communication.Messages.UnknownNotificationContent))>]
type NotificationContent = class
    interface IJsonModel<NotificationContent>
    interface IPersistableModel<NotificationContent>
Public MustInherit Class NotificationContent
Implements IJsonModel(Of NotificationContent), IPersistableModel(Of NotificationContent)
Inheritance
NotificationContent
Derived
Attributes
Implements

Constructors

NotificationContent(Guid, IEnumerable<String>)

Initializes a new instance of NotificationContent.

Properties

ChannelRegistrationId

The Channel Registration ID for the Business Identifier.

To

The native external platform user identifiers of the recipient.

Explicit Interface Implementations

IJsonModel<NotificationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NotificationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NotificationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NotificationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NotificationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to