EventGridModelFactory.AcsChatThreadEventBaseProperties 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 AcsChatThreadEventBaseProperties.
public static Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadEventBaseProperties AcsChatThreadEventBaseProperties (Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel recipientCommunicationIdentifier = default, string transactionId = default, string threadId = default, DateTimeOffset? createTime = default, long? version = default);
static member AcsChatThreadEventBaseProperties : Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel * string * string * Nullable<DateTimeOffset> * Nullable<int64> -> Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadEventBaseProperties
Public Shared Function AcsChatThreadEventBaseProperties (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) As AcsChatThreadEventBaseProperties
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.
Returns
A new AcsChatThreadEventBaseProperties instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET