Share via


GotoAction(String, String, Int32) Constructor

Definition

Initializes a new instance of the GotoAction class.

public GotoAction (string actionId = default, string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.GotoAction : string * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.GotoAction
Public Sub New (Optional actionId As String = Nothing, Optional callerPath As String = "", Optional callerLine As Integer = 0)

Parameters

actionId
String

Optional, action's unique identifier.

callerPath
String

Optional, source file full path.

callerLine
Int32

Optional, line number in source file.

Applies to