EventGridModelFactory.AcsChatMessageEditedEventData Method

Definition

Initializes a new instance of AcsChatMessageEditedEventData.

public static Azure.Messaging.EventGrid.SystemEvents.AcsChatMessageEditedEventData AcsChatMessageEditedEventData (Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel recipientCommunicationIdentifier = default, string transactionId = default, string threadId = default, string messageId = default, Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel senderCommunicationIdentifier = default, string senderDisplayName = default, DateTimeOffset? composeTime = default, string type = default, long? version = default, string messageBody = default, System.Collections.Generic.IReadOnlyDictionary<string,string> metadata = default, DateTimeOffset? editTime = default);
static member AcsChatMessageEditedEventData : Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel * string * string * string * Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel * string * Nullable<DateTimeOffset> * string * Nullable<int64> * string * System.Collections.Generic.IReadOnlyDictionary<string, string> * Nullable<DateTimeOffset> -> Azure.Messaging.EventGrid.SystemEvents.AcsChatMessageEditedEventData
Public Shared Function AcsChatMessageEditedEventData (Optional recipientCommunicationIdentifier As CommunicationIdentifierModel = Nothing, Optional transactionId As String = Nothing, Optional threadId As String = Nothing, Optional messageId As String = Nothing, Optional senderCommunicationIdentifier As CommunicationIdentifierModel = Nothing, Optional senderDisplayName As String = Nothing, Optional composeTime As Nullable(Of DateTimeOffset) = Nothing, Optional type As String = Nothing, Optional version As Nullable(Of Long) = Nothing, Optional messageBody As String = Nothing, Optional metadata As IReadOnlyDictionary(Of String, String) = Nothing, Optional editTime As Nullable(Of DateTimeOffset) = Nothing) As AcsChatMessageEditedEventData

Parameters

recipientCommunicationIdentifier
CommunicationIdentifierModel

The communication identifier of the target user.

transactionId
String

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

threadId
String

The chat thread id.

messageId
String

The chat message id.

senderCommunicationIdentifier
CommunicationIdentifierModel

The communication identifier of the sender.

senderDisplayName
String

The display name of the sender.

composeTime
Nullable<DateTimeOffset>

The original compose time of the message.

type
String

The type of the message.

version
Nullable<Int64>

The version of the message.

messageBody
String

The body of the chat message.

metadata
IReadOnlyDictionary<String,String>

The chat message metadata.

editTime
Nullable<DateTimeOffset>

The time at which the message was edited.

Returns

A new AcsChatMessageEditedEventData instance for mocking.

Applies to