Delen via


QnAMakerRecognizer.GetQnAMakerClientAsync(DialogContext) Methode

Definitie

Hiermee wordt een exemplaar van IQnAMakerClient.

protected virtual System.Threading.Tasks.Task<Microsoft.Bot.Builder.AI.QnA.IQnAMakerClient> GetQnAMakerClientAsync (Microsoft.Bot.Builder.Dialogs.DialogContext dc);
abstract member GetQnAMakerClientAsync : Microsoft.Bot.Builder.Dialogs.DialogContext -> System.Threading.Tasks.Task<Microsoft.Bot.Builder.AI.QnA.IQnAMakerClient>
override this.GetQnAMakerClientAsync : Microsoft.Bot.Builder.Dialogs.DialogContext -> System.Threading.Tasks.Task<Microsoft.Bot.Builder.AI.QnA.IQnAMakerClient>
Protected Overridable Function GetQnAMakerClientAsync (dc As DialogContext) As Task(Of IQnAMakerClient)

Parameters

dc
DialogContext

De DialogContext die wordt gebruikt voor toegang tot de status.

Retouren

Een exemplaar van IQnAMakerClient.

Van toepassing op