Can someone explain to me how the "intent" works o...
# 🌎general
f
Can someone explain to me how the "intent" works on the node?
e
Hey @fierce-address-17562, the intent card is a way to check what the user has typed. You add training phrases that if used in the Node will make the bot transition to a different node or workflow
They are different from the Expression cards, which require that a javascript expression like
workflow.variable === "Value"
is true in order to transition
In order to check for the intent, you will need a capture card before it (in the same node, or the previous node) so that the user can type in something
3 Views