Share via


Chain.PostToChain Method

Definition

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.

Applies to