Alexa exporter
You can export your Dialogflow agent to a file and import the file in the Alexa Developer Console.
Export from Dialogflow
- Go to the Dialogflow Console.
- Click Integrations on the left sidebar menu.
- Click Amazon Alexa.
- Click Export For Alexa.
- A
zip
file is downloaded. - Extract the
IntentSchema.json
file from thezip
archive.
Import to Alexa
- Drag and drop the
IntentSchema.json
file to the JSON Editor of the Alexa Developer Console. - Click Save Model.
- Click Build Model.
- You may need to resolve conflicts due to differences in naming and field conventions.
Alexa importer
You can export your Alexa skills to a file and import the file in the Dialogflow Console.
Export from Alexa
- Copy the content of the JSON Editor on the Alexa Developer Console.
- Save the content to a file named
IntentSchema.json
. - Archive the
IntentSchema.json
file in azip
file.
Import to Dialogflow
- Go to the Dialogflow Console.
- Click Integrations on the left sidebar menu.
- Click Amazon Alexa.
- Click Import From Alexa or Restore From Alexa.
- Select the
zip
file you created above as the source.