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

Purpose of this library #4

Open abhishekbatra opened 5 years ago

abhishekbatra commented 5 years ago

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

abhishekbatra commented 5 years ago

Here's a link to the official one: https://dialogflow-python-client-v2.readthedocs.io/en/latest/gapic/v2beta1/types.html#dialogflow_v2beta1.types.WebhookResponse

pragnakalpdev commented 5 years ago

This will be beneficial if you are building your webhook responses using pure Dialogflow JSON.