Uses of Interface
com.azure.resourcemanager.botservice.models.BotChannel
Packages that use BotChannel
Package
Description
Package containing the data models for AzureBotService.
-
Uses of BotChannel in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return BotChannelModifier and TypeMethodDescriptionChannels.create(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters) Creates a Channel registration for a Bot Service.Returns a BotService Channel registration specified by the parameters.DirectLines.regenerateKeys(String resourceGroupName, String resourceName, RegenerateKeysChannelName channelName, SiteInfo parameters) Regenerates secret keys and returns them for the DirectLine Channel of a particular BotService resource.Channels.update(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters) Updates a Channel registration for a Bot Service.Methods in com.azure.resourcemanager.botservice.models that return types with arguments of type BotChannelModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<BotChannel> Channels.createWithResponse(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters, com.azure.core.util.Context context) Creates a Channel registration for a Bot Service.com.azure.core.http.rest.Response<BotChannel> Channels.getWithResponse(String resourceGroupName, String resourceName, String channelName, com.azure.core.util.Context context) Returns a BotService Channel registration specified by the parameters.com.azure.core.http.rest.PagedIterable<BotChannel> Channels.listByResourceGroup(String resourceGroupName, String resourceName) Returns all the Channel registrations of a particular BotService resource.com.azure.core.http.rest.PagedIterable<BotChannel> Channels.listByResourceGroup(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Returns all the Channel registrations of a particular BotService resource.com.azure.core.http.rest.Response<BotChannel> DirectLines.regenerateKeysWithResponse(String resourceGroupName, String resourceName, RegenerateKeysChannelName channelName, SiteInfo parameters, com.azure.core.util.Context context) Regenerates secret keys and returns them for the DirectLine Channel of a particular BotService resource.com.azure.core.http.rest.Response<BotChannel> Channels.updateWithResponse(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters, com.azure.core.util.Context context) Updates a Channel registration for a Bot Service.