This tag targets question related to programming for Google Home device.
Questions tagged [google-home]
752 questions
0
votes
1 answer
Display content on top of the cast home screen
I was wondering if it is possible to create and display content with the cast sdk but on top of the standard cast home screen. For example, I would like to display a popup for a second but continue to display the nice backgrounds exposed by…

jbx028
- 57
- 5
0
votes
1 answer
Google home action play/resume, forward/backward
Hello I am implementing a google home action, I already have it working but now I will like to add some more "intents", my action hits a webhook that return SSML like the one below, the audio starts to play right away, which is right.
Some…
0
votes
1 answer
Smart Home sample, "Couldn't update settings please check your connection"
My goal is to get the "Turn on the light" message when I say that to my Google Home. To do that, I visited their documentation page, which listed this sample code. I downloaded it and run it locally. Even thought I ran it locally, by default it was…

Damn Vegetables
- 11,484
- 13
- 80
- 135
0
votes
1 answer
How to get user location from google home device
How to implement this example :
let device = this.googleAction().getRequest().getDevice();
console.log(device);
this.tell('Thanks for your precise…

Jayakumar Manian
- 1
- 1
0
votes
1 answer
Can google assistant ask an specific queestion hourly?
I want to create an app that every hour asks me "What are you doing?" through voice notification.
There are a few ways I can respond, "Working", "Playing", etc.
Then it can log it on my calendar. If this is possible, what are the correct terms that…

Gisela
- 5
- 3
0
votes
0 answers
WebhookClient doesn't work when i call api
I'm working on an app for Google Home with DialogFlowV2 but I've got a problem.
I'm using Google Cloud Functions, I've defined 3 functions, welcome, fallback and getTVShow.
The third one is the interesting one, i'm getting data from an API and send…
0
votes
0 answers
No response from intent on Actions on Google
I have problems with integration of Dialogflow projects with Actions on Google. I created few simple projects, tested it on Dialogflow website and Web Demo and it worked. But when I run these projects on Actions on Google, it doesn't work.
When I…
0
votes
1 answer
Google DialogFlow --> Number-Sequence entity only matches SPECIFIC length of characters
I have an entity with type: @sys.number-sequence, which matches a code 4 numbers long, for example: (Spoken) "1 2 3 4" or "1234".
In the Intent, if the user speaks a code that's 1, 2, 3, 5 or 6 characters in length and not just 4-long, this…

FranticRock
- 3,233
- 1
- 31
- 56
0
votes
0 answers
Get user Date in google-assistant app
I would like to get the date and time at the user location when they use my google-assistant app.
I could not find any ways to do that.

Xavier Bauquet
- 712
- 1
- 6
- 18
0
votes
1 answer
Google-assistant Template configuration parameters
I’m making a personality test for the google assistant based on the personality Quiz app template.(using Google Sheet).
Sometimes the app starts by saying: Welcome to the……" and occasionally it start by saying “Let’s play the…..”
Can I force the…
0
votes
1 answer
Returning playlists on custom Google Home app
I've made a web-app that allows churches to make YouTube playlists of the songs they're doing on Sunday.
I've written a Google Assistant intent that accepts input like "Play the songs we're doing this weekend on my television."
This intent makes use…

Jason Silver
- 527
- 7
- 23
0
votes
1 answer
Actions on Google app generated two different User Ids for the same user account and same device
Actions on Google app created two different user IDs for the Primary user.
I'm using the same device, same phone and app. The first time, it created an alphanumeric Id. The second time it created numeric Id.
This issue affected our user…

Arunprasanna
- 35
- 4
0
votes
1 answer
"actionssdk-smart-home-nodejs" debug with VSCode
I successfully installed the "actionssdk-smart-home-nodejs" and it works well if i launch it using the command "node index.js" within the folder "...actionssdk-smart-home-nodejs\smart-home-provider".
I need now to debug some part of the code, thus i…

OM_LUXBG
- 1
0
votes
1 answer
google action (ActionsSdkApp) intent does not respond my intent
i created a Fulfillment for my Google Action APP, when i send a request i get a response but there is something strange with the intent which i don't understand.
My action.json looks like this:
{
"actions": [
{
"description": "Default…

Beanssss
- 65
- 5
0
votes
1 answer
What could be causing HTTP error codes from the Homegraph API for REQUEST_SYNC?
We are using the Google Homegraph API to implement REQUEST_SYNC functionality for our Google Home project. This has appeared te be working fine in our testing, but recently we noticed that roughly a third of requests are responded to with HTTP codes…

Tobias van de Ven
- 65
- 5