Participant interface
Describes a profile type participating in an interaction.
Properties
description | Localized descriptions. |
display |
Localized display name. |
participant |
Participant name. |
participant |
The property references. |
profile |
Profile type name. |
role | The role that the participant is playing in the interaction. |
Property Details
description
Localized descriptions.
description?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
displayName
Localized display name.
displayName?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
participantName
Participant name.
participantName: string
Property Value
string
participantPropertyReferences
The property references.
participantPropertyReferences: ParticipantPropertyReference[]
Property Value
profileTypeName
Profile type name.
profileTypeName: string
Property Value
string
role
The role that the participant is playing in the interaction.
role?: string
Property Value
string