Releases: innFactory/react-native-dialogflow
Releases · innFactory/react-native-dialogflow
v3.1.0
Add google authentication support for V2
v1.4.0
BREAKING CHANGE ANDROID !!!!
Issue #13 is solved. Please remove your workaround for android:
if (Platform.OS === "android") {
result = JSON.parse(result)
}
Other features:
- set permanentContexts doc
- requestEvents doc
v1.3.0
add method resetContexts
ApiAi.resetContexts(result=>{
console.log(result);
}, error=>{
console.log(error);
});
v1.2.0
support for api.ai userEntities
BREAKING CHANGE [ANDROID]:
Now the result in the resultCallbacks is the full response with sessionId and everthing as in iOS.
v1.1.0
support for api.ai contexts
v1.0.1 - iOS Support
Support for iOS 10+ and Android