May 2020
Intermediate to advanced
404 pages
10h 52m
English
In the package.json file on the inline editor, we'll add the request and request-promise-native packages to the dependencies, as shown:
"dependencies": { "actions-on-google": "^2.2.0", "firebase-admin": "^5.13.1", "firebase-functions": "^2.0.2", "dialogflow": "^0.6.0", "dialogflow-fulfillment": "^0.5.0", "request": "*", "request-promise-native": "*" }
These packages will be automatically fetched during the build of the agent, so you do not need to execute any commands explicitly to install them.
Read now
Unlock full access