Prompt<T,U>.IDialog<T>.StartAsync(IDialogContext) Method

Definition

System.Threading.Tasks.Task IDialog<T>.StartAsync (Microsoft.Bot.Builder.Dialogs.IDialogContext context);
abstract member Microsoft.Bot.Builder.Dialogs.IDialog<T>.StartAsync : Microsoft.Bot.Builder.Dialogs.IDialogContext -> System.Threading.Tasks.Task
override this.Microsoft.Bot.Builder.Dialogs.IDialog<T>.StartAsync : Microsoft.Bot.Builder.Dialogs.IDialogContext -> System.Threading.Tasks.Task
Function StartAsync (context As IDialogContext) As Task Implements IDialog(Of T).StartAsync

Parameters

context
IDialogContext

Returns

Implements

Applies to