Nesting of intents

Hello everyone, I am currently new to Rasa.

I followed this blog mentioned where nested intents are supported:

The problem is that there are warnings when training the bot. Found intent ‘example_intent_1’ in stories which is not part of the domain.

Is it normal? What about testing in these cases?

@sudarshankamath Hi and welcome!

Can you share the rasa --version and some related files for our reference?

Yes it’s normal when using retrieval intents, since all the intents you have are example_intent_1/abc and you have no pure example_intent_1.

It’s a bug from Rasa’s side :slight_smile:

1 Like

Sorry, I was working on the project and couldn’t create a specific repo for this. Thanks for the reply.