Share via


EventGridModelFactory.AcsChatThreadParticipantProperties Method

Definition

Initializes a new instance of AcsChatThreadParticipantProperties.

public static Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadParticipantProperties AcsChatThreadParticipantProperties (string displayName = default, Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel participantCommunicationIdentifier = default, System.Collections.Generic.IReadOnlyDictionary<string,string> metadata = default);
static member AcsChatThreadParticipantProperties : string * Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadParticipantProperties
Public Shared Function AcsChatThreadParticipantProperties (Optional displayName As String = Nothing, Optional participantCommunicationIdentifier As CommunicationIdentifierModel = Nothing, Optional metadata As IReadOnlyDictionary(Of String, String) = Nothing) As AcsChatThreadParticipantProperties

Parameters

displayName
String

The name of the user.

participantCommunicationIdentifier
CommunicationIdentifierModel

The communication identifier of the user.

metadata
IReadOnlyDictionary<String,String>

The metadata of the user.

Returns

A new AcsChatThreadParticipantProperties instance for mocking.

Applies to