This repository was archived by the owner on Oct 19, 2023. It is now read-only.
0.5.0
| Package | Version |
|---|---|
| google-assistant-sdk | 0.5.0 |
| google-assistant-library | 1.0.0 |
| google-assistant-grpc | 0.2.0 |
Changelog
- Support for additional languages. This includes hotword models for the Google Assistant Library.
- Support for playing news and podcasts in the Google Assistant Library.
- Support for broadcasting voice messages in the Google Assistant Library.
- Add
ScreenOut/ScreenOutConfigmessage for HTML output in the Google Assistant Service Python gRPC bindings. - Add
is_new_conversationfield to reset conversation in the Google Assistant Service Python gRPC bindings - Add HTML display output for the Google Assistant Service samples, thru the
--displaycommand line flag. - Reset conversation on startup of Google Assistant Service samples.
- Add simpler file i/o sample for the Google Assistant Service.
- Fix crash with empty audio query in
pushtotalkGoogle Assistant Service sample.