EventGridModelFactory.AcsChatThreadParticipantProperties 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 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.