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

Definition

Poste die Nachricht an die Kette, nachdem das Antecedent abgeschlossen ist.

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)

Typparameter

T

Die Art des Dialogs.

Parameter

antecedent
IDialog<T>

Das Vorzededent IDialog<TResult>.

Gibt zurück

Der Dialog, der die an den Bot gesendete Nachricht repräsentiert.

Gilt für: