ActionBase Constructors

Definition

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

Applies to