An open API service indexing awesome lists of open source software.

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

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)


## Start


**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.