This is a simple Google Assistant app, built using Dialogflow and Cloud Functions for Firebase (Node.js), to find the best GIFs using GIPHY API. The default language of the Dialogflow agent is Russian.
Read this in other languages: Русский.
- Go to the Dialogflow console and create a new agent or navigate to the existing one.
- Click on the gear icon, the Export and Import tab, and the RESTORE FROM ZIP button. Choose the ZIP file from the repository.
- Select Fulfillment from the left navigation menu.
- Enable Inline Editor.
- Copy the source code from the
functions
directory to the corresponding tabs in Fulfillment. - Specify your own GIPHY API key in the
index.js
tab. - Go to the Firebase console and upgrade your pricing plan to Flame or Blaze. The external network is not accessible in free pricing plans.
- Actions on Google documentation: https://developers.google.com/actions/.
- Dialoglow documentation: https://dialogflow.com/docs/.
- Cloud Functions for Firebase documentation: https://firebase.google.com/docs/functions/.
- If you find any issues, please open a bug here on GitHub.
See LICENSE.