Attributes
Identifier for the command, this will be used in the UI.
The lucide icon name for the command. See https://lucide.dev/icons/.
The description of the command.
Whether to display the command as a button in the message composer.
Whether to keep the command active after the user sent the message.
Set available commands
You can set the available commands at any moment using thecl.context.emitter.set_commands method.

Since version 2.1.0. If you use a SQL-based data layer, the
steps table requires a command column. See the migration guide.