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?
nik202
(NiK202)
2
@sudarshankamath Hi and welcome!
Can you share the rasa --version and some related files for our reference?
ChrisRahme
(Chris Rahmé)
3
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 
1 Like
Sorry, I was working on the project and couldn’t create a specific repo for this. Thanks for the reply.