Can someone explain to me how the "intent" works on the node?
e
early-train-33247
07/05/2023, 3:04 PM
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
early-train-33247
07/05/2023, 3:06 PM
They are different from the Expression cards, which require that a javascript expression like
workflow.variable === "Value"
is true in order to transition
early-train-33247
07/05/2023, 3:07 PM
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