An open API service indexing awesome lists of open source software.

https://github.com/googlesamples/assistant-sdk-python

Samples and bindings for the Google Assistant API
https://github.com/googlesamples/assistant-sdk-python

assistant protocol-buffers python

Last synced: 6 days ago
JSON representation

Samples and bindings for the Google Assistant API

Awesome Lists containing this project

README

          

# Google Assistant SDK for devices - Python

This repository contains the [Python][python] packages for the [Google Assistant SDK][google-assistant-sdk].

To get started, see the following developer guides:
- [Introduction to the Google Assistant Service][getting-started-python].

## Content

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

## Contributing

Contributions to this repository are always welcome and highly encouraged.

See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on how to get started.

## License

Copyright (C) 2017 Google Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.

[python]: https://www.python.org
[google-assistant-api]: https://developers.google.com/assistant/sdk/reference/rpc
[google-assistant-sdk]: https://developers.google.com/assistant/sdk
[getting-started-python]: https://developers.google.com/assistant/sdk/guides/service/python/