I would like to create a java rest API that helps users to create their own chatbot, add intents, add entities… The main question is how can use rasa in this case. Or can I train rasa with data stored in database?
Welcome to the forum
If you don’t want to follow Rasa’s training data format, you need to write a custom importer that translates from your format to Rasa’s.
1 Like