WaterfallDialog(String, IEnumerable<WaterfallStep>) 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 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.