assistant-sdk-python
assistant-sdk-python copied to clipboard
Samples and bindings for the Google Assistant API
When recording the third question, it does not react anymore Here is the output of "python3 pushtotalk.py" : -- 2 times : < Recording audio request. Transcript of user request...

run "python -m pushtotalk -v" has error below no problem ping and curl to embeddedassistant.googleapis.com any idea what's wrong? ``` DEBUG:google.auth.transport.requests:Making request: POST https://accounts.google.com/o/oauth2/token DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): accounts.google.com:443...
Hi @Fleker @proppy, I was wondering if there are any plans for additional languages to be supported by the python SDK. I tried nl-NL the other day trying to talk...
Hello, I installed a nest hello and it works great overall, due to the wiring in my house, I couldn´t install the chime so, I received the notification on the...
_I am trying to open jupyter notebook from anaconda navigator and it is showing the following error. How to fix this? Helps will be highly appreciated!_ ``` Traceback (most recent...
Fixes #418
Python v3.2 introduced `tobytes()` and kept the deprecated `tostring()` as an alias for `tobytes()` This fix checks the current `sys.version_info` and chooses `arr.tobytes()` if the version is at least 3.2,\...