treethought / flask-assistant

Framework for Building Virtual Assistants with Dialogflow and python
Apache License 2.0
380 stars 100 forks source link

Use dialogflow types from 'google-cloud-dialogflow' package #155

Closed busunkim96 closed 3 years ago

busunkim96 commented 3 years ago

Hello,

I'm one of the maintainers of https://github.com/googleapis/python-dialogflow. I noticed your package was using the previous package name dialogflow which we are no longer updating.

This PR migrates the code in this repository to use the types from the latest release of google-cloud-dialogflow instead.

Notable changes:

A longer description of changes from dialogflow -> google-cloud-dialogflow is available here.

Thank you!

treethought commented 3 years ago

thanks for taking the time to do this!