IDialog<TResult>.StartAsync(IDialogContext) 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.
Début du code qui représente la boîte de dialogue conversationnelle.
public System.Threading.Tasks.Task StartAsync (Microsoft.Bot.Builder.Dialogs.IDialogContext context);
abstract member StartAsync : Microsoft.Bot.Builder.Dialogs.IDialogContext -> System.Threading.Tasks.Task
Public Function StartAsync (context As IDialogContext) As Task
Paramètres
- context
- IDialogContext
Contexte du dialogue.
Retours
Tâche qui représente le début de la boîte de dialogue.