dialogflow / dialogflow-nodejs-client

Node.js SDK for Dialogflow
Apache License 2.0
659 stars 287 forks source link

how to send event to api.ai #76

Open mInzamamMalik opened 7 years ago

mInzamamMalik commented 7 years ago

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?

tomericco commented 7 years ago

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

mInzamamMalik commented 7 years ago

@tomericco your solution was not helpful

mInzamamMalik commented 7 years ago

read question here: https://stackoverflow.com/questions/45277701/how-to-send-events-to-api-ai-using-nodejs-sdk

tomericco commented 7 years ago

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

mInzamamMalik commented 6 years ago

issue #77