Maybe
Defined in: actions/control_flow.ts:205
Interface for actions.
Implements
Section titled “Implements”IAction<SessionContext>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Maybe(
actions_):Maybe
Defined in: actions/control_flow.ts:206
Parameters
Section titled “Parameters”actions_
Section titled “actions_”IAction<SessionContext>[]
Returns
Section titled “Returns”Maybe
Methods
Section titled “Methods”execute()
Section titled “execute()”execute(
ctx):Promise<void>
Defined in: actions/control_flow.ts:208
Executes the action with the provided context.
Parameters
Section titled “Parameters”SessionContext
The action context.
Returns
Section titled “Returns”Promise<void>