This tag targets question related to programming for Google Home device.
Questions tagged [google-home]
752 questions
1
vote
1 answer
Google Actions/Home/Assistant - Custom App Name not recognized. Mistaken for another word
been trying to figure out how to resolve this.
I have an app via api.ai to Google Assistant for Google Home and if I "type" my app into google assistant in test mode, it works. For example "Hey Google, let me talk to Simonee". Google Assistant…

Mastro
- 1,477
- 2
- 22
- 52
1
vote
1 answer
Deep linking to Google Assistant application
I have a Facebook Messenger chatbot, which is part of a broader platform, which also includes Google Assistant Action.
In some cases, I want my users to switch from Messenger app to Google Assistant app (both on iOS and Android), so they can speak…

Igor Lyubimov
- 33
- 4
1
vote
2 answers
Alternative to firebase functions to create actions-on-google integration
I am trying to find an alternative for Firebase to create functions that will work with actions-on-google DialogFlow class. I am creating a nodeJS app which will create a web service endpoint which will be configured as the Fulfillment URL in the…

GnyG
- 151
- 1
- 2
- 11
1
vote
0 answers
How to get data on how fast the wake word detection on Amazon Alexa/Google Home is?
I am building a wake word(ww) detector using Tensorflow's Simple audio recognition tutorial. The model generated takes approximately 5 seconds to detect if the input audio file is a wake word or not. It has to be sped up.
I want to know if there is…

pravah
- 31
- 2
1
vote
1 answer
How do I interrupt my Actions on Google App?
I have a Node.js, Actions on Google app, hosted on an external server running Linux LTS 14.04. I noticed that when using Google Home directly (not with my app), I can interrupt long utterances from the synthesized voice by saying "stop". However…

Robert Oschler
- 14,153
- 18
- 94
- 227
1
vote
1 answer
Bare bones Actions on Googles sample?
I need an Actions on Google sample that shows me how to use the main
Actions on Google Javascript client library found here:
https://github.com/actions-on-google/actions-on-google-nodejs
I need the sample to show me how to do the following and no…

Robert Oschler
- 14,153
- 18
- 94
- 227
1
vote
1 answer
can I REQUEST_SYNC to update devices?
I need update devices, can I REQUEST_SYNC to do it?
here say this api is not public yet.
what can i do?

eson
- 21
- 1
1
vote
3 answers
How to develop skill with Google Home except voice input?
I am new to Google Assistant having one query about Google assistant with Google Home,
How to enable Google Home to be enable to speak without voice input? Is this possible to give input by any other way except voice and take output from Google…

Shreya Prajapati
- 114
- 12
1
vote
1 answer
Access tokens for Alexa and Google Home
Where are tokens stored when account linking is completed for Google Home and Alexa?
For example, if I add an Alexa skill for service XYZ and link my XYZ account via the Alexa app, the authorization service will return a token to use for…

zubhav
- 1,519
- 1
- 13
- 19
1
vote
2 answers
ApI AI app works fine on web simulator but not on Android phone
I am trying to create an api.ai based app on Google home. Tested using the web simulator and Google Home, it works completely fine. Application is just in dev mode, not yet send to Google to approve.
Now, I tried to test this app from my Android…

Namelles.One
- 78
- 8
1
vote
1 answer
API.AI - Using parameters to select next intent
I'm creating a mock finance app in API.ai, and I need to get from the user which account they'd like. I have a default welcome intent as an entry, and a followup intent that collects what account they'd like (current, savings, etc).
How do I use…

doggoz
- 61
- 5
1
vote
2 answers
Actions on Google never calling my fulfillment endpoint URL
I'm developing a Home Control integration to Google Home, but cannot get the Google Home to call my conversation URL during any testing.
Because Home Control actions cannot be tested using the simulator, I have set up a Google Home device, a Google…

mtkopone
- 5,955
- 2
- 27
- 30
1
vote
1 answer
Create custom Google Actions and call in French
I have just received my Google Home in France and setup in French language.
I tried to create a custom Action thanks the Api.ai website and Google Action Console but impossible to call my action in French.
It worked great when I set my Google Home…

blackarcanis
- 542
- 1
- 4
- 23
1
vote
2 answers
"Okay Google, show pictures of [PARAMETER PHRASE]"
I'm creating a setup of a Google Assistant/Home that should IDEALLY respond to the phrase "Okay Google, show pictures of [PARAMETER PHRASE]" by giving me the parameter phrase. It also HAS to be able to function like a regular home ("Hey Google, how…

user2467701
- 53
- 5
1
vote
4 answers
Google Actions - Open Link from carousel
I'm using google actions node.js SDK for my Google Action.
At some point, I'm showing users a carousel with a list of items:
var responseText = utils.getResponseText(Response.BUY_PRODUCTS);
var items = self._getProductSuggestItems(); //each item has…

Lizozom
- 2,161
- 2
- 21
- 38