DirectLines Interface
public interface DirectLines
Resource collection API of DirectLines.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Bot |
regenerateKeys(String resourceGroupName, String resourceName, RegenerateKeysChannelName channelName, SiteInfo parameters)
Regenerates secret keys and returns them for the Direct |
|
abstract
Response<Bot |
regenerateKeysWithResponse(String resourceGroupName, String resourceName, RegenerateKeysChannelName channelName, SiteInfo parameters, Context context)
Regenerates secret keys and returns them for the Direct |
Method Details
regenerateKeys
public abstract BotChannel regenerateKeys(String resourceGroupName, String resourceName, RegenerateKeysChannelName channelName, SiteInfo parameters)
Regenerates secret keys and returns them for the DirectLine Channel of a particular BotService resource.
Parameters:
Returns:
regenerateKeysWithResponse
public abstract Response<BotChannel> regenerateKeysWithResponse(String resourceGroupName, String resourceName, RegenerateKeysChannelName channelName, SiteInfo parameters, Context context)
Regenerates secret keys and returns them for the DirectLine Channel of a particular BotService resource.
Parameters:
Returns: