Delen via


ContinueConversationLater(String, Int32) Constructor

Definitie

Initialiseert een nieuw exemplaar van de ContinueConversationLater klasse.

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

Het volledige pad van het bronbestand dat dit aangeroepen bevat.

callerLine
Int32

De regel in het bronbestand die deze aanroeper bevat.

Van toepassing op