dialogflow-webhook-response-libary-in-python
dialogflow-webhook-response-libary-in-python copied to clipboard
This library simplifies the JSON response building in Python for Dialogflow.
- 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 ...
This looks like an extremely promising project. Can we have some samples illustrating webhooks please?