다음을 통해 공유


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

원본 파일의 선택적 줄 번호입니다.

적용 대상