ActionScope(IEnumerable<Dialog>) 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 ActionScope class.
public ActionScope (System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Dialog> actions = default);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.ActionScope : seq<Microsoft.Bot.Builder.Dialogs.Dialog> -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.ActionScope
Public Sub New (Optional actions As IEnumerable(Of Dialog) = Nothing)
Parameters
- actions
- IEnumerable<Dialog>
The actions to execute.