Skip to content

Releases: innFactory/react-native-dialogflow

v3.1.0

14 Jun 09:29

Choose a tag to compare

Add google authentication support for V2

v3.0.0

07 Mar 14:58

Choose a tag to compare

Dialogflow-V2 Support

v1.4.0

08 Oct 19:59

Choose a tag to compare

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

30 Aug 12:30

Choose a tag to compare

add method resetContexts

ApiAi.resetContexts(result=>{
       console.log(result);
    }, error=>{
       console.log(error);
    });

v1.2.0

24 Aug 13:43

Choose a tag to compare

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

11 Aug 18:00

Choose a tag to compare

support for api.ai contexts

v1.0.2

09 Aug 09:07

Choose a tag to compare

Support for RN 0.47

v1.0.1 - iOS Support

29 Jul 21:35

Choose a tag to compare

Support for iOS 10+ and Android

v0.0.1 - Android Support

24 Jul 07:14

Choose a tag to compare

doc: correct some typos