共用方式為


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>

前項對話方塊。

適用於