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