Share via


AcsChatAzureBotCommandReceivedInThreadEventData Class

Definition

Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatAzureBotCommandReceivedInThread event.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsChatAzureBotCommandReceivedInThreadEventData+AcsChatAzureBotCommandReceivedInThreadEventDataConverter))]
public class AcsChatAzureBotCommandReceivedInThreadEventData : Azure.Messaging.EventGrid.SystemEvents.AcsChatMessageEventInThreadBaseProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsChatAzureBotCommandReceivedInThreadEventData+AcsChatAzureBotCommandReceivedInThreadEventDataConverter))>]
type AcsChatAzureBotCommandReceivedInThreadEventData = class
    inherit AcsChatMessageEventInThreadBaseProperties
Public Class AcsChatAzureBotCommandReceivedInThreadEventData
Inherits AcsChatMessageEventInThreadBaseProperties
Public Class AcsChatAzureBotCommandReceivedInThreadEventData
Inherits AcsChatMessageEventInThreadBaseProperties
Implements IJsonModel(Of AcsChatAzureBotCommandReceivedInThreadEventData), IPersistableModel(Of AcsChatAzureBotCommandReceivedInThreadEventData)
Inheritance
Attributes
Implements

Properties

ComposeTime

The original compose time of the message.

(Inherited from AcsChatMessageEventInThreadBaseProperties)
MessageBody

The body of the chat message.

MessageId

The chat message id.

(Inherited from AcsChatMessageEventInThreadBaseProperties)
Metadata

The chat message metadata.

SenderCommunicationIdentifier

The communication identifier of the sender.

(Inherited from AcsChatMessageEventInThreadBaseProperties)
SenderDisplayName

The display name of the sender.

(Inherited from AcsChatMessageEventInThreadBaseProperties)
ThreadId

The chat thread id.

(Inherited from AcsChatEventInThreadBaseProperties)
TransactionId

The transaction id will be used as co-relation vector.

(Inherited from AcsChatEventInThreadBaseProperties)
Type

The type of the message.

(Inherited from AcsChatMessageEventInThreadBaseProperties)
Version

The version of the message.

(Inherited from AcsChatMessageEventInThreadBaseProperties)

Applies to