BaseInvokeDialog(String, Object) Constructor
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.
Initializes a new instance of the BaseInvokeDialog class. Expression for dialogId to call (allowing dynamic expression).
public BaseInvokeDialog (string dialogIdToCall = default, object bindingOptions = default);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.BaseInvokeDialog : string * obj -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.BaseInvokeDialog
Public Sub New (Optional dialogIdToCall As String = Nothing, Optional bindingOptions As Object = Nothing)
Parameters
- dialogIdToCall
- String
Optional, id of the dialog to call.
- bindingOptions
- Object
Optional, binding options for the dialog to call.