ChannelSettings interface
通道設定定義
屬性
bot |
Bot 圖示 URL |
bot |
Bot 識別碼 |
channel |
通道顯示名稱 |
channel |
通道標識碼 |
disable |
退出宣告本機驗證,並確保只能使用 MSI 和 AAD 進行驗證。 |
extension |
extensionKey1 |
extension |
extensionKey2 |
is |
Bot 是否啟用此通道 |
require |
客戶是否需要同意新條款。 |
sites | 網站清單 |
屬性詳細資料
botIconUrl
Bot 圖示 URL
botIconUrl?: string
屬性值
string
botId
Bot 識別碼
botId?: string
屬性值
string
channelDisplayName
通道顯示名稱
channelDisplayName?: string
屬性值
string
channelId
通道標識碼
channelId?: string
屬性值
string
disableLocalAuth
退出宣告本機驗證,並確保只能使用 MSI 和 AAD 進行驗證。
disableLocalAuth?: boolean
屬性值
boolean
extensionKey1
extensionKey1
extensionKey1?: string
屬性值
string
extensionKey2
extensionKey2
extensionKey2?: string
屬性值
string
isEnabled
Bot 是否啟用此通道
isEnabled?: boolean
屬性值
boolean
requireTermsAgreement
客戶是否需要同意新條款。
requireTermsAgreement?: boolean
屬性值
boolean