Please enable JavaScript.
Coggle requires JavaScript to display documents.
✏️ Variables (start (// Understand (// I got it (This is a global…
✏️ Variables
start
This is a user variable is unique for every user
%userVar=This is only my
// Understand
This is a bot level variable, its value is one for all users in current chatbot.
It is available to all users and daemons inside the bot
Bot Variables names begins with "bot."
%bot.Var=I'm all known inside the bot
// I got it
This is a global variable at your account level
Global Variables is available to all users and daemons of all bots in your account
Global Variables names begins with "global."
%global.Var=All bots know me!
// Got it too!
#
%global.Var
%bot.Var
%userVar