Multiple agents
Instructions
- “Export as Zip” your existing Dialogflow agent from “Export and Import”
- Copy the zip file into your bot source code and commit to your source control (GitHub, etc.)
- [Optional] unzip the agent, so that you can edit the training data in your IDE
- Create a new Dialogflow agent to be used by the 2nd developer
- “Restore from Zip” from the “Export and Import” tab
- Test the new agent using the Dialogflow simulator
- Export your DialogFlow key as JSON
- Paste the JSON key to your vault (recommended) and upload using
meya vault upload --file vault.secret.yaml
- Reference the vault key in your Dialogflow integration setting
- Push the updates to your app
meya push
- Test that the Meya bot works with the DialogFlow agent
Export existing Agent as ZIP
![1.png 1170](https://files.readme.io/f1b8951-1.png)
Copy ZIP to source code
![2.png 1134](https://files.readme.io/29bffa3-2.png)
Create a new Dialogflow agent
![3.png 1286](https://files.readme.io/56e5c37-3.png)
Restore from ZIP
![4.png 1467](https://files.readme.io/f676411-4.png)
Download DialogFlow JSON key
Add JSON Key to vault
![5.png 786](https://files.readme.io/bcbe8e4-5.png)
Reference vault value in integration
![6.png 1242](https://files.readme.io/858b30d-6.png)
Updated about 2 years ago