次の方法で共有


ChannelSettings interface

チャネル設定の定義

プロパティ

botIconUrl

ボット アイコンの URL

botId

ボット ID

channelDisplayName

チャネルの表示名

channelId

チャネル ID

disableLocalAuth

ローカル認証をオプトアウトし、MSI と AAD のみを認証専用に使用できるようにします。

extensionKey1

extensionKey1

extensionKey2

extensionKey2

isEnabled

このチャネルがボットに対して有効になっているかどうか

requireTermsAgreement

顧客が新しい条件に同意する必要があるかどうか。

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

sites

サイトの一覧

sites?: Site[]

プロパティ値

Site[]