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

Trigger a device action from another device on the same account

Is it possible to trigger a custom device action from another device that is attached to the same account? e.g.: Trigger a custom device action registered to one PI from a second PI that doesn't have any custom device actions. Trigger a custom…
0
votes
0 answers

Is it possible to let an Assist app to handle "edge assist" (squeeze phone to trigger it)?

Background Google assistant app (AKA "Google-Now-On-Tap" and "Google Now") can be triggered on Pixel 2 devices by squeezing the device, using a feature called "Active edge" : To check if the current app is the default assistant app, you can use…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
0
votes
2 answers

how to respond to user using google assistant after the conversation is ended?

I am making a google action.I have one scenario where calculation requires some time in cloud fulfillment but i don't want to keep user waiting for answer. I want to respond to user whenever my answer is ready even when conversation with user is…
0
votes
1 answer

Starting Google Assistant / What's on my screen from onClick of button?

I want to start Google Assistant with a query (or without any) when the user clicks a button, could not find any reference to doing this task. I tried calling the following function, as I found in the documentation of Google Assistant but I do not…
Bugs Buggy
  • 1,514
  • 19
  • 39
0
votes
1 answer

Failed to register device

When I run googlesamples-assistant-pushtotalk --device-model-id 'my-model-id' project-id 'my-project-id' I get the following error: NFO:root:Connecting to embeddedassistant.googleapis.com WARNING:root:Device config not found: [Errno 2] No such file…
r33tnup
  • 319
  • 2
  • 9
0
votes
1 answer

Running google actions on raspberrypi using google assistant SDK

Is it possible to run google actions on raspberrypi running Google Assistant SDK? I was able to run my app in test mode, but unable to run any other app except my test app? Any idea?
0
votes
1 answer

DialogFlow agent jump to Google Assistant result

Today I got a problem. That, I'm building an agent to control my home through ESP8266. I control light and fan. Last 2 or 3 days, it's work OK but today when I speak a command relate to "light" keyword, it jump to google search result, google…
0
votes
2 answers

Google Assistant on RPI3 with Android Things

I tried to follow the documentation and got stuck in the point Open a terminal and follow the instructions to configure a new Python virtual environment and install the `google-assistant-library. The link in this point redirects to a general…
0
votes
1 answer

how to send a request to google home\assistant like IFTTT+webhooks

Please direct me the right way. I'm stuck with some documentation issue. Going to code a small service with Google HOME for everyone to add a new phrase and make a POST request or answer with specific "TEXT" (like IFTTT run with WEBHOOKS) (fe: "Hey…
0
votes
0 answers

Can't authenticate google SDK

I'm on Mac 10.13.2 and I'm trying to follow the instructions for getting google assistant setup. I have installed google-assistant-sdk[samples] as well as google-api-python-client as well as google-auth-oauthlib[tool] I believe (all return strings…
0
votes
1 answer

Simulator does not invoke other intents, like text and other custom intents for Actions SDK

I am using Actions SDK and I have different configurations to get the simulator to invoke my custom intent! It seems that the simulator refuses to trigger any action other than MAIN, not even TEXT. Below is my action.json: { "actions": [ …
0
votes
3 answers

Google Assistent - Could not create the device instance

I don't have any idea why he could not create the instance. First it says: C:\Users\Thomas\Desktop>googlesamples-assistant-pushtotalk --device-id assi INFO:root:Connecting to…
Thomas Mayer
  • 1
  • 1
  • 1
0
votes
0 answers

How to instal usb soundcard Drive on raspberry pi3 for the google assistant sdk?

I want to connect my mic and speaker to raspberry pi using an usb sound card for the google assistant SDK .BUT its not detecting the sound card
0
votes
1 answer

Google assistant notification

Refer me to some ready made example of google assistant notification, I'm a tech guy I have already developed app with dialogflow(donot support notification yet), I have both google home and mobile assistant, just want to see google action…
Inzamam Malik
  • 3,238
  • 3
  • 29
  • 61
0
votes
1 answer

How do I change the language/locale in the Google Assistant SDK?

As of the Google Assistant SDK 0.4.1, developers using it can change the language/locale using both the Google Assistant Library and the Google Assistant Service. This post will explain how developers can take advantage of this feature.
Nick Felker
  • 11,536
  • 1
  • 21
  • 35