https://github.com/matthew-trump/actions-on-google-app-engine
This Node Express app provides a extensible and configurable platform for deploying time-scheduled and database-driven Dialogflow fulfillment webhooks apps on Google App Engine.
https://github.com/matthew-trump/actions-on-google-app-engine
actions-on-google dialogflow dialogflow-fulfillment dialogflow-fulfillment-nodejs google-app-engine google-cloud-platform
Last synced: 6 months ago
JSON representation
This Node Express app provides a extensible and configurable platform for deploying time-scheduled and database-driven Dialogflow fulfillment webhooks apps on Google App Engine.
- Host: GitHub
- URL: https://github.com/matthew-trump/actions-on-google-app-engine
- Owner: matthew-trump
- Created: 2019-03-27T01:31:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T01:22:32.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T04:18:31.935Z (8 months ago)
- Topics: actions-on-google, dialogflow, dialogflow-fulfillment, dialogflow-fulfillment-nodejs, google-app-engine, google-cloud-platform
- Language: JavaScript
- Homepage:
- Size: 436 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Actions on Google App Engine
This repository contains a stripped-down node express application for building the fulifillment component of a Dialogflow project to be deployed on Google Cloud App Engin and a Cloud SQL database.
The application was built so as to be modular so to allow the development of the webhook (i.e. the Actions-on-Google component) as a separate project (on Firebase specifically) without a database connection. The webhook can then be included into this app as a git submodule and the full app chain can be tested before being deployed to the cloud.
The framework also has a secure api interface for admin client to access and manage the database independent of the webhook functionality.
A basic version of the admin client is found in a separate project.