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

源文件中包含此调用方所在的行。

适用于