ChannelAccount interface
路由消息所需的频道帐户信息
属性
aad |
Azure Active Directory 中的此帐户的对象 ID(AAD) |
id | 此通道上的用户或机器人的通道 ID(示例:joe@smith.com、@joesmith 或123456) |
name | 显示友好名称 |
role | 帐户后面的实体的角色(例如:用户、机器人等)。 可能的值包括:“user”、“bot”、“skill” |
属性详细信息
aadObjectId
Azure Active Directory 中的此帐户的对象 ID(AAD)
aadObjectId?: string
属性值
string
id
此通道上的用户或机器人的通道 ID(示例:joe@smith.com、@joesmith 或123456)
id: string
属性值
string
name
显示友好名称
name: string
属性值
string
role
帐户后面的实体的角色(例如:用户、机器人等)。 可能的值包括:“user”、“bot”、“skill”
role?: RoleTypes | string
属性值
RoleTypes | string