We have a main bot flow which has multiple intents (e.g. Mobile, Laptop, Desktop). If the caller were to say "I want to order a mobile", we want to save that as variable & then use it to check in the next bot flow if it is one of the existing intents and if not, use the No Intent.
I've tried the Set Intent action but looks like it wants an exact match when searching which we cannot expect from a caller. Any ideas on how to make this happen?