AcsChatMessageReceivedEventData Class
Definition
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.
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageReceived event.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsChatMessageReceivedEventData+AcsChatMessageReceivedEventDataConverter))]
public class AcsChatMessageReceivedEventData : Azure.Messaging.EventGrid.SystemEvents.AcsChatMessageEventBaseProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsChatMessageReceivedEventData+AcsChatMessageReceivedEventDataConverter))>]
type AcsChatMessageReceivedEventData = class
inherit AcsChatMessageEventBaseProperties
Public Class AcsChatMessageReceivedEventData
Inherits AcsChatMessageEventBaseProperties
- Inheritance
- Attributes
Properties
ComposeTime |
The original compose time of the message. (Inherited from AcsChatMessageEventBaseProperties) |
MessageBody |
The body of the chat message. |
MessageId |
The chat message id. (Inherited from AcsChatMessageEventBaseProperties) |
Metadata |
The chat message metadata. |
RecipientCommunicationIdentifier |
The communication identifier of the target user. (Inherited from AcsChatEventBaseProperties) |
SenderCommunicationIdentifier |
The communication identifier of the sender. (Inherited from AcsChatMessageEventBaseProperties) |
SenderDisplayName |
The display name of the sender. (Inherited from AcsChatMessageEventBaseProperties) |
ThreadId |
The chat thread id. (Inherited from AcsChatEventBaseProperties) |
TransactionId |
The transaction id will be used as co-relation vector. (Inherited from AcsChatEventBaseProperties) |
Type |
The type of the message. (Inherited from AcsChatMessageEventBaseProperties) |
Version |
The version of the message. (Inherited from AcsChatMessageEventBaseProperties) |
Applies to
Azure SDK for .NET