I’m working on a BOT and I need to analyze what the user wrote. For that, I need to check if the user’s answer has any of a group of words.
For example:
Question: Do you work for a company
Answer: Yes, I do.
In this example, if the user’s answer has a word “yes”, I will send a message “Great, you work for a company”. It does not matter the complete answer, some one of the words (in this case, a “yes”)
How can I do that in Flowxo?
Thanks in advance.