react-native-dialogflow
react-native-dialogflow copied to clipboard
Can i use this package for react js.
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.
you can use this package instead https://github.com/dialogflow/dialogflow-javascript-client
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
you can use this package instead https://github.com/dialogflow/dialogflow-javascript-client
it doesn't supports v2..