ChannelSettings interface
Channel settings definition
Properties
| bot |
The bot icon url |
| bot |
The bot id |
| channel |
The channel display name |
| channel |
The channel id |
| disable |
Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication. |
| extension |
The extensionKey1 |
| extension |
The extensionKey2 |
| is |
Whether this channel is enabled for the bot |
| require |
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