DialogManager(Dialog, String) Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de DialogManager klasse.
public DialogManager (Microsoft.Bot.Builder.Dialogs.Dialog rootDialog = default, string dialogStateProperty = default);
new Microsoft.Bot.Builder.Dialogs.DialogManager : Microsoft.Bot.Builder.Dialogs.Dialog * string -> Microsoft.Bot.Builder.Dialogs.DialogManager
Public Sub New (Optional rootDialog As Dialog = Nothing, Optional dialogStateProperty As String = Nothing)
Parameters
- rootDialog
- Dialog
Te gebruiken hoofddialoogvenster.
- dialogStateProperty
- String
alternatieve naam voor de eigenschap dialogState. (De standaardwaarde is 'DialogState').