Share via


Chain.PostToUser<T>(IDialog<T>) 方法

定义

向用户发布 的结果 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)

类型参数

T

对话框的类型。

参数

antecedent
IDialog<T>

前面的 IDialog<TResult>

返回

IDialog<T>

前面的对话框。

适用于