dialogflow / dialogflow-android-client

Android SDK for Dialogflow
https://dialogflow.com
Apache License 2.0
574 stars 270 forks source link

Intent fulfillments #97

Open mechaadi opened 6 years ago

mechaadi commented 6 years ago

Hello all, here's the scenario. I have an app, I've implemented dialogflow with gradle, now if user says chocolate the app should show a card view with a picture and some details about chocolate.

I tried to make this, it's working on Google assistant simulator but when I'm trying to run it through my app I get webhook failed, webhook failed is my default message if something goes wrong then it should show webhook failed else it is supposed to show the details queried by the user. Any suggestions ?

Thanks

suzanneong3 commented 6 years ago

Hi can you teach me how do i implement intent fulfilments on my android app.. where and how do i write the fulfilment statement? or do u have any link for tutorials! Please your help will be deeply appreciated

janjay2018 commented 5 years ago

@mechaadi were you able to resolve the issue? I am having the same issue at the moment and am not sure how to resolve it