ConversationAccount interface
对话的频道帐户信息
属性
aad |
Azure Active Directory 中的此帐户的对象 ID(AAD) |
conversation |
指示通道中区分聊天类型的聊天类型 |
id | 此通道上的用户或机器人的通道 ID(示例:joe@smith.com、@joesmith 或123456) |
is |
指示会话在生成活动时是否包含两个以上的参与者 |
name | 显示友好名称 |
properties | 自定义属性对象(可选) |
role | 帐户后面的实体的角色(例如:用户、机器人等)。 可能的值包括:“user”、“bot” |
tenant |
此对话的租户 ID |
属性详细信息
aadObjectId
Azure Active Directory 中的此帐户的对象 ID(AAD)
aadObjectId?: string
属性值
string
conversationType
指示通道中区分聊天类型的聊天类型
conversationType: string
属性值
string
id
此通道上的用户或机器人的通道 ID(示例:joe@smith.com、@joesmith 或123456)
id: string
属性值
string
isGroup
指示会话在生成活动时是否包含两个以上的参与者
isGroup: boolean
属性值
boolean
name
显示友好名称
name: string
属性值
string
properties
自定义属性对象(可选)
properties?: any
属性值
any
role
tenantId
此对话的租户 ID
tenantId?: string
属性值
string