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

Implementing Android Auto voice command support

I am working on implementing voice commands for Android Auto using media player callback methods. I am having trouble getting Auto to recognize that I am asking to play a title on my application: “Play [x] on MyApp”. I understand that it takes a few…
Kim
  • 341
  • 1
  • 4
24
votes
4 answers

Use Google Assistant to directly talk to my Android app and execute a very simple task

I am working on a project to integrate the Google Assistant with an existing Android app. The requirements are simple. Assuming my app is named TestApp and I want it to just change the background color of the app home page, I want to be able to say,…
22
votes
3 answers

Google Assistant SDK to integrate it in an app

Is it possible to integrate the google assistant in an android app? I couldn't find any information about it online. I know today Google released the Assistant SDK but they don't mention any android support even in their Android Developers Blog…
Daniele
  • 4,163
  • 7
  • 44
  • 95
14
votes
0 answers

Flutter integration for Google Assistant & Siri - voice interactions

I want to build an app with Google Assistant & Siri support. How would one go about implementing this in Flutter? I'm aware of existing voice support, but there's no support for back-and-forth voice actions... Thanks!
13
votes
1 answer

Google Action and DialogFlow error "Sorry, this action is not available for your app"

I created a DialogFlow app that works perfectly in my developer account. But I need to test it as another user, so in my Google Action simulator, I added another test account as a OWNER to the project. I verified this user has OWNER status in both…
kidcapital
  • 5,064
  • 9
  • 46
  • 68
10
votes
4 answers

Python can't find module when started with sudo

I've got a script that uses the Google Assistant Library and has to import some modules from there. I figured out this only works in a Python Virtual Environment, which is really strange. In the same folder I've got a script which uses the GPIO pins…
Jan
  • 123
  • 1
  • 2
  • 8
8
votes
1 answer

How does the VoiceInteractionService Work?

I have a lot of questions about the VoiceInteractionService. https://developer.android.com/reference/android/service/voice/VoiceInteractionService What seems clear to me is that it is the mechanism by which the Google assistant has hooks into the OS…
Eric
  • 81
  • 1
  • 2
8
votes
3 answers

Google assistant "No module named googles...."

Whenever I run this command py -m googlesamples.assistant.auth_helpers -client-secrets I get an error saying: C:\Users\chand\AppData\Local\Programs\Python\Python36\python.exe: No module named…
Chandraaditya
  • 341
  • 1
  • 8
  • 18
7
votes
4 answers

Google Assistant on Raspberry pi Segmentation fault

Installing Google assistant on my pi with this guide: https://developers.google.com/assistant/sdk/guides/library/python/embed/run-sample (env) pi@raspberrypi:~ $ source env/bin/activate (env) pi@raspberrypi:~ $ googlesamples-assistant-hotword…
King Pretzel
  • 71
  • 1
  • 3
7
votes
1 answer

Actions on Google Node.js SDK unicode

How do I very simply show a Euro symbol in Google Assistant? Every time that I attempt to I get the symbol in a different encoding. What simple thing am I missing? actions-on-google SDK version 2.0.1 const { dialogflow } =…
duffn
  • 3,690
  • 8
  • 33
  • 68
7
votes
1 answer

Bilingual spoken flash cards for Google Assistant

I am developing a bilingual (Japanese/English) flashcard app for the Google Assistant so that it would work for Google Home. The google assistant will say a word in Japanese, and check that the user replies with the correct translation in English,…
maruko
  • 187
  • 1
  • 8
7
votes
1 answer

Make a phone call within Google Assistant App

I am trying to develop a Google Assistant App, primarily for Google Home and Google Assistant on the phone. Is there a way to integrate Google's hands-free calling capability to the Assistant App, so that a user can directly initiate a phone call…
7
votes
2 answers

How can we send text input to the google assistant?

Currently, the google assistant SDK accepts voice input, which means my question is fairly simple: I want to converse with the google assistant but not using voice, just chat. This is certainly possible, for instance, in Google Allo. Has google…
6
votes
4 answers

This app is blocked message when using gActions CLI

I downloaded gActions CLI on windows x64 bit machine. after issuing the login command and pasting the the browser link i get the below error: This app is blocked This app tried to access sensitive info in your Google Account. To keep your account…
icsfs
  • 63
  • 4
6
votes
4 answers

No module named pathlib2

I've been working on getting Google Assistant working on my Raspberry Pi 3. It is working but I'm having problems getting this specific step to…
Chris Eytcheson
  • 71
  • 1
  • 1
  • 3
1
2 3
61 62