BeginDialog(String, Object, String, Int32) 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 BeginDialog class.
public BeginDialog (string dialogIdToCall = default, object options = default, string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.BeginDialog : string * obj * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.BeginDialog
Public Sub New (Optional dialogIdToCall As String = Nothing, Optional options As Object = Nothing, Optional callerPath As String = "", Optional callerLine As Integer = 0)
Parameters
- dialogIdToCall
- String
Optional, id of the dialog to call.
- options
- Object
Optional, object with additional options.
- callerPath
- String
Optional, source file full path.
- callerLine
- Int32
Optional, line number in source file.