Dela via


Chain.PostToUser<T>(IDialog<T>) Metod

Definition

Publicera resultatet av en IDialog<TResult>.

public static Microsoft.Bot.Builder.Dialogs.IDialog<T> PostToUser<T> (this Microsoft.Bot.Builder.Dialogs.IDialog<T> antecedent);
static member PostToUser : Microsoft.Bot.Builder.Dialogs.IDialog<'T> -> Microsoft.Bot.Builder.Dialogs.IDialog<'T>
<Extension()>
Public Function PostToUser(Of T) (antecedent As IDialog(Of T)) As IDialog(Of T)

Typparametrar

T

Typ av dialogruta.

Parametrar

antecedent
IDialog<T>

Den tidigare IDialog<TResult>.

Returer

IDialog<T>

Den föregående dialogrutan.

Gäller för