Skip to main content

Settings

The Settings page on the Developers Portal allows you to configure your project's behavior.

Build Name​

Enter a name for your build. This name is used to identify your project in the portal.

Important!

The build name should only contain letters and spaces.

Reactions​

Reactions are sets of random responses that the bot sends when a user types their own text instead of choosing one of the provided options. They handle cases where users deviate from the expected interaction flow.

Default Reaction​

The reaction set used by default for all nodes unless overridden.

Structure​

Each reaction set has:

  • A unique Name field to identify it
  • One or more Option fields representing possible replies
Constraints
  • The reaction name must be unique.
  • At least one reaction set must be added.
  • Each reaction set must have at least one option.

You can create multiple reaction sets and switch between them in your script using the <<reaction set_name>> command.

Tech Messages​

This section controls the technical messages displayed during the bot's operation.

Save Menu Text​

The text displayed in the checkpoint save menu (/jump).

Restart Menu Text​

A confirmation message shown to the user when requesting a scenario restart (/restart).

Restart Button Text​

The text on the confirmation button for restarting.

Cancel Button​

The text on the cancel button for both restarting and the checkpoint save menu.

Default Settings​

Wait​

The delay time (in seconds) before the bot sends the next message. This value is used if no specific delay is set in the script or node header.

Time for Status​

The time (in seconds) the bot displays a "typing" or similar status before sending a message.