Azure.Communication.Messages Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
ActionBindings |
Binding actions to the interactive message. Please note ActionBindings 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 WhatsAppButtonActionBindings, WhatsAppListActionBindings and WhatsAppUrlActionBindings. |
ActionGroup |
The Action Group content. |
ActionGroupContent |
The action content of type ActionGroup. |
ActionGroupItem |
The Action group item in the content. |
AudioNotificationContent |
A request to send an audio notification. |
ButtonContent |
The message content of type Button information. |
ButtonSetContent |
The message content of type ButtonSet/ List of buttons information. |
CommunicationMessagesClientOptions |
The client options for NotificationMessagesClient and MessageTemplateClient. |
CommunicationMessagesModelFactory |
Model factory for models. |
DocumentMessageContent |
The message content of type document information. |
DocumentNotificationContent |
A request to send a document notification. |
ImageMessageContent |
The message content of type image information. |
ImageNotificationContent |
A request to send an image notification. |
InteractiveMessage |
The Interactive message content to which user can read and respond. |
InteractiveNotificationContent |
A request to send an Interactive message notification. |
LinkContent |
The message content of type Url information. |
MediaNotificationContent |
@deprecated A request to send an image notification. |
MessageContent |
The message content object used to create interactive messages components. Please note MessageContent 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 ButtonSetContent, DocumentMessageContent, ActionGroupContent, ImageMessageContent, TextMessageContent, LinkContent and VideoMessageContent. |
MessageReceipt |
Receipt of the sending one message. |
MessageTemplate |
The template object used to create templates. |
MessageTemplateBindings |
The binding object to link values to the template specific locations Please note MessageTemplateBindings 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 WhatsAppMessageTemplateBindings. |
MessageTemplateClient |
The MessageTemplate service client. |
MessageTemplateDocument |
The message template's document value information. |
MessageTemplateImage |
The message template's image value information. |
MessageTemplateItem |
The message template as returned from the service. Please note MessageTemplateItem 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 WhatsAppMessageTemplateItem. |
MessageTemplateLocation |
The message template's location value information. |
MessageTemplateQuickAction |
The message template's quick action value information. |
MessageTemplateText |
The message template's text value information. |
MessageTemplateValue |
The class describes a parameter of a template. Please note MessageTemplateValue 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 MessageTemplateDocument, MessageTemplateImage, MessageTemplateLocation, MessageTemplateQuickAction, MessageTemplateText and MessageTemplateVideo. |
MessageTemplateVideo |
The message template's video value information. |
NotificationContent |
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 AudioNotificationContent, DocumentNotificationContent, ImageNotificationContent, MediaNotificationContent, InteractiveNotificationContent, ReactionNotificationContent, StickerNotificationContent, TemplateNotificationContent, TextNotificationContent and VideoNotificationContent. |
NotificationMessagesClient |
The NotificationMessages service client. |
ReactionNotificationContent |
A request to send a Reaction notification. |
SendMessageResult |
Result of the send message operation. |
StickerNotificationContent |
A request to send a Sticker notification. |
TemplateNotificationContent |
A request to send a template notification. |
TextMessageContent |
The message content of type text information. |
TextNotificationContent |
A request to send a text notification. |
VideoMessageContent |
The message content of type video information. |
VideoNotificationContent |
A request to send a video notification. |
Structs
MessageTemplateStatus |
The aggregated template status. |
Enums
CommunicationMessagesClientOptions.ServiceVersion |
The version of the service to use. |
Azure SDK for .NET