次の方法で共有


GotoAction(String, String, Int32) コンストラクター

定義

GotoAction クラスの新しいインスタンスを初期化します。

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)

パラメーター

actionId
String

省略可能。アクションの一意識別子。

callerPath
String

オプションのソース ファイルの完全パス。

callerLine
Int32

ソース ファイルのオプションの行番号。

適用対象