다음을 통해 공유


BeginDialog(String, Object, String, Int32) 생성자

정의

BeginDialog 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

dialogIdToCall
String

호출할 대화 상자의 선택적 ID입니다.

options
Object

추가 옵션이 있는 선택적 개체입니다.

callerPath
String

선택적 소스 파일 전체 경로입니다.

callerLine
Int32

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

적용 대상