I made this as a test and you can check it out too!
This integrates with api.ai and can be used to setup a basic back and forth with your client.
I have added a demo here pointing to an AI I created with API.ai.
Run the following:
- Run
npm i
- Create an
.env
file and add your Developer access token api key like so:
APIAI_KEY=KEYHERE
- Type
npm run dev
to run in dev mode (alternatively usenpm run start
to start in prod)
KEYHERE can be replaced with your actual key.
MIT