This tag targets question related to programming for Google Home device.
Questions tagged [google-home]
752 questions
1
vote
1 answer
Record audio using Google Actions
We are looking to build Google Action where it will record small snippets (like a voice TODO list) and can be played later.
Is there any documentation for this?

user1932923
- 354
- 3
- 18
1
vote
1 answer
Dialogflow Account Unlinking
I've set up account linking with custom OAuth endpoints for Google Assistant (using Dialogflow) but can't find a way to sign a user out. There are no built-in actions to trigger sign out like there are for sign in (actions_intent_SIGN_IN) nor is…

roydenhawk
- 11
- 1
1
vote
1 answer
Dialogflow Webhook UpdatePermissions custom prompt
I'm currently trying to implement a prompt for push notifications in my dialogflow webhook. It works fine and sets the user up for push notifications if I implement it in the fashion described in the actions on google documentation…

Will
- 71
- 6
1
vote
1 answer
How to answer a user in Home device and send a notification to user's phone
Is there any way to answer a user question in the Home device and at the same time, send a notification to another device?
For example, if the user ask for a direction, answer with the location (voice) and finish saying to the user:"I've sent you…

Cabuxa.Mapache
- 762
- 1
- 7
- 19
1
vote
1 answer
Voice Biometric in google assistance
For one of project, to protect user PHI information we want to implement voice biometric solution in Google assistance app. Need your guidance in below:
Can we add voice biometric for the invocation phrase. I know, that google does voice match, but…

rajiv coomar
- 11
- 4
1
vote
1 answer
Is using Transaction APIs mandatory for a bank Action for Google Assistant?
I work for a bank. We developed an Action for Google Assistant which also enables the user to top up his/her debit card by moving a pre-defined amount of money from his/her bank account. No third parts are involved, and all the logic is within the…

Roberto Vergallo
- 95
- 11
1
vote
2 answers
Get user's email ID on Google Home
I'd want to get user's emailID from an Action on Google. I understand that Google Sign-In is the best way to do that. Even though I don't really need the user to sign in to the action, I think there is no other way to get user's email (please…

Aaswad Satpute
- 794
- 8
- 34
1
vote
1 answer
google assistant actions without voice input
I'm trying some home automation where the idea is that motion sensors detect a person in the room and the output from the sensors wakes up a Google Home device which starts talking to the person pro-actively. Is this even possible? Is there any way…

hyperwiser
- 437
- 1
- 5
- 19
1
vote
1 answer
No authorization header was received in any of the requests made to fullfilment URL
I have successfully linked my home automation platform with Google Assistant through OAuth2. The user signs into our platform via Google Home App and completes OAuth flow. After completing account linking, the Google Assistant makes a request to my…

Albin Antony
- 775
- 3
- 8
- 21
1
vote
1 answer
dialogflow permission error : "Not allowed to ask for PII in apps designed for family."
I'm getting this error when sending a permission request from my webhook to dialogflow:
MalformedResponse expected_inputs[0].possible_intents[0].input_value_data: Not allowed to ask for PII in apps designed for family.
this is my json response:
…

MJesus
- 13
- 4
1
vote
1 answer
Google home device not recognizing the app name however it is working through simulator
We tried to access our application using Google Home Device. So, it did not understand the command. If I try the same through test simulator provided by assistant console, it is working fine.
Also, once our application is triggered through the…

vikash singh
- 1,479
- 1
- 19
- 29
1
vote
1 answer
Google generating new UserId after every visit (Alpha-Stage)
I'm trying to personalize the welcome message after a second return of the user into my app. To identify the User I save the "userId" which is generated and sent by google in the Action-Request.
It works all fine in the simulator where the userID…

Gianni C
- 53
- 6
1
vote
1 answer
A Very simple dialgoue flow fulfillment webhook in c# not working
I am very new to webservices, i am basically trying to make a webhook in C# and host it on azure which will be the end point for a dialogflow fulfillment for google assistant. I searched a lot and found JSON response which the google assistant -…

Mikdad Merchant
- 73
- 1
- 6
1
vote
1 answer
Google action app taking much time for review
I have created one action in AOG(Action on Google). I have putted that app for review for release publicly on 10 days ago. But AOG console display still your app is in review.... So how long it will take for release AOG app ?

Jayesh Kalkani
- 191
- 3
- 10
1
vote
1 answer
DialogFlow actions-on-google: Call an Intent from a current Intent
In the commented area of code if a function call is done.
newGame.call(conv);
It throws the error:"TypeError: Cannot read property 'ask' of undefined at newGame"
And if i replace the comment with the below line of code.
It throws the…

Rahil B Rasheed
- 129
- 1
- 8