Channel Settings Response
data class ChannelSettingsResponse(val botIconUrl: String? = null, val botId: String? = null, val channelDisplayName: String? = null, val channelId: String? = null, val disableLocalAuth: Boolean? = null, val extensionKey1: String? = null, val extensionKey2: String? = null, val isEnabled: Boolean? = null, val requireTermsAgreement: Boolean? = null, val sites: List<SiteResponse>? = null)
Channel settings definition
Constructors
Link copied to clipboard
constructor(botIconUrl: String? = null, botId: String? = null, channelDisplayName: String? = null, channelId: String? = null, disableLocalAuth: Boolean? = null, extensionKey1: String? = null, extensionKey2: String? = null, isEnabled: Boolean? = null, requireTermsAgreement: Boolean? = null, sites: List<SiteResponse>? = null)
Properties
Link copied to clipboard
The bot icon url
Link copied to clipboard
The channel display name
Link copied to clipboard
Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
Link copied to clipboard
The extensionKey1
Link copied to clipboard
The extensionKey2
Link copied to clipboard
Whether customer needs to agree to new terms.
Link copied to clipboard
The list of sites