Be able to start a chatbot based on a specific wor...
# 👀feature-requests
b
pls
g
I'm pretty sure this is possible
You can use an expression card on your bot with workflow.yourVariable === 'word'
and link it to other nodes
Note that word isn't equal to Word because one has a capital letter and the other doesn't
j
why not use ai transition ?
d
it is possible with intents. you can have series of intents called before your main message shows up. I have implemented successfully that way