How to store Intent, stories and trained data (model) into my preferred database?

I have a Control Panel (CP) for my chatBot. I want to configure my intent and stories from that CP.

For that purpose, need to store Intent, stories and model into my database and retrieve as well to make more dynamic

Depends on what database you are using no? Are you using MySQL, MongoDB or Firebase/Firestore or any other database?

Database not defined, where suitable we will use , it can be MongoDb or SQL Server

dear expert user, we are waiting for this topic …

Inside a function you can use ‘intent_name = tracker.latest_message[‘intent’].get(‘name’)’ to get the intent and then further store it into the database.

I am not sure about stories and model.