I have a problem for detecting the greet intent. I have set the NLU threshold to 0.7
I have data and i have trained a model --> results: hello predicted with 0.77
I add new intents and new expressions that does not contain hello --> results : hello predicted with 0.63 --> so fallback
@Asmacats, you can create an intent in your nlu.yml file called “greet” providing greetings examples. Define it in domain.yml with its according bot’s response on responses: utter_greet. Then, create a storie on your stories.yml file. Something like: