AdaptiveDialog.OnPreBubbleEventAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé avant qu’un événement ne soit mis en bulles sur son parent.
protected override System.Threading.Tasks.Task<bool> OnPreBubbleEventAsync (Microsoft.Bot.Builder.Dialogs.DialogContext dc, Microsoft.Bot.Builder.Dialogs.DialogEvent dialogEvent, System.Threading.CancellationToken cancellationToken = default);
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, dialogEvent As DialogEvent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)
Paramètres
pour DialogContext la tournure actuelle de la conversation.
- dialogEvent
- DialogEvent
L’être DialogEvent soulevé.
- cancellationToken
- CancellationToken
Facultatif, CancellationToken qui peut être utilisé par d’autres objets ou threads pour recevoir un avis d’annulation.
Retours
Si l’événement est géré par la boîte de dialogue actuelle et si le traitement ultérieur doit s’arrêter.