Configure command to submit without confirmation
Description of the command
Intent or list of intents. What you need to type to invoke the command, for example via the bot.
Name of the command
Configure strategy on how to prompt for parameters in chat or web
Define parameters used by this command.
Function to create a parameters object used by this command. Empty parameters will be returned by default.
If provided, select when this command is registered. Enables conditional registration on SDM startup, based on configuration, environment variables etc. This method is invoked during SDM startup.
Tags associated with this command. Useful in searching.
Function to transform the project
Generated using TypeDoc
Superclass for all registrations of "project operations", which can create or modify projects. Supply a transform function.