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
0 answers

Google Assistant SDK Raspberry PI

im trying to get the assistant to run from my pi2 and im in the middle of getting the auth code following the steps https://developers.google.com/assistant/sdk/guides/library/python/embed/install-sample but when i do google-oauthlib-tool --scope…
0
votes
1 answer

Is there an emulator for Google Assistant?

I am developing Google Actions for Google Assistant. Is there an emulator of Google Assistant for Linux available? I believe this would be easier during development, instead of having to use my phone all the time. I know there is…
Andrew Eers
  • 347
  • 2
  • 16
0
votes
3 answers

How to open Google Assistant from an app?

I am relatively new to android and I am working on an app which requires me to open google assistant from my own application. I do not intend to add conversations and my sole purpose is to mimic the "Home Button Long Press" which opens up Google…
StonksMan9000
  • 321
  • 8
  • 21
0
votes
1 answer

Assistant SDK on raspberry pi 3 throwing repeated location header errors

Both an existing raspberry pi 3 assistant-sdk setup and a freshly created one are producing identical errors at all times idle or otherwise. The lines below are repeating over and do not seem to be affected by the state of the assistant. …
0
votes
1 answer

Getting Sorry, this action is not available in simulation for a Google Assistant App?

Even after using the phrase Talk to Abhijit Kar I keep getting: this action is not available in simulation I have verified the google account as well. I arrived at the test page using Test Draft Button.
Abhijit Kar ツ
  • 1,732
  • 1
  • 11
  • 24
0
votes
0 answers

Record video with MediaCodec and google assistant enabled in Android

I'm trying to record a video (image and audio) using MediaCodec. But when Google Assistant is enabled sometimes occurs this error and the screen freezes. 02-27 21:54:53.774 398-8943/? E/APM_AudioPolicyManager: startInput(1686) failed: other input…
0
votes
1 answer

Google Assistant on Raspberry Pi 3 - Running sample code - error Peer certificate cannot be authenticated with given CA certificates

Using a Raspberry Pi with Raspbian GNU/Linux 9, on a Marty Robot, having installed the Google Assistant SDK as described on the official page https://developers.google.com/assistant/sdk/guides/library/python/ Trying to execute the last step:…
0
votes
1 answer

Modelling Smart Home devices with Google Assistant SDK on a Ubuntu VM - available Device Types?

I am trying to model a smart home environment using Google Assistant SDK on a Ubuntu VM desktop. I would like to model all the Device Types listed in the developer documentation here https://developers.google.com/actions/smarthome/guides/ and…
MKB
  • 73
  • 1
  • 5
0
votes
0 answers

Google Aiy: no module named 'aiy.assistant.device_helpers'

Iv been trying to get a python script to run which plays music from youtube. if you say "play (song name)" it will go to youtube, find that song and play it. But every time I run it I get: No module named 'aiy.assistant.device_helpers' The code was…
0
votes
2 answers

How to run Google Assistant library (on AIY kit), upon startup of Raspberry Pi?

We set up a voice kit using Raspberry Pi (using "the MagPi essentials AIY Projects" manual). We are able to enable Google Assistant using the command "src/assistant_library_demo.py" in the dev terminal, after Raspberry Pi starts up. We would like…
0
votes
0 answers

Python Google Assistant and Snowboy

So, using the googlesamples-assistant-hotword hotword.py example, I am able to get Google Assistant running on Ubuntu. Using ON_RECOGNIZING_SPEECH_FINISHED, I'm able to grab the speech and either deal with it locally or continue to send it to Google…
Harmonic
  • 367
  • 1
  • 3
  • 18
0
votes
1 answer

Issues getting PyAudio to work alongside Google Assistant

I am trying to set up a Raspberry Pi 3 with the Google Assistant SDK triggered by Snowboy for custom hotwords. I can get the sample assistant provided in pushtotalk.py to work, and I can get Snowboy to work, but I can't seem to get them to run in…
0
votes
1 answer

Open my app when user says app name in google now or google assistant

I want to open app name "myapp" when user searches or says "myapp" in google now or google assistant. not "start myapp" or "open myapp"... just "myapp". The app is a specific activity that has been installed. Try saying ok google amazon or uber or…
0
votes
1 answer

Google assistant on boot on raspberry

I've successfully installed google assistant sdk on a rapberry pi, everything is working, but there is something I haven't managed to do : make it start on boot. I'm using hotword.py, I know I have to use a system service, but I don't know what to…
JEROME C
  • 1
  • 1
0
votes
3 answers

Multiple response in action on google dialogflow

How can i get multiple response on action on google console using dialogflow ? i simulated on Action on google console but only two responses are showing on it where as third response are not showing here is my json response { "source":…