Export An Existing NLU Model
This guide details the process of exporting an existing interaction model from Alexa, Dialogflow, or Jovo for use with Spokestack.
See the documentation on our training format for a way to create a model from scratch.
Alexa
Go to the Alexa Developer Console.
Copy the contents of your Interaction Model from the JSON Editor into a file named
{skill_name}.json
.Upload
{skill_name}.json
to the Spokestack Console
Dialogflow
Go to the Dialogflow Console.
Choose the agent you would like to export.
Navigate to the agent settings (cog wheel).
Click the
Export and Import
tab.Select
Export as zip
and save the.zip
file.Upload the
.zip
file to the Spokestack Console
Jovo
Add your Spokestack API key and secret to your project’s configuration file.
Run the
jovo build
command to create aplatforms/spokestack
directory.Run the
jovo deploy
command to upload your model.
Related Resources
Want to dive deeper into the world of Android voice integration? We've got a lot to say on the subject: