|
3 | 3 | This repository contains the [Python][python] packages for the [Google Assistant SDK][google-assistant-sdk].
|
4 | 4 |
|
5 | 5 | 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]. |
8 | 7 |
|
9 | 8 | ## Content
|
10 | 9 |
|
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] |
15 | 13 | - [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* |
17 | 15 |
|
18 | 16 | ## Contributing
|
19 | 17 |
|
@@ -41,9 +39,6 @@ License for the specific language governing permissions and limitations under
|
41 | 39 | the License.
|
42 | 40 |
|
43 | 41 | [python]: https://www.python.org
|
44 |
| -[google-assistant-library]: https://developers.google.com/assistant/sdk/reference/library/python |
45 | 42 | [google-assistant-api]: https://developers.google.com/assistant/sdk/reference/rpc
|
46 |
| -[google-assistant-library]: https://developers.google.com/assistant/sdk/reference/library/python |
47 | 43 | [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/ |
0 commit comments