Freigeben über


QnAMakerDialog.OnPreBubbleEventAsync Methode

Definition

Wird aufgerufen, bevor ein Ereignis dem übergeordneten Element zugeordnet wird.

protected override System.Threading.Tasks.Task<bool> OnPreBubbleEventAsync(Microsoft.Bot.Builder.Dialogs.DialogContext dc, Microsoft.Bot.Builder.Dialogs.DialogEvent e, System.Threading.CancellationToken cancellationToken);
override this.OnPreBubbleEventAsync : Microsoft.Bot.Builder.Dialogs.DialogContext * Microsoft.Bot.Builder.Dialogs.DialogEvent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Protected Overrides Function OnPreBubbleEventAsync (dc As DialogContext, e As DialogEvent, cancellationToken As CancellationToken) As Task(Of Boolean)

Parameter

dc
DialogContext

Der Dialogkontext für den aktuellen Gesprächsverlauf.

e
DialogEvent

Das ausgelöste Ereignis.

cancellationToken
CancellationToken

Abbruchtoken.

Gibt zurück

Gibt an, ob das Ereignis vom aktuellen Dialog behandelt wird und die weitere Verarbeitung beendet werden sollte.

Gilt für: