One thing that’s unclear though; why would you want the intents in a database? The goal of those files is to supply trainable information to our machine learning models.
Data is data, where you store data shouldn’t matter. If you need the data for the ML models you simply access and retrieve that data to be consumed and spit back the values, store those values if you would like back alongside your other data.
I suppose wishful thinking was that we could BYODB Bring Your Own Database to RASA that could synergize with the RASA engine.