ChannelSettings interface
通道设置定义
属性
| bot |
机器人图标 URL |
| bot |
机器人 ID |
| channel |
通道显示名称 |
| channel |
通道 ID |
| disable |
选择退出本地身份验证,并确保只能将 MSI 和 AAD 用于身份验证。 |
| extension |
extensionKey1 |
| extension |
extensionKey2 |
| is |
是否为机器人启用此通道 |
| require |
客户是否需要同意新条款。 |
| sites | 网站列表 |
属性详细信息
botIconUrl
机器人图标 URL
botIconUrl?: string
属性值
string
botId
机器人 ID
botId?: string
属性值
string
channelDisplayName
通道显示名称
channelDisplayName?: string
属性值
string
channelId
通道 ID
channelId?: string
属性值
string
disableLocalAuth
选择退出本地身份验证,并确保只能将 MSI 和 AAD 用于身份验证。
disableLocalAuth?: boolean
属性值
boolean
extensionKey1
extensionKey1
extensionKey1?: string
属性值
string
extensionKey2
extensionKey2
extensionKey2?: string
属性值
string
isEnabled
是否为机器人启用此通道
isEnabled?: boolean
属性值
boolean
requireTermsAgreement
客户是否需要同意新条款。
requireTermsAgreement?: boolean
属性值
boolean