Negative Training Data

I am just getting started with Rasa NLU and I was wondering if there was a way to provide negative examples for an intent.

For example, if I had a “dog” intent, I would want to provide the phrase “where is my cat?” as a negative example so that similar phrases do not trigger my “dog” intent.

Is the solution to this to create a negative intent (e.g. “not_dog”) and train this with the negative examples? Any feedback/opinions help.

HI, negative examples are not supported by rasa. Explicitly creating different intent could work