Closed busunkim96 closed 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.
dialogflow
This PR migrates the code in this repository to use the types from the latest release of google-cloud-dialogflow instead.
google-cloud-dialogflow
Notable changes:
from google.cloud import dialogflow
import dialogflow
A longer description of changes from dialogflow -> google-cloud-dialogflow is available here.
Thank you!
thanks for taking the time to do this!
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:
from google.cloud import dialogflow
rather thanimport dialogflow
A longer description of changes from
dialogflow
->google-cloud-dialogflow
is available here.Thank you!