Share via


IDialog<TResult>.StartAsync(IDialogContext) Method

Definition

The start of the code that represents the conversational dialog.

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

Parameters

context
IDialogContext

The dialog context.

Returns

A task that represents the dialog start.

Applies to