Channel interface
表示调用的通道
属性
| description | 提供有关通道的其他上下文的可选说明或链接 |
| icon |
通道的可视表示形式的可选图标标识符或 URL |
| id | 通道的唯一标识符(例如 Teams 频道 ID、Slack 工作区 ID) |
| name | 频道的用户可读名称(例如“Teams”、“Slack”、“web”) |
| role | 通过此通道调用的实体的角色 |
属性详细信息
description
提供有关通道的其他上下文的可选说明或链接
description?: string
属性值
string
iconUri
通道的可视表示形式的可选图标标识符或 URL
iconUri?: string
属性值
string
id
通道的唯一标识符(例如 Teams 频道 ID、Slack 工作区 ID)
id?: string
属性值
string
name
频道的用户可读名称(例如“Teams”、“Slack”、“web”)
name?: string
属性值
string