This tag targets question related to programming for Google Home device.
Questions tagged [google-home]
752 questions
0
votes
1 answer
Is it possible for google action Dialogflow to open a website in browser?
So, i am making an Action for Google Assistant in which I want to do this
user:- ok google, talk to 'action name'
google :- and google action will open browser and go to the www.example.com to the website.
is is possible to do?
if yes, then whats…

jigar desai
- 60
- 9
0
votes
1 answer
How do I use Transactions API for non paid table booking google action?
So I am making a google action in which user can book a table and I completed making it and gave it for review it got rejected and they said my skill have to use the transaction API for non paid booking table so how do I do that?

jigar desai
- 60
- 9
0
votes
1 answer
Is there a way to create an "Action on Google" that answers to "Google play X radio" and to actually play a stream?
I work for a new radio station that broadcasts terrestrial (in FM). We are trying to become available on Google Home with "Ok Google, play Our Radio". Currently if you try to play some other radio Google Home actually plays from TuneIn. The problem…

Tudor V.
- 1
0
votes
1 answer
Google Home Fan Speed probleme
I have the following answer from sync :
When i use the google home mini or simulator and say set the fan to low, I receive that device doesnt support that. Can anybody help me ? Documentation seems the problem
{
id: '123',
type:…

Pier-Luc Rosa
- 71
- 4
0
votes
1 answer
letting my app talk to google assistant in google home
I have developed an android app that consumes an API. It plays music each time the API sends a request to the app. I want to install this app on the Google home device, In other words, I want the google home device to play the music whenever it…

Ammar Ismaeel
- 651
- 1
- 11
- 21
0
votes
1 answer
Error in fulfillment, cant access the entity values from google cloud platform
I'm trying to use fulfillment from the entity that I created Google Cloud but, even with no errors in the Deploy, when I test I have the error:
{
"error": "Cannot read property 'Definicion' of undefined"
}
I attach the link with the image of the…

MariaGon
- 11
- 2
0
votes
1 answer
How to store user inputs using fulfillments in dialogflow
I'm trying to make an app for Google Home that takes a users weight and says it back to them. Below is the index.js code for the intent responsible for doing this,
const functions = require('firebase-functions');
const {dialogflow} =…

user10687878
- 31
- 4
0
votes
3 answers
Google Assistant webhook slot filling customize
I am using Google Assistant integrated webhook with spring boot application.
I have created 3 slots in agent dialogflow, all are required.
a1, a2, a3.
Suppose a2's value depends on a1's value.
If a1 > 100, I want to skip a2 and ask for a3.
So when…

Shyam
- 51
- 2
- 8
0
votes
1 answer
Can a Dialogflow API call play audio on my Google Home
I want to create a simple app for use in my house that will cause my Google Home Mini device to speak a custom phrase when executed. Alternatively to have it play a custom audio file which I will prepare with the phrases.
Ideally I'm looking for…

tip2tail
- 463
- 1
- 6
- 23
0
votes
1 answer
Can't enable my smart home test application in googe home
I have a problem with unlocking the test smart home application on the account mobilus.assistant@gmail.com. Id of my project is: mobilus-d9412. After correct linking account with the oAuth2 service in the google home application, the message appears…

Piotr Mackus
- 1
- 1
0
votes
2 answers
Does Google wait for an infinite refresh_token for cloud partner calls?
I'm working today on a partner environment related to Google Home.
Concretely, when I use google home to give orders on devices, Google calls my API to execute them (as it does with Philips Hue, Netatmo etc ...).
My problem is this: I use keycloak…
0
votes
1 answer
Google Actions Authentication flow not sending JWT token, how to validate the token provided?
I'm trying to implement OAuth authentication for my google home compliant google-actions backend but I'm not sure on how to validate the token that google is giving me on the authorization header, I was expecting an JWT token but it isn't.
I'm doing…

Samuel H.
- 33
- 1
- 6
0
votes
1 answer
Query regarding ColorSetting trait in Google Device Actions
I am not able to query google assistant about "what color is my light", the documentation at the following web page says that ColorSetting trait has the ability for a light to asked about what color it is set to but I am not able to accomplish it.…

Electric_90
- 161
- 1
- 11
0
votes
1 answer
Start conversation on google home from other device
We have a Google Home device, for example, the Google Home mini. After that we have created a dialogflow conversation. So the basic conversation looks as followed:
User: Hey Google, talk to water log.
Google Home: Hello, did you know that you have…

Martijn van Put
- 3,293
- 18
- 17
0
votes
1 answer
Visual interface for TemperatureControl trait, google device actions
I have a water heater whose temperature I have to control and view from my Google Home App. The TempratureControl trait in google device actions enables the utilization of google assistant voice interface for the following things :
Setting…

Electric_90
- 161
- 1
- 11