July 2018
Intermediate to advanced
404 pages
9h 5m
English
Before we start to build the Fortune Cookie application, let's enable the webhook feature of Dialogflow so that all intents can be routed to the Dialogflow Node.js server.
The following screenshot shows enabling webhook in the Dialogflow fulfillment:

'use strict';const firebase = require('firebase-functions'); ...Read now
Unlock full access