Questions tagged [google-assist-api]
198 questions
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?

akram
- 1
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…

Hedekar
- 33
- 5
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 read data from my Google Spreadsheet in my Google Assistant App using google-spreadsheet node module?
I want to build a Google Assistant app for use within my organization. The app will tell the user the currently available stock of an item. The app will read this data from a Google Spreadsheet.
In doc.getInfo(function(err, info) I am getting 'info'…

Puneet Jain
- 21
- 1
- 6
0
votes
1 answer
Setting up a very simple "turn on device" with Google Home and NodeJS?
So far I've found plenty of guides online that shows how to set up a NodeJS backend, that Dialogflow can talk to. However, Dialogflow was previously API.AI and all the old guides are basically wrong now.
When I try to do…

MortenMoulder
- 6,138
- 11
- 60
- 116
0
votes
1 answer
Having an issue with Dialogflow API WebhookResponse V2 for Actions for Google
I'm testing Actions for Google, so I created some simple Sinatra application which looks something like:
require 'sinatra'
require 'json'
post '/google_assistant_api' do
content_type :json
case intent_name
when…

Eki Eqbal
- 5,779
- 9
- 47
- 81
0
votes
1 answer
Google assistant in other country - pause music
I live in Poland, where Google Assistant isn't allowed (operated) and I would like to write a simple script, which allow me to say: "Ok, google, muzyka stop". Next device will stop music play. Is it possible to write this in dialogflow or other…

Doe J.
- 1
- 2
0
votes
1 answer
Bose Soundtouch 30II connect with Google Assistant
I'm using Google Home and Google Chromecast Audio to play Google Play Music or Spotify on my Soundtouch 30 II. It's working fine but I got ONE BIG PROBLEM. I always have to turn my Soundtouch with the remote or the Soundtouch App on to hear the…

SerOsDeveloper
- 253
- 1
- 3
- 12
0
votes
1 answer
trouble using a "for loop" to build a list using a parsed json file on "actions by google"
Below is my code where I parsed a json file and used in a loop to "for" loop in order to print it out onto a console
process.env.DEBUG = 'actions-on-google:*';
const apikey = "xxxxxx";
const https = require('https');
const ActionsSdkApp =…

bob dole
- 21
- 4
0
votes
2 answers
Control your device with custom commands using Actions in Google
just getting started with Assistant features in RPi and I am able to successfully implement upto this point and wondering few thing.
Scenario:
user: hey google "please turn on my living room Lights"
List item my code in horword.py : has a function…

u2307421
- 31
- 4
0
votes
1 answer
How to send a ConverseRequest message by Converse using C++
I am trying to build an google assistant client by using c++.
I've passed the authentication and created channel;
Then as the doc say: "Send a ConverseRequest message...", and stuck here, since Converse only has one parameter: ClientContext,
How…

Wenchung Chang
- 1
- 2
0
votes
1 answer
Trouble google assistant demo on a raspberry pi 3 and MATRIX Creator mic array
I am getting the following error when I run google-assistant-demo, but arecord works fine with ALSA capture file type:
error:
(env)pi:~$ google-assistant-demo
ALSA lib pcm.c:7918:(snd_pcm_set_params) Sample format not available for CAPTURE: Invalid…

Hpsaturn
- 2,702
- 31
- 38
0
votes
1 answer
Integrated commands within google assistant's SDK
I'm here to clarify an amusing idea I had but couldn't find some way to do it... Yet.
I'm diving into GAssistant SDK, my idea is to have integrated commands using hotkeywords so we can develop a way to talk with the device and have much better…
0
votes
1 answer
Using google assistant SDK with raw text as user input
I am currently working on a project that uses the Google Assistant SDK with Python. I have it working with direct audio listening, but I want to know if there is a way to use it with raw text input instead of listening to audio.

John Argentino
- 5
- 2
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

Nick Sfikas
- 11
- 2