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

A React-Native Bridge for the Google Dialogflow (API.AI) SDK

Results 34 react-native-dialogflow issues
Sort by recently updated
recently updated
newest added

Been trying to assemble an apk for a long time now but keep running across this error when building. java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed node_modules/react-native-dialogflow/android/build/intermediates/res/merged/release/values-v26/values-v26.xml:7: error: resource android:attr/colorError not...

Hi, Build is getting failed from react-native-dialogflow. I am using buildToolVersion "28.0.3" . I have attached the screenshot. Can you please suggest the work around. ![image](https://user-images.githubusercontent.com/5137598/73387272-51cd0480-42f6-11ea-9e86-c429f3699bf8.png)

Hi, It seems that if you call the setConfiguration method there is no easy way to capture errors such as network down or authentication issues. There should be a promise...

The app shows an error when trying to generate the token on the line: dialogflow2.accessToken = await dialogflow2.generateAccessToken (clientEmail, privateKey); using redux and redux-thunk. I believe it is because the...

Hello, I'm using this library in a web project. When I try to use the requestQuery method, I get a CORS related error. If I want to pass the no-cors...

Hi, When I fire requestQuery API, the webhook failed with error "DEADLINE_EXCEEDED". In the firebase log, webhook was executed successfully within 1944ms with status code 200. webhook is not external...

Hi , I am trying to add voice handling in my react-native android app. All seems to be working but I am not able to figure out how do I...

The callback is never returned when startListening ` { Dialogflow_V2.onListeningStarted(()=>{ console.log("listening started"); }); Dialogflow_V2.onListeningCanceled(()=>{ console.log("listening canceled"); }); Dialogflow_V2.onListeningFinished(()=>{ console.log("listening finished"); }); Dialogflow_V2.onAudioLevel(level=>{ console.log(level); }); Dialogflow_V2.startListening(result=>{ console.log(result); }, error=>{ console.log(error); });...

DialogFlow documentations says Turkish is among the supported languages. Would you consider adding it?

[https://cloud.google.com/dialogflow/docs/agents-versions](url) Dialoglow added support for version controlling and Environment Management, and its a very useful and needed feature, please add support to call a Specific Environment in a Dialogflow configuration.