Dela via


IDialog<TResult>.StartAsync(IDialogContext) Metod

Definition

Början av koden som representerar konversationsdialogrutan.

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

Parametrar

context
IDialogContext

Dialogkontexten.

Returer

En uppgift som representerar dialogrutan startar.

Gäller för