EventGridModelFactory.AcsChatThreadPropertiesUpdatedEventData Method

Definition

Initializes a new instance of AcsChatThreadPropertiesUpdatedEventData.

public static Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadPropertiesUpdatedEventData AcsChatThreadPropertiesUpdatedEventData (string transactionId = default, string threadId = default, DateTimeOffset? createTime = default, long? version = default, Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel editedByCommunicationIdentifier = default, DateTimeOffset? editTime = default, System.Collections.Generic.IReadOnlyDictionary<string,object> properties = default, System.Collections.Generic.IReadOnlyDictionary<string,string> metadata = default);
static member AcsChatThreadPropertiesUpdatedEventData : string * string * Nullable<DateTimeOffset> * Nullable<int64> * Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel * Nullable<DateTimeOffset> * System.Collections.Generic.IReadOnlyDictionary<string, obj> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadPropertiesUpdatedEventData
Public Shared Function AcsChatThreadPropertiesUpdatedEventData (Optional transactionId As String = Nothing, Optional threadId As String = Nothing, Optional createTime As Nullable(Of DateTimeOffset) = Nothing, Optional version As Nullable(Of Long) = Nothing, Optional editedByCommunicationIdentifier As CommunicationIdentifierModel = Nothing, Optional editTime As Nullable(Of DateTimeOffset) = Nothing, Optional properties As IReadOnlyDictionary(Of String, Object) = Nothing, Optional metadata As IReadOnlyDictionary(Of String, String) = Nothing) As AcsChatThreadPropertiesUpdatedEventData

Parameters

transactionId
String

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

threadId
String

The chat thread id.

createTime
Nullable<DateTimeOffset>

The original creation time of the thread.

version
Nullable<Int64>

The version of the thread.

editedByCommunicationIdentifier
CommunicationIdentifierModel

The communication identifier of the user who updated the thread properties.

editTime
Nullable<DateTimeOffset>

The time at which the properties of the thread were updated.

properties
IReadOnlyDictionary<String,Object>

The updated thread properties.

metadata
IReadOnlyDictionary<String,String>

The thread metadata.

Returns

A new AcsChatThreadPropertiesUpdatedEventData instance for mocking.

Applies to