Chain.PostToChain 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.
Post the message from the user to Chain.
public static Microsoft.Bot.Builder.Dialogs.IDialog<Microsoft.Bot.Connector.IMessageActivity> PostToChain ();
static member PostToChain : unit -> Microsoft.Bot.Builder.Dialogs.IDialog<Microsoft.Bot.Connector.IMessageActivity>
Public Function PostToChain () As IDialog(Of IMessageActivity)
Returns
The dialog that dispatches the incoming message from the user to chain.
Remarks
The returned IDialog<TResult> can be used as the root dialog for a chain.