Sdílet prostřednictvím


GotoAction(String, String, Int32) Konstruktor

Definice

Inicializuje novou instanci GotoAction třídy.

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)

Parametry

actionId
String

Nepovinný je jedinečný identifikátor akce.

callerPath
String

Nepovinná úplná cesta ke zdrojovému souboru.

callerLine
Int32

Volitelné, číslo řádku ve zdrojovém souboru.

Platí pro