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 33 react-native-dialogflow issues
Sort by recently updated
recently updated
newest added

Unable to get access ``` constructor(props) { super(props); Dialogflow_V2.setConfiguration( "[email protected]", '-----BEGIN PRIVATE KEY-----\nMIIEvgIBADAN...1oqO\n-----END PRIVATE KEY-----\n', Dialogflow_V2.LANG_ENGLISH_US, 'testv2-3b5ca' ); } componentDidMount(){ Dialogflow_V2.requestQuery("Some text for your Dialogflow agent", result=>console.log(result), error=>console.log(error)); } ```...

I am getting this error everytime when building release app but it works fine in debug app ``` > Task :react-native-dialogflow:verifyReleaseResources FAILED FAILURE: Build failed with an exception. * What...

The JS RSA SIGN library version being used has a criticial security vulnerability

Love the library! I want to add multiple language responses, so that when a user sends a query in a certain language, the response comes back in that language. Something...

Hi, I would like to use the resetContext method, but it always throws this error `Possible Unhandled Promise Rejection (id: 0): TypeError: undefined is not an object (evaluating 'this.client.getAccessToken')`. I'm...

Reset contexts wasn't working. The code referred to a non-existant variable "this.client"

Hey, I have an empty react app with expo and when I add this line: import { Dialogflow_V2 } from 'react-native-dialogflow'; (same with import { Dialogflow } from 'react-native-dialogflow'; )...

Hi, Great package and works like a charm. Hats off for that :) Everything is working fine with my custom intents in the DialogFlow. If I integrate Google Dialog flow...

When using this module with `expo`, I get the error `Native module cannot be null`, and I assume this is due to the manual linking process. Is there a way...

I suddenly started getting this error when initializing dialogflow, `react-native-dialogflow: Authentication Error: SyntaxError: Unexpected token o in JSON at position 1` Nothing has changed in the past 2 weeks with...