ReplaceDialog(String, Object, String, Int32) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der ReplaceDialog-Klasse.
public ReplaceDialog (string dialogIdToCall = default, object options = default, string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.ReplaceDialog : string * obj * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.ReplaceDialog
Public Sub New (Optional dialogIdToCall As String = Nothing, Optional options As Object = Nothing, Optional callerPath As String = "", Optional callerLine As Integer = 0)
Parameter
- dialogIdToCall
- String
Optional: ID des aufzurufenden Dialogfelds.
- options
- Object
Optionale, konfigurierbare Optionen für das Dialogfeld.
- callerPath
- String
Optional, vollständiger Pfad der Quelldatei.
- callerLine
- Int32
Optional, Zeilennummer in der Quelldatei.