Auto Populate Intents in Domain

Hi,

I’m building an NLU - only bot. I have created a few intent files, but I haven’t been diligent about updating the domain with intents as I add them.

Is there a way to auto populate the domain file with intents?

Thanks in advance for your help.

When you run rasa train in the terminal, a warning will be shown stating the names of intents not there in domain.yml but in nlu. Simply add those intents to the domain. I don’t think there is a way to populate the domain file automatically.

Awesome, thank you!

Glad I could help. :slightly_smiling_face: