An open API service indexing awesome lists of open source software.

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.

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.