Udostępnij przez


ContinueConversation(String, Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy ContinueConversation.

public ContinueConversation(string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.ContinueConversation : string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.ContinueConversation
Public Sub New (Optional callerPath As String = "", Optional callerLine As Integer = 0)

Parametry

callerPath
String

Opcjonalna, pełna ścieżka pliku źródłowego.

callerLine
Int32

Opcjonalnie numer wiersza w pliku źródłowym.

Dotyczy