https://github.com/blakepro/google-dialogflow-intent-nodejs
Example to detect intent DialogFlow
https://github.com/blakepro/google-dialogflow-intent-nodejs
Last synced: 17 days ago
JSON representation
Example to detect intent DialogFlow
- Host: GitHub
- URL: https://github.com/blakepro/google-dialogflow-intent-nodejs
- Owner: BlakePro
- Created: 2020-10-01T03:40:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T03:51:43.000Z (over 5 years ago)
- Last Synced: 2025-12-06T02:37:07.934Z (6 months ago)
- Language: JavaScript
- Size: 2.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DialogFlow Detect Intent
(Bot / NLP / Google)
## Table of Contents
* **[Start](#start)**
- [Install](#install)
- [Create .env && paste /private/key.json](#create)
- [Run](#run)
**Install Dependencies**
```sh
npm i
```
**Create .env && paste /private/key.json**
```sh
echo $'PROJECT_ID = \nPROJECT_SESSION_ID = \nPROJECT_FILENAME =' > .env && mkdir private
```
**Run**
```sh
node index.js "insert phrase"
```
## Disclaimer
This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Google or any of its subsidiaries or its affiliates. The official DialogFlow website can be found at https://dialogflow.com/. "DialogFlow" as well as related names, marks, emblems and images are registered trademarks of their respective owners.