MockableBotServiceSubscriptionResource.GetBotServiceQnAMakerEndpointKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the QnA Maker endpoint keys
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.BotService/listQnAMakerEndpointKeys
- Operation Id: QnAMakerEndpointKeys_Get
public virtual Azure.Response<Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyResult> GetBotServiceQnAMakerEndpointKey (Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBotServiceQnAMakerEndpointKey : Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyResult>
override this.GetBotServiceQnAMakerEndpointKey : Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyResult>
Public Overridable Function GetBotServiceQnAMakerEndpointKey (content As GetBotServiceQnAMakerEndpointKeyContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of GetBotServiceQnAMakerEndpointKeyResult)
Parameters
The request body parameters to provide for the check name availability request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET