Participant interface
Décrit un type de profil participant à une interaction.
Propriétés
description | Descriptions localisées. |
display |
Nom d’affichage localisé. |
participant |
Nom du participant. |
participant |
La propriété fait référence. |
profile |
Nom du type de profil. |
role | Rôle que joue le participant dans l’interaction. |
Détails de la propriété
description
Descriptions localisées.
description?: {[propertyName: string]: string}
Valeur de propriété
{[propertyName: string]: string}
displayName
Nom d’affichage localisé.
displayName?: {[propertyName: string]: string}
Valeur de propriété
{[propertyName: string]: string}
participantName
Nom du participant.
participantName: string
Valeur de propriété
string
participantPropertyReferences
La propriété fait référence.
participantPropertyReferences: ParticipantPropertyReference[]
Valeur de propriété
profileTypeName
Nom du type de profil.
profileTypeName: string
Valeur de propriété
string
role
Rôle que joue le participant dans l’interaction.
role?: string
Valeur de propriété
string