IDialog<TResult>.StartAsync(IDialogContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.