This tag targets question related to programming for Google Home device.
Questions tagged [google-home]
752 questions
0
votes
1 answer
How do I add categories to google action trivia game (template)?
I am following this tutorial to create a trivia game for my Google Home mini. How do I edit the default excel template to assign categories to the questions? The page says that the game can support up to 9 categories, but I'm not sure how to…

dl14
- 19
- 6
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
Dialogflow/ API.AI for Google Home Mini App
This is my very first question and seems to be easy but coding it is somehow difficult...
So, basically I've got an Agent that should just call a URL and get the content of the website. This should then be spoken out by the smart speaker.
I already…
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
google home session attribute manage
I am developing google home supported api, here I have facing issue with session. I like to add some object values with response of conversation.
example : {last_intent: 'sampleintetn'}
I want to get back this data in request while user continue…

Rajan
- 31
- 1
- 4
0
votes
2 answers
Why are notSupported error responses handled differently in different QUERY intent scenarios?
This question was prompted by our previous question regarding review requirements for QUERY intents, found here.
Although we are currently unable to implement querying a detailed status of many of our devices, we would like to respond properly to…

Tobias van de Ven
- 65
- 5
0
votes
2 answers
What are the review requirements regarding QUERY intents?
Due to hardware restrictions, we are unable to retrieve the current status of many of our lights (their color/brightness/etc.).
In the QA test cases spreadsheet found here, at the bottom under Deploying, a number of QUERY intents are listed to be…

Tobias van de Ven
- 65
- 5
0
votes
1 answer
Why do devices with 'ColorTemperature' trait in rooms receive commands for 'ColorSpectrum'?
To illustrate an example scenario that prompted this question, please consider the following:
A room, attic, that contains 3 devices: one light that supports both ColorSpectrum and ColorTemperature, one light that only supports ColorTemperature and…

Tobias van de Ven
- 65
- 5
0
votes
1 answer
Action on Google Test Account
Im virtually ready to send my Actions on Google App live for Google Home. It uses Account Linking to link a Google Account. I don't handle login as such, I just use the inbuilt routine to detect if the user is logged in and push them over to a…

Simon
- 1,385
- 1
- 11
- 20
0
votes
1 answer
Interpreting User Request with Actions On Google
Unless I've done something majorly stupid, it appears I only have one entry point into my Action on Google using Actions SDK and Node.js.
Consequently, I have to work out what the user has said by using some keywords with .indexOf() and then calling…

Simon
- 1,385
- 1
- 11
- 20
0
votes
1 answer
Do you need a server to develop an app for Google Home?
Is an application server required in order to develop programs for Google Home devices, or can development be done in a way that does not require me to host my own code?

SomeOne
- 19
- 2
0
votes
1 answer
Action on Google Unlink/Link needed every hour
I can sync and send commands to my devices with my GH action.
But after 1 hour, I always get "I'm sorry, there was an error and I'm unable to control your home device."
Nothing is sent to my cloud function action.
When I unlink the service and link…

user430926
- 4,017
- 13
- 53
- 77
0
votes
1 answer
Develop google home Actions and handled by AWS Node.js server
Hi I want to make a simple google home Action, which will be controlling a LED of my development board. But I want to host data routing and handling by AWS. I have MQTT communication running between AWS server and the development board.
I am…

Abir Hossain
- 11
0
votes
1 answer
Use custom entity in package.json Google actions
I was playing a bit with google actions.
I defined a custom entity.
I would like to match that entity in my package.json:
xports.answerColleague = functions.https.onRequest((request, response) => {
const app = new App({request, response});
…

Salvatore La Fiura
- 75
- 9
0
votes
1 answer
Is there a way to define input context for a Google Action with the Actions SDK?
In the DialogFlow console, you can set an input and output context for an intent.
I would like to have the same functionality using the Actions SDK.
Since I can set the context in my fullfilment webhook in the code, the output SDK is…

eran
- 14,496
- 34
- 98
- 144