ComponentDialog(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 ComponentDialog class.
public ComponentDialog (string dialogId = default);
new Microsoft.Bot.Builder.Dialogs.ComponentDialog : string -> Microsoft.Bot.Builder.Dialogs.ComponentDialog
Public Sub New (Optional dialogId As String = Nothing)
Parameters
- dialogId
- String
The ID to assign to the new dialog within the parent dialog set.