次の方法で共有


ChannelSettings interface

Channel settings definition

Properties

botIconUrl

The bot icon url

botId

The bot id

channelDisplayName

The channel display name

channelId

The channel id

disableLocalAuth

Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.

extensionKey1

The extensionKey1

extensionKey2

The extensionKey2

isEnabled

Whether this channel is enabled for the bot

requireTermsAgreement

Whether customer needs to agree to new terms.

sites

The list of sites

Property Details

botIconUrl

The bot icon url

botIconUrl?: string

Property Value

string

botId

The bot id

botId?: string

Property Value

string

channelDisplayName

The channel display name

channelDisplayName?: string

Property Value

string

channelId

The channel id

channelId?: string

Property Value

string

disableLocalAuth

Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.

disableLocalAuth?: boolean

Property Value

boolean

extensionKey1

The extensionKey1

extensionKey1?: string

Property Value

string

extensionKey2

The extensionKey2

extensionKey2?: string

Property Value

string

isEnabled

Whether this channel is enabled for the bot

isEnabled?: boolean

Property Value

boolean

requireTermsAgreement

Whether customer needs to agree to new terms.

requireTermsAgreement?: boolean

Property Value

boolean

sites

The list of sites

sites?: Site[]

Property Value

Site[]