ChoiceInput.OnInitializeOptions(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.
Method which processes options.
protected override object OnInitializeOptions (Microsoft.Bot.Builder.Dialogs.DialogContext dc, object options);
override this.OnInitializeOptions : Microsoft.Bot.Builder.Dialogs.DialogContext * obj -> obj
Protected Overrides Function OnInitializeOptions (dc As DialogContext, options As Object) As Object
Parameters
The DialogContext for the current turn of conversation.
- options
- Object
Optional, initial information to pass to the dialog.
Returns
modified options.