Participant interface

Describes a profile type participating in an interaction.

Properties

description

Localized descriptions.

displayName

Localized display name.

participantName

Participant name.

participantPropertyReferences

The property references.

profileTypeName

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