Delen via


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

Definitie

Plaats het bericht in de keten naar de bot nadat de antecedent is voltooid.

public static Microsoft.Bot.Builder.Dialogs.IDialog<Microsoft.Bot.Connector.IMessageActivity> WaitToBot<T> (this Microsoft.Bot.Builder.Dialogs.IDialog<T> antecedent);
static member WaitToBot : Microsoft.Bot.Builder.Dialogs.IDialog<'T> -> Microsoft.Bot.Builder.Dialogs.IDialog<Microsoft.Bot.Connector.IMessageActivity>
<Extension()>
Public Function WaitToBot(Of T) (antecedent As IDialog(Of T)) As IDialog(Of IMessageActivity)

Type parameters

T

Het type dialoogvenster.

Parameters

antecedent
IDialog<T>

De antecedente IDialog<TResult>.

Retouren

Het dialoogvenster dat het bericht vertegenwoordigt dat naar de bot is verzonden.

Van toepassing op