CancelAllDialogsBase(Boolean) 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 CancelAllDialogsBase class.
public CancelAllDialogsBase(bool cancelAll);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.CancelAllDialogsBase : bool -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.CancelAllDialogsBase
Public Sub New (cancelAll As Boolean)
Parameters
- cancelAll
- Boolean
Set to true
to cancel all dialogs; false
otherwise.