AdaptiveDialog.RepromptDialogAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
RepromptDialog met dialoogvensterContext.
public virtual System.Threading.Tasks.Task RepromptDialogAsync(Microsoft.Bot.Builder.Dialogs.DialogContext dc, Microsoft.Bot.Builder.Dialogs.DialogInstance instance, System.Threading.CancellationToken cancellationToken = default);
override this.RepromptDialogAsync : Microsoft.Bot.Builder.Dialogs.DialogContext * Microsoft.Bot.Builder.Dialogs.DialogInstance * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function RepromptDialogAsync (dc As DialogContext, instance As DialogInstance, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
Dc.
- instance
- DialogInstance
Exemplaar.
- cancellationToken
- CancellationToken
Ct.
Retouren
Taak.
Opmerkingen
AdaptiveDialogs gebruiken de DC, die beschikbaar is omdat AdaptiveDialogs de nieuwe AdaptiveEvents.RepromptDialog verwerken.