WaterfallDialog.AddStep(WaterfallStep) Method
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.
Adds a new step to the waterfall.
public Microsoft.Bot.Builder.Dialogs.WaterfallDialog AddStep (Microsoft.Bot.Builder.Dialogs.WaterfallStep step);
member this.AddStep : Microsoft.Bot.Builder.Dialogs.WaterfallStep -> Microsoft.Bot.Builder.Dialogs.WaterfallDialog
Public Function AddStep (step As WaterfallStep) As WaterfallDialog
Parameters
- step
- WaterfallStep
Step to add.
Returns
Waterfall dialog for fluent calls to AddStep()
.