dialogflow / dialogflow-nodejs-client

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

How is this different than the dialogflow-javascript-client? #100

Open stevenqzhang opened 6 years ago

stevenqzhang commented 6 years ago

Which one should I use?

axchanda commented 6 years ago

I think this is for server-side connect. javaScript client is for sending the query from the fron-end directly to the api.

arnm commented 5 years ago

I think that does seem to be the case. This is for server side while the other is for client side. Seems very strange and unnecessary