Dialog(String) Constructor

Definition

Initializes a new instance of the Dialog class. Called from constructors in derived classes to initialize the Dialog class.

public Dialog (string dialogId = default);
new Microsoft.Bot.Builder.Dialogs.Dialog : string -> Microsoft.Bot.Builder.Dialogs.Dialog
Public Sub New (Optional dialogId As String = Nothing)

Parameters

dialogId
String

The ID to assign to this dialog.

Applies to