You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.rst
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,25 @@
1
1
Dialogflow: Python Client
2
2
=========================
3
3
4
-
|release level|
5
4
6
-
Python idiomatic client for `Dialogflow`_
5
+
.. warning::
6
+
The package `dialogflow`_ has been renamed to `google-cloud-dialogflow`_.
7
+
`dialogflow`_ will no longer be updated.
7
8
8
-
`Dialogflow`_ is an enterprise-grade NLU platform that makes it easy for
9
+
For help upgrading to ``google-cloud-dialogflow>=2.0.0``, see the `Migration Guide`_.
10
+
11
+
After **October 28, 2021**, importing code from the latest release of `dialogflow`_ will result in a ``RuntimeError``. If you need to continue to use `dialogflow`_ after this date, please pin to a specific version of `dialogflow`_ (e.g., ``dialogflow==1.1.1``). If you have questions, please `file an issue`_.
0 commit comments