WaterfallDialog(String, IEnumerable<WaterfallStep>) Constructor

Definition

Initializes a new instance of the WaterfallDialog class.

public WaterfallDialog (string dialogId, System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.WaterfallStep> actions = default);
new Microsoft.Bot.Builder.Dialogs.WaterfallDialog : string * seq<Microsoft.Bot.Builder.Dialogs.WaterfallStep> -> Microsoft.Bot.Builder.Dialogs.WaterfallDialog
Public Sub New (dialogId As String, Optional actions As IEnumerable(Of WaterfallStep) = Nothing)

Parameters

dialogId
String

The dialog ID.

actions
IEnumerable<WaterfallStep>

Optional actions to be defined by the caller.

Applies to