Freigeben über


QnAMakerDialog.GetQnAMakerClientAsync(DialogContext) Methode

Definition

Ruft einen IQnAMakerClient ab, der für den Zugriff auf die QnA Maker-Wissensdatenbank verwendet werden soll.

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)

Parameter

dc
DialogContext

Der DialogContext für den aktuellen Gesprächsverlauf.

Gibt zurück

Eine Task, die den asynchronen Vorgang darstellt

Hinweise

Wenn die Aufgabe erfolgreich ist, enthält das Ergebnis den zu verwendenden QnA Maker-Client.

Gilt für: