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

包含此呼叫端之原始程式檔內的行。

適用於