DynamicBeginDialog.BindOptions(DialogContext, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Evaluates expressions in options.
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
Parameters
The dialog context for the current turn of conversation.
- options
- Object
The options to bind.
Returns
The merged options with expressions bound to values.