Coder Social home page Coder Social logo

Comments (4)

abhi007tyagi avatar abhi007tyagi commented on July 20, 2024

@Nazar-Pa answer the following

  1. do you see any server hit/call coming from your Android app to Webhook?
  2. if it is coming, debug your Android app and check where it is failing and share logcat.
  3. if not, are you creating a release signed build for your Android app?
  4. if yes, then you may need to add some proguard rules in your app.
  5. if not, then do some debugging of your Android code to see where the call is failing and share logcat.
  6. Also check if you have created a signing JSON and included it in your app. see my article for details.

Proguard rules for app
-keep public class com.google.a** { public protected *; }

If you just want to add a chatbot to your app, I have created an Android library which you can easily import.
Check the details here https://levelup.gitconnected.com/android-dialogflow-chatbot-library-6b7b3822e7bc

from dialogflowchat.

Nazar-Pa avatar Nazar-Pa commented on July 20, 2024

Thank you for your reply.

  1. I don't see any server hit/call coming to webhook

image
3. actually I didn't understand, I didn't do any additional things on the app (just downloaded and built)
6. if you mean for credentials, yes I did and the app actually displays the response coming from the intent that webhook NOT enabled for the response, it only displays blank for the response that coming from the intent that webhook is enabled, I hope you got what I mean.

from dialogflowchat.

Nazar-Pa avatar Nazar-Pa commented on July 20, 2024

Also there is such kind of warning.
image

from dialogflowchat.

Nazar-Pa avatar Nazar-Pa commented on July 20, 2024

hey I fixed the issue already. It was my fault, did not set the response structure properly inside my web service code. Thanks anyway:)

from dialogflowchat.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.