FormDialog<T>.MessageReceived 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.
public System.Threading.Tasks.Task MessageReceived (Microsoft.Bot.Builder.Dialogs.IDialogContext context, Microsoft.Bot.Builder.Dialogs.IAwaitable<Microsoft.Bot.Connector.IMessageActivity> toBot);
member this.MessageReceived : Microsoft.Bot.Builder.Dialogs.IDialogContext * Microsoft.Bot.Builder.Dialogs.IAwaitable<Microsoft.Bot.Connector.IMessageActivity> -> System.Threading.Tasks.Task
Public Function MessageReceived (context As IDialogContext, toBot As IAwaitable(Of IMessageActivity)) As Task
Parameters
- context
- IDialogContext
- toBot
- IAwaitable<IMessageActivity>