次の方法で共有


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>

継続するダイアログ。

適用対象