Migrating DialogFlow to Rasa

Hi All,

I tried migrating from DialogFlow to Rasa. I followed the instructions from https://rasa.com/blog/how-to-migrate-your-existing-google-dialogflow-assistant-to-rasa/, but the converting step doesn’t seem to work… I get ValueError: Unknown data format for file 'data/.../intents/*.json' while I’m executing rasa data convert nlu --data data/... --out data/nlu.yml --format yaml

I see a lot of posts about this on this forum, however I couldn’t find the fix.

Thanks in advance!

I would like to share the following Python script that facilitates the migration process from Dialogflow to Rasa Open Source.

Feel free to test it and share any comment/issue/improvement

Best,

Belén