Share via


InternalConversationParticipant.Contact Property

Definition

The internal platform identifiers for the participant. Please note ConversationContact is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include BotContact, CommunicationContact and WhatsAppContact.

public Azure.Communication.Messages.ConversationContact Contact { get; set; }
member this.Contact : Azure.Communication.Messages.ConversationContact with get, set
Public Property Contact As ConversationContact

Property Value

Applies to