This tag targets question related to programming for Google Home device.
Questions tagged [google-home]
752 questions
0
votes
1 answer
Able to make phone calls from a custom Google Home/Google Assistant Action?
Is there a way to initiate a phone call from a custom Dialogflow action on the Google Home? I'm setting up an Agent to get info about businesses, and I'd like to be able to have the user make a call to a business from my Action.

MFazio23
- 1,261
- 12
- 21
0
votes
1 answer
How to edit and run python scripts after installing an API in Raspbian?
I have been trying to follow the instructions on Click here in order to get my Raspberry Pi and Google Assistant to play music. I am a complete newby to all this so when each mouse click instruction isn't explicitly stated, I am lost.
So far in the…

david_10001
- 492
- 1
- 6
- 22
0
votes
1 answer
Getting data (text, ...) what user says
Is it possible to get the text of what a user says to Google home ? I couldn't find any way how to do that.
I have an API that can process language as a text. If that's not possible, is it possible to get what users says. I could then use speech…
user7232539
0
votes
1 answer
No signed JWT request to the token exchange endpoint (Google Streamlined Identity Flows)
I would like to implement the Streamlined Identity Flow base on this documentation:
https://developers.google.com/actions/identity/oauth2-assertion-flow
I created my server (Node.js + node-oauth2-server) and successfully tested with OAuth 2.0…

kissgab
- 1
- 1
0
votes
3 answers
Play longer than 2 minutes audio with "Actions on Google"
According to documentation, if you are using SSML for playing audio, you're limited to "120 seconds maximum duration".
Is there other way to start playing longer media (audio) with "Actions on Google" SDK on Google Home?
Example usage: Meditation…

Valentyn Shybanov
- 19,331
- 7
- 66
- 59
0
votes
1 answer
Account Linking API.AI user email scope
I have AWS Cognito account linking setup with Actions on Google. I have requested the scope of email. I am using API.AI, how can I get the user's email? From what I've read, you get a userId that is basically an anonymous id. How can I get user…

Nelson.b.austin
- 3,080
- 6
- 37
- 63
0
votes
0 answers
Google Home API.IA for private use on own Home
I have created a Google Home agent to control my thermostat. Of course I want to be the only one using and controling it. So I dont want to publish the app.
There is a small tutorial for extending the use of the simulator and even an update for V2.…
0
votes
2 answers
Test action not being invoked by other users on Google Home device
We have developed a prototype for Google Home and running user tests but have found that the 'test' Action is only triggered on my voice and NOT available to others trying to invoke (device is registered to my development account).
Is there some…

Josh Newnham
- 1
- 1
0
votes
1 answer
How to build a simple smart home app to connect IOT?
I want to create a smart home app Google Home using Actions SDK. As it is now, I have a cloud server and its OAuth 2.0 API and some real IOT devices, all the cloud environment is prepared. When I 've browsed the document of Smart Home, I feel…

YJ.Zhao
- 3
- 2
0
votes
1 answer
Google Actions - Show a contact card to user through google assistant
Is there a way to show a contact card on Google Assistant by fetching the correct contact from the contacts app based on user's rawinput?

Mrunal
- 195
- 1
- 1
- 10
0
votes
1 answer
Google Home Account Linking with Azure AD B2C
I'm trying to create an app for Google Home using Actions on Google.
The flow is set to authorization code, but just in case, I've enabled implicit flow on the tenant. The endpoints are the ones found in the well-known openid endpoint and I've added…

Gabrio
- 388
- 1
- 4
- 17
0
votes
2 answers
Testing Actions on French Google Home device
I'm playing around with api.ai to add some possibilities to google assistant and the google home.
I've created a new project in "Action on google" with some very very simple interactions defined in a new agent in api.ai ( only one intent and a few…

Guian
- 4,563
- 4
- 34
- 54
0
votes
1 answer
How to get access to mic on Google Home device?
I want make a simple app (action) on Google Home speaker but I cannot find any docs in which is described how to get access to mic.
Is there any chance to develop VoIP app on the Google Home device?

LunaVulpo
- 3,043
- 5
- 30
- 58
0
votes
1 answer
Google Home Increase/Decrease Temperature Json Issue
my device (named as the bedroom) is set to 26 and it's in cool mode.
when I ask my google home "hey google, increase bedroom temperature by 1".
JSON I am receiving from google home is posted below. According to this JSON, set the mode to heat and…

Umair
- 119
- 13
0
votes
1 answer
Not Receiving Access Token
I've implemented account linking successfully but im not recving any accessTokens to my fulfillment end point.
The AccessToken field is empty in the json sent to my fulfilment end point.
Json Received to Fulfillment
Array
(
[user] => Array
(
…

Elo97234c
- 163
- 1
- 4
- 15