react-native-dialogflow icon indicating copy to clipboard operation
react-native-dialogflow copied to clipboard

Can i use this package for react js.

Open latheesh08 opened this issue 5 years ago • 3 comments

Hi there,

I wish to use this package for my react js project , Did it will work can any one have solution please ping me. thank you.

latheesh08 avatar Oct 26 '18 10:10 latheesh08

you can use this package instead https://github.com/dialogflow/dialogflow-javascript-client

sibelius avatar Oct 29 '18 13:10 sibelius

Unfortunately, this package is only for React-Native. The problem is the authentication for V2: You can't get the token in the browser because of missing CORS headers. We solve this problem by using the node-js sdk in a Google Serverless Function.

@sibelius I'm not 100% sure but I think your suggested lib works with V1 only

spoeck avatar Oct 29 '18 15:10 spoeck

you can use this package instead https://github.com/dialogflow/dialogflow-javascript-client

it doesn't supports v2..

latheesh08 avatar Oct 30 '18 09:10 latheesh08