Sdílet prostřednictvím


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

Definice

Publikujte uživateli výsledek 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)

Parametry typu

T

Typ dialogového okna.

Parametry

antecedent
IDialog<T>

Antecedent IDialog<TResult>.

Návraty

IDialog<T>

Thetecedent dialog.

Platí pro