
Share variables between bots
The existing variable values are automatically shared to the linked bot. It means that if this linked bot contains similar variable names, it will be automatically pre-filled with the values from the previous bot. Example: My first bot asks for the user’s name and stores it in theName
variable. Then, I link to another bot that displays a Name
variable in a text bubble. This will display the name collected in the first bot.