다음을 통해 공유


ContinueConversationLater(String, Int32) 생성자

정의

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

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

매개 변수

callerPath
String

이 가 포함된 원본 파일의 전체 경로입니다.

callerLine
Int32

이 호출자가 포함된 원본 파일 내의 줄입니다.

적용 대상