EventGridModelFactory.AcsChatThreadPropertiesUpdatedPerUserEventData Method
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.
Initializes a new instance of AcsChatThreadPropertiesUpdatedPerUserEventData.
public static Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadPropertiesUpdatedPerUserEventData AcsChatThreadPropertiesUpdatedPerUserEventData (Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel recipientCommunicationIdentifier = default, 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,string> metadata = default, System.Collections.Generic.IReadOnlyDictionary<string,object> properties = default);
static member AcsChatThreadPropertiesUpdatedPerUserEventData : Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel * string * string * Nullable<DateTimeOffset> * Nullable<int64> * Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel * Nullable<DateTimeOffset> * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadPropertiesUpdatedPerUserEventData
Public Shared Function AcsChatThreadPropertiesUpdatedPerUserEventData (Optional recipientCommunicationIdentifier As CommunicationIdentifierModel = Nothing, 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 metadata As IReadOnlyDictionary(Of String, String) = Nothing, Optional properties As IReadOnlyDictionary(Of String, Object) = Nothing) As AcsChatThreadPropertiesUpdatedPerUserEventData
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.
- createTime
- Nullable<DateTimeOffset>
The original creation time 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.
- metadata
- IReadOnlyDictionary<String,String>
The thread metadata.
- properties
- IReadOnlyDictionary<String,Object>
The updated thread properties.
Returns
A new AcsChatThreadPropertiesUpdatedPerUserEventData instance for mocking.