iboldurev / dialogflow

Unofficial php sdk for Dialogflow
https://dialogflow.com/
MIT License
164 stars 60 forks source link

Webhook Request/Response models #9

Closed gambry closed 7 years ago

gambry commented 7 years ago

The library doesn't seem to have specific models for handling webhooks, i.e. Request/Response. The Base model could be used, however I feel having proper classes will incredibly facilitate Developers experience.

This PR adds Webhook\Request and Webhook\Response models.