Questions tagged [google-assistant-sdk]

The Google Assistant SDK allows you to build hardware that runs the Google Assistant. If you have a question about devices or writing apps that work with the Google Assistant, see the actions-on-google tag.

Tag for the developer preview of the Google Assistant SDK.

With this SDK hardware prototypes can be built that include the Google Assistant, such as a self-built robot or a voice-enabled smart mirror. This allows you to interact with the Google Assistant from any platform.

The Google Assistant SDK includes a gRPC API, a Python open source client that handles authentication and access to the API, samples and documentation. The SDK allows you to capture a spoken query, for example "what's on my calendar", pass that up to the Google Assistant service and receive an audio response. And while it's ideal for prototyping on Raspberry Pi devices, it also adds support for many other platforms.

To get started, visit the Google Assistant SDK website for developers, download the SDK, and start building.

930 questions
0
votes
1 answer

Google assistant SDK custom commands

Currently following hot word example, I create custom commands like turn screen on/off, how do I disable voice response "sorry I can't help you"
0
votes
1 answer

Creating Actions for Personal use only

My house has an home automation system from the 1960's that I have managed to tap into. I've been able to setup an interface which allows me to write adapters for various technologies such as Node Red, Alexa, and now Google Assistent. Given that…
Jaron
  • 133
  • 6
0
votes
1 answer

Google assistant gRPC call hung

Server doesn't reply when a GRPC call is made to "embeddedassistant.googleapis.com". I see the request being received at google server end when I check the Google API web interface. I set the request with proper configuration (when I set wrong…
Vamsi
  • 35
  • 1
  • 1
  • 7
0
votes
1 answer

SSL: certificate_verify_failed using Google Assistant SDK

I'm trying to get the google assistant sdk sample running on a pi but after receiving the authorization URL by using google-oauthlib-tool --client-secrets /home/pi/client_secret_.json --scope…
nlin
  • 1
  • 3
0
votes
3 answers

Could not find version google-assistant-library Raspberry Pi

I am currently trying to install google-assistant-libraryvia Python pip on my raspberry pi 1 Model B using ssh. But I keep running into this error: Could not find a version that satisfies the requirement google-assistant-library (from versions:…
0
votes
2 answers

Extract words from audio clip

I want to create an app which records what you say to the microphone and extract all the words. I know this is a problem many companies and individuals are working on, but I am not quite sure how far we are from developing tools that are good at…
Jamgreen
  • 10,329
  • 29
  • 113
  • 224
0
votes
0 answers

Google Assistant

I try to run the sample-googleassistant with android things. I follow all the steps but when I run it, it shows the errors. Can someone help me?
Anna
  • 121
  • 1
  • 1
  • 6
0
votes
3 answers

How to run a programme inside a virtual environment from a script

I have set up the google assistant sdk on my Raspberry Pi as shown here: https://developers.google.com/assistant/sdk/prototype/getting-started-pi-python/run-sample Now in order to re-run the assistant I have worked out the two commands are $ source…
Harvs
  • 503
  • 1
  • 6
  • 18
0
votes
1 answer

How can I get an LED to light on Google Assistant listening?

After a long research without any results, I'm trying my luck here. I recently got the GA SDK sample to work on my Raspberry Pi 3. Now I would like to light my connected LED when the Assistant is listening. I know how to do this, but I don't know…
Jan
  • 123
  • 1
  • 2
  • 8
0
votes
1 answer

Does google-assistant-sdk support for other languages?

I knew google assistant SDK has been released, but the default language is English, does it support for other languages? thanks in advance!
WksKing
  • 31
  • 4
0
votes
2 answers

"google_assistant_library-0.0.2-py2.py3-none-linux_armv71.whl" not a supported wheel on this platform

I am trying to install google assistant on my pi 3. follwing the instructions on the assistant sdk page i had this error: "google_assistant_library-0.0.2-py2.py3-none-linux_armv71.whl" not a supported wheel on this platform" on cmd: python -m pip…
b_b
  • 1
0
votes
0 answers

How to connect Bluetooth speaker with mic to Pi Zero W and use it with Google assistant

please could someone help me. I'm trying to connect my Bluetooth speaker with microphone to my Pi Zero W as the Zero W doesn't have a 3.5mm jack. Also after that could someone show me how to set it as the audio input and output for the Google…
Danny Wango
  • 1
  • 1
  • 2
0
votes
2 answers

Google Assistant for Game

I'm interested in using Actions and the Assistant to create dynamic dialog for a video game. Specifically I would want players to be able to speak (literally) to characters and for the characters responses to be determined by Actions, just like…
0
votes
1 answer

Google Assistant Installation on Python3.6 OSX

I am trying to install Google Assistant on OSX with Python 3.6. I successfully ran this command: python3 -m pip install "google-assistant-sdk[samples]" But when I run this command with the path to the JSON file from the Google Cloud…
Yas
  • 21
  • 3
0
votes
1 answer

Is it possible to keep an a custom Google Actions app (Built into Google Assistant SDK) active all the time?

I am building a Google Assistant application but would like to restrict the app from ever exiting. Meaning I just want the experience to be my app. This isn't a public facing app, its personal and on a custom device, like a Raspberry Pi.