EventGridModelFactory.AcsChatEventBaseProperties 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 AcsChatEventBaseProperties.
public static Azure.Messaging.EventGrid.SystemEvents.AcsChatEventBaseProperties AcsChatEventBaseProperties (Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel recipientCommunicationIdentifier = default, string transactionId = default, string threadId = default);
static member AcsChatEventBaseProperties : Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel * string * string -> Azure.Messaging.EventGrid.SystemEvents.AcsChatEventBaseProperties
Public Shared Function AcsChatEventBaseProperties (Optional recipientCommunicationIdentifier As CommunicationIdentifierModel = Nothing, Optional transactionId As String = Nothing, Optional threadId As String = Nothing) As AcsChatEventBaseProperties
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.
Returns
A new AcsChatEventBaseProperties instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET