Hello, I am a beginner working on creating a chatbot on the XO platform. I have started by training a bot on a few FAQs that I have added, adding training tags and enabling configurations LLM through the connection of an API key. For some but not all phrases that are an exact match, the bot responds with “Did you mean” followed by the most probable winning intent detected. I was wondering if there was a way to bypass the “Did you mean” response and automatically execute this probable intent detect without confirmation from the user.
Bests