Partager via


ContinueConversationLater(String, Int32) Constructeur

Définition

Initialise une nouvelle instance de la classe 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)

Paramètres

callerPath
String

Chemin d’accès complet du fichier source qui contient ce appelé.

callerLine
Int32

Ligne dans le fichier source qui contient cet appelant.

S’applique à