Skip to content

Instantly share code, notes, and snippets.

@davxiao
davxiao / index.js
Created May 28, 2020 14:00
Google Cloud Function built for Dialogflow fulfillment
// See https://github.com/dialogflow/dialogflow-fulfillment-nodejs
// for Dialogflow fulfillment library docs, samples, and to report issues
'use strict';
const {
Image,
MediaObject,
Suggestions,
} = require('actions-on-google');
const functions = require('firebase-functions');