DynamicBeginDialog.BindOptions(DialogContext, Object) Methode

Definition

Bewertet Ausdrücke in Optionen.

protected override object BindOptions(Microsoft.Bot.Builder.Dialogs.DialogContext dc, object options);
override this.BindOptions : Microsoft.Bot.Builder.Dialogs.DialogContext * obj -> obj
Protected Overrides Function BindOptions (dc As DialogContext, options As Object) As Object

Parameter

dc
DialogContext

Der Dialogkontext für die aktuelle Unterhaltungswende.

options
Object

Die Optionen zum Binden.

Gibt zurück

Die zusammengeführten Optionen mit Ausdrücken, die an Werte gebunden sind.

Gilt für: