DialogManager(Dialog, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DialogManager class.
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
Root dialog to use.
- dialogStateProperty
- String
alternate name for the dialogState property. (Default is "DialogState").