How to use the node js client library with express?
问题 I have implemented a dialogFlow fulfillment without using the node js client library. I have been parsing requests and preparing responses manually. Now, I wanted to start using the node js client library, as found here: https://actions-on-google.github.io/actions-on-google-nodejs/ I am using the express framework as generated by the express generator. Here is some of the contents of my app.js: var express = require('express'); var app = express(); var bodyParser = require('body-parser'); var