Share via


ContinueConversationLater(String, Int32) Constructor

Definition

Initializes a new instance of the ContinueConversationLater class.

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)

Parameters

callerPath
String

The full path of the source file that contains this called.

callerLine
Int32

The line within the source file that contains this caller.

Applies to