assistant-sdk-python icon indicating copy to clipboard operation
assistant-sdk-python copied to clipboard

Samples and bindings for the Google Assistant API

Results 111 assistant-sdk-python issues
Sort by recently updated
recently updated
newest added

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...

![IMG20220119124434.jpg](https://user-images.githubusercontent.com/97592011/150086783-a9a994d2-6c73-42c5-bd0a-c6c8228cd5d6.jpg)

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...

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,\...