ComponentDialog(String) Constructor

Definition

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.

Applies to