Jaa


BaseInvokeDialog(String, Object) Constructor

Definition

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.

Applies to