Freigeben über


QnAMakerDialog.GetQnAResponseOptionsAsync(DialogContext) Methode

Definition

Ruft die Optionen ab, die das Dialogfeld zum Anzeigen von Abfrageergebnissen für den Benutzer verwendet.

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

Parameter

dc
DialogContext

Die DialogContext für den aktuellen Unterhaltungswechsel.

Gibt zurück

Eine Task, die den asynchronen Vorgang darstellt

Hinweise

Wenn die Aufgabe erfolgreich ist, enthält das Ergebnis die zu verwendenden Antwortoptionen.

Gilt für: