dialogflow-webhook-response-libary-in-python icon indicating copy to clipboard operation
dialogflow-webhook-response-libary-in-python copied to clipboard

This library simplifies the JSON response building in Python for Dialogflow.

Results 5 dialogflow-webhook-response-libary-in-python issues
Sort by recently updated
recently updated
newest added

- I did some static analysis(fixing for example trailing spaces....) with flake8 - I added a class for managing google hanghout response(I tried it in my own project and it's...

I am code like this but not responsing properly. fbr = facebook_response() card_response1 = fbr.card_response( 'test', "buthon" )

There's already an official API available for modeling a webhook response in python. What value does this library add?

Is there anyway I can send custom payload using this ? From the dialogflow console i can set the custom payload as ![Screen Shot 2019-07-01 at 5 29 06 PM](https://user-images.githubusercontent.com/7282773/60445328-b1134b00-9c27-11e9-9590-854880d76485.png)...

This looks like an extremely promising project. Can we have some samples illustrating webhooks please?