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

How to set up Greek Language for Google Assistant SDK on a Raspberry Pi

I have google assistant in a raspberry pi and i want to make an app that will understand my language (Greek), anyone that have an idea on how to make it? Thanks
0
votes
2 answers

How to access JSON to parrot back user response?

I'm trying to make a google home assistant that just parrots back whatever a user says to it. Basically I need to capture what the user is saying, and then feed it back into a response. I have some puzzle pieces figured out. One is initializing…
mishap_n
  • 578
  • 2
  • 10
  • 23
0
votes
0 answers

Google Assistant Raspberry Pi Check audio errors

I'm trying to use the google assistant aiy on the Raspberry Pi WITHOUT the voicehat, since it was sold out way to soon. I've found a tutorial which I followed. http://www.androidauthority.com/build-google-assistant-raspberry-pi-770296/ and it worked…
0
votes
1 answer

python google-auth-oauthtool to get access token

I am using the python script as mentioned in the link https://developers.google.com/assistant/sdk/prototype/getting-started-other-platforms/integrate to get the access token. But when run the google-auth-oauthtool in windows PC, i am getting an…
0
votes
1 answer

Google Assistant sdk oauth return url

we are trying to integrate google assistant to our embedded device. As per the documentation we can't use limited input device auth process to get access token for assistant sdk. So I tried to use web application process. But the return url can't…
0
votes
1 answer

How do I change the Hot Word (wake word) on Google Assistant Raspberry Pi 3 (Non-AIY Kit)

I've found some great tutorials around the internet on how to change the wake word on the AIY Kit for the Raspberry Pi (Here's a good video of that), but cannot find one anywhere on how to change the hotword for a regular RPi 3 with the API…
0
votes
2 answers

Is it possible to turn text to speech using the Google assistant SDK?

Is it possible that after doing processing, I can turn a certain text result to speech using the SDK. Or say turn an alarm or warning message to speech eg. "You have left the gas on" .etc.
0
votes
1 answer

CERTIFICATE_VERIFY_FAILED error when trying to use Google's Assistant SDK with RPi 3

I am trying to use Google Assistant SDK for the Raspberry Pi 3. I managed to install everything correctly, and the date is perfectly correct. However, when I try to Authorize the Google Assistant SDK sample, I get the error described in the title.…
JairoRB8
  • 1
  • 1
0
votes
2 answers

DIY Google home using PC and BT speaker with mic

I have this BT speaker , with in built mic , http://www.intex.in/speakers/bluetooth-speakers/it-11s-bt i want to build something like google home with it , using python .Please guide me.
0
votes
3 answers

Google Assistant on Raspberry Pi. Can I use voice commands with Home Assistant?

How can I use Google Assistant on Raspberry Pi 3 with Home Assistant (or any other home automation system)? I cannot find how to use voice commands to manage lights, tv, garage door, etc.... Can someone help? Thank you.
0
votes
1 answer

open custom app from google assistant on smartPhone

Here's the problem, i'm developing an google assistant app where i should show a list to the user and when he press on item from the list i should open another app. i was able to create list using the following…
0
votes
2 answers

How to access google.assistant.assistant?

I'm using the Google Assistant Python Library on my Raspberry Pi 3. After getting the google-assistant-demo to work in a Python Virtual Environment, I want to start my own project. The reference tells something about the script…
Jan
  • 123
  • 1
  • 2
  • 8
0
votes
3 answers

how to use the recognized text with Google Assistant's hotword.py code

How do I get the spoken text from the hotword.py code & do my own actions on the recognised text rather than Google going off and reacting to the text? I've installed GA on the Pi3 & after some initial issues with usb mic/analogue audio settings and…
Steve
  • 43
  • 2
  • 10
0
votes
1 answer

Google Assistant getting getting SSL ERROR

I am trying to use google-assistant SDK on IFC6410 linux platform. But i am getting SSL: CERTIFICATE_VERIFY_FAILED error in below command. google-oauthlib-tool --client-secrets…
0
votes
3 answers

dynamically add suggestion chips on Api.ai for Actions on google

I want to add suggestions for the user in my Google Assistant Bot. I am using API.ai for bot development and using fulfilment, I am communicating with my backend for data. I am not able to send suggestions using suggestions chips to my bot. I have…