Match one word
# 🤝help
w
Hi guys! I want to know if it is possible to match just one word using intent or IA transition. I'm using intent to match the word "back" but it'ts not working, since the intent is being executed when I type "How to put my website back online". Is there anyway to just match the word and it variations? Like capital letters or with a full stop at the end
b
you'd have to use a validation ensure that the value is specific
this will only trigger if the previous message is EXACTLY "back"
w
Ok So this is a exactly match It wouldnt trigger if the user typed it wrong like "abck"
or bak
b
exactly
w
Okay Thanks for the help!!
b
of course 🙂