This is a demonstration of converting a Voiceflow project into the Rasa YAML export format.
Create a Voiceflow project that has intent events and output steps following it (speak or text steps).
Export the Voiceflow project as a .vf file.
You can leave this file where convenient (~/Desktop, ~/Downloads, ~/Documents, etc.).
Node.js and Yarn are required.
On the root level of this repository,
- Run
yarn installto install the dependencies - Run
yarn buildto compile the tool - Run
yarn start [PATH TO FILE], oryarn startto convert aproject.vffile stored in this directory
[PATH TO FILE] is where the .vf file was saved earlier.
If the file was called project.vf was on my Desktop, it would be yarn start ~/Desktop/project.vf
This will produce a .zip file with the same name (ex. project.vf -> project.zip).
This file contains a the domain.yml, nlu.yml, and stories.yml files for use with Rasa.
