pragnakalp / dialogflow-webhook-response-libary-in-python

This library simplifies the JSON response building in Python for Dialogflow.
MIT License
58 stars 33 forks source link

Can we have some samples? #1

Open nkolban opened 5 years ago

nkolban commented 5 years ago

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

mittalpatel commented 5 years ago

Hello @nkolban , We are preparing a blog to use this library using Python + Django and planning to publish it in couple of days. I will update you once it is done.

oort7 commented 5 years ago

@nkolban I believe that you can find mentioned post here: https://www.pragnakalp.com/dialogflow-tutorial-create-fulfillment-webhook-using-python-django/

mittalpatel commented 5 years ago

Hello @nkolban , We have now published - Dialogflow Tutorial: Create Fulfillment Webhook Using Python + Django which will take you through a step-by-step process of creating webhook in Python + Django and also demonstrate how to use this library with Suggestion Chips example.

For all other types of response, you can check our new repository Implementing Dialogflow Python Response Library in Python and Django.