Is it possible to train RASA with json formated data using the server (/train) ?
Looking at the API doc, it seems that the training endpoint only accepts Markdown but the doc of RASA says that we can use json as well (maybe not using the server).
I’m wondering the same. I have training data in JSON format that I used to train with the http server. Do I have to convert this data to markdown format in order to use use the new server API?
I’d like to bump this topic: is it possible to train the HTTP server using NLU data in JSON format? If it is not currently possible, are there plans to add this functionality?