Delen via


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

Definitie

Post naar de gebruiker het resultaat van een 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)

Type parameters

T

Het type dialoogvenster.

Parameters

antecedent
IDialog<T>

De antecedente IDialog<TResult>.

Retouren

IDialog<T>

Het antecedente dialoogvenster.

Van toepassing op