Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 6e236e9

Browse files
committed
google-assistant-sdk: status update
- google-assistant-grpc: available for non-commercial use - google-assistant-library: deprecated Bug: 136190339 Change-Id: Ic5fbd0b92f725679c868625f01180ce9737ecb41
1 parent 8499569 commit 6e236e9

File tree

12 files changed

+10
-3594
lines changed

12 files changed

+10
-3594
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@
33
This repository contains the [Python][python] packages for the [Google Assistant SDK][google-assistant-sdk].
44

55
To get started, see the following developer guides:
6-
- [Introduction to the Google Assistant Library][getting-started-rpi3-python].
7-
- [Introduction to the Google Assistant Service][getting-started-other-platforms].
6+
- [Introduction to the Google Assistant Service][getting-started-python].
87

98
## Content
109

11-
- [google-assistant-library](google-assistant-library): Python bindings for the [Google Assistant Library][google-assistant-library]
12-
- [google-assistant-grpc](google-assistant-grpc): autogenerated Python bindings to communicate with the [Google Assistant Service][google-assistant-api]
13-
- [google-assistant-sdk](google-assistant-sdk): tools and python samples to help developers get started with the
14-
[Google Assistant SDK][google-assistant-sdk]
10+
- [google-assistant-grpc](google-assistant-grpc): autogenerated Python bindings to communicate with the [Google Assistant Service][google-assistant-api] *available for non-commercial use*
11+
- ~~google-assistant-library: Python bindings for the Google Assistant Library~~ *deprecated*
12+
- [google-assistant-sdk](google-assistant-sdk): tools and python samples to help developers get started with the [Google Assistant SDK][google-assistant-sdk]
1513
- [googlesamples/assistant/grpc](google-assistant-sdk/googlesamples/assistant/grpc): reference sample for the [Google Assistant Service][google-assistant-api]
16-
- [googlesamples/assistant/library](google-assistant-sdk/googlesamples/assistant/library): reference sample for the [Google Assistant library][google-assistant-library]
14+
- ~~googlesamples/assistant/library: reference sample for the Google Assistant library~~ *deprecated*
1715

1816
## Contributing
1917

@@ -41,9 +39,6 @@ License for the specific language governing permissions and limitations under
4139
the License.
4240

4341
[python]: https://www.python.org
44-
[google-assistant-library]: https://developers.google.com/assistant/sdk/reference/library/python
4542
[google-assistant-api]: https://developers.google.com/assistant/sdk/reference/rpc
46-
[google-assistant-library]: https://developers.google.com/assistant/sdk/reference/library/python
4743
[google-assistant-sdk]: https://developers.google.com/assistant/sdk
48-
[getting-started-rpi3-python]: https://developers.google.com/assistant/sdk/guides/library/python/
49-
[getting-started-other-platforms]: https://developers.google.com/assistant/sdk/guides/service/python/
44+
[getting-started-python]: https://developers.google.com/assistant/sdk/guides/service/python/

google-assistant-grpc/README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ It is part of the `Google Assistant SDK`_.
66

77
This package should be compatible with POSIX platforms supporting gRPC_ and Python_.
88

9+
.. note:: The Google Assistant Service is available for `non-commercial use`_.
10+
911
.. _Python: https://www.python.org/
1012
.. _gRPC: https://www.grpc.io
1113
.. _Google Assistant Service: https://developers.google.com/assistant/sdk/guides/service/python/
1214
.. _Google Assistant SDK: https://developers.google.com/assistant/sdk
15+
.. _non-commercial use: https://developers.google.com/assistant/sdk/terms-of-service
1316

1417
Installing
1518
----------

google-assistant-library/CHANGELOG.rst

Lines changed: 0 additions & 37 deletions
This file was deleted.

google-assistant-library/LICENSE

Lines changed: 0 additions & 188 deletions
This file was deleted.

0 commit comments

Comments
 (0)