how to send event to api.ai
this repo even dont have good documentation, my question is how to use this repo without documents? i want to send event to api.ai from my nodejs server, can i do it using this repo?
Please refer to README file. Usually it helps you understand what the repo is about. https://github.com/api-ai/apiai-nodejs-client/blob/master/README.md
@tomericco your solution was not helpful
read question here: https://stackoverflow.com/questions/45277701/how-to-send-events-to-api-ai-using-nodejs-sdk
You have to dig in a bit. Here's a sample using event: https://github.com/api-ai/apiai-nodejs-client/blob/master/samples/event_request.js
issue #77