Cards that move the user along a defined path under certain conditions.
Example | Description |
User Input | To check if the user entered a value between 1 and 10, you can use User Input Example: user input is between 1 & 10 |
User Variable | To retrieve a value from the user variable, you can use user.{variable name} Example: user language is English |
Workflow Variable | To check a workflows variable, you can use workflow.{variable name} Example: workflow variable supportEmail contains Botpress |
Intents | You can combine multiple checks together, for example you can check if an intent is of type “affirmative”, and its confidence is more than 50%. Example: intent is affirmative and intent confidence is 50% |
Advanced | You can use an advanced javascript expression to move from one node to the next when the expression satisfies the condition. |