MockableBotServiceSubscriptionResource.GetBotServiceQnAMakerEndpointKeyAsync Method

Definition

Lists the QnA Maker endpoint keys

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.BotService/listQnAMakerEndpointKeys
  • Operation Id: QnAMakerEndpointKeys_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyResult>> GetBotServiceQnAMakerEndpointKeyAsync (Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBotServiceQnAMakerEndpointKeyAsync : Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyResult>>
override this.GetBotServiceQnAMakerEndpointKeyAsync : Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyResult>>
Public Overridable Function GetBotServiceQnAMakerEndpointKeyAsync (content As GetBotServiceQnAMakerEndpointKeyContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of GetBotServiceQnAMakerEndpointKeyResult))

Parameters

content
GetBotServiceQnAMakerEndpointKeyContent

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