Uses of Class
com.azure.resourcemanager.botservice.models.ChannelSettings
Packages that use ChannelSettings
Package
Description
Package containing the inner data models for AzureBotService.
Package containing the data models for AzureBotService.
-
Uses of ChannelSettings in com.azure.resourcemanager.botservice.fluent.models
Methods in com.azure.resourcemanager.botservice.fluent.models that return ChannelSettingsModifier and TypeMethodDescriptionListChannelWithKeysResponseInner.setting()Get the setting property: Channel settings.Methods in com.azure.resourcemanager.botservice.fluent.models with parameters of type ChannelSettingsModifier and TypeMethodDescriptionListChannelWithKeysResponseInner.withSetting(ChannelSettings setting) Set the setting property: Channel settings. -
Uses of ChannelSettings in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return ChannelSettingsModifier and TypeMethodDescriptionstatic ChannelSettingsChannelSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ChannelSettings from the JsonReader.ListChannelWithKeysResponse.setting()Gets the setting property: Channel settings.ChannelSettings.withBotIconUrl(String botIconUrl) Set the botIconUrl property: The bot icon url.Set the botId property: The bot id.ChannelSettings.withChannelDisplayName(String channelDisplayName) Set the channelDisplayName property: The channel display name.ChannelSettings.withChannelId(String channelId) Set the channelId property: The channel id.ChannelSettings.withDisableLocalAuth(Boolean disableLocalAuth) Set the disableLocalAuth property: Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.ChannelSettings.withExtensionKey1(String extensionKey1) Set the extensionKey1 property: The extensionKey1.ChannelSettings.withExtensionKey2(String extensionKey2) Set the extensionKey2 property: The extensionKey2.ChannelSettings.withIsEnabled(Boolean isEnabled) Set the isEnabled property: Whether this channel is enabled for the bot.ChannelSettings.withRequireTermsAgreement(Boolean requireTermsAgreement) Set the requireTermsAgreement property: Whether customer needs to agree to new terms.Set the sites property: The list of sites.