ActionBase Constructors
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.
Overloads
| ActionBase() | |
| ActionBase(Boolean) |
ActionBase()
protected ActionBase ();
Protected Sub New ()
Applies to
ActionBase(Boolean)
protected ActionBase (bool isStandaloneAction);
new Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.ActionBase : bool -> Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.ActionBase
Protected Sub New (isStandaloneAction As Boolean)
Parameters
- isStandaloneAction
- Boolean