React Native Dialogflow Versions Save

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

v3.1.0

5 years ago

Add google authentication support for V2

v3.0.0

6 years ago

Dialogflow-V2 Support

v1.4.0

6 years ago

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

6 years ago

add method resetContexts

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

v1.2.0

6 years ago

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

6 years ago

support for api.ai contexts

v1.0.2

6 years ago

Support for RN 0.47

v1.0.1

6 years ago

Support for iOS 10+ and Android

v0.0.1

6 years ago