DirectLinesClient Interface
public interface DirectLinesClient
An instance of this class provides access to all the operations defined in DirectLinesClient.
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 BotChannelInner 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<BotChannelInner> 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: