Skip to content

voiceflow/rasa-export-script-demo

Repository files navigation

Export Voiceflow project to Rasa

This is a demonstration of converting a Voiceflow project into the Rasa YAML export format.

Setup

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.

Screen Shot 2023-01-26 at 5 18 36 PM

You can leave this file where convenient (~/Desktop, ~/Downloads, ~/Documents, etc.).

Node.js and Yarn are required.

On the root level of this repository,

  1. Run yarn install to install the dependencies
  2. Run yarn build to compile the tool
  3. Run yarn start [PATH TO FILE], or yarn start to convert a project.vf file 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors