Participant interface
描述参与交互的配置文件类型。
属性
| description | 本地化说明。 |
| display |
本地化的显示名称。 |
| participant |
参与者名称。 |
| participant |
属性引用。 |
| profile |
配置文件类型名称。 |
| role | 参与者在交互中扮演的角色。 |
属性详细信息
description
本地化说明。
description?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
displayName
本地化的显示名称。
displayName?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
participantName
参与者名称。
participantName: string
属性值
string
participantPropertyReferences
属性引用。
participantPropertyReferences: ParticipantPropertyReference[]
属性值
profileTypeName
配置文件类型名称。
profileTypeName: string
属性值
string
role
参与者在交互中扮演的角色。
role?: string
属性值
string