This tag targets question related to programming for Google Home device.
Questions tagged [google-home]
752 questions
0
votes
1 answer
Can you play a radio stream with google actions?
Is there a way to output a radiostream on devices that use googles assistant? Basically I need to develop an action that is streaming audio constantly just like any other already built in radio service. But here the action would have to be activated…

Julian
- 11
- 3
0
votes
0 answers
Bad response from IdP in Auth Code Exchange when Linking account for Google Assistant
I'm having issues with trying to set up account linking with Google Assistant.
I'm using Azure AD B2C for my identity provider.
I've created a User flow so I have a authorize and token endpoint set up and I created an Azure AD Application so I have…

nastassiar
- 1,545
- 2
- 24
- 43
0
votes
0 answers
Call API in my android app via Google Assistant command
I am developing a android app where I want to call API using the Google Assistant. Like if user tells the google assistant "Hey google,ask my 'app name' whats my highest score for today?",i want to call one API from where I get highest score of the…

himangi
- 788
- 4
- 9
0
votes
1 answer
Getting connection pool from webhook request with Actions On Google
I’m trying to use the same connection pool to my database from the triggered webhook intent. I'm using the basic boilerplate (https://github.com/actions-on-google/dialogflow-webhook-boilerplate-java).
Every triggered intent does return ActionRequest…

tubbelol
- 1
- 1
0
votes
0 answers
Can I use single app in Actions on Google to work both in English and Japanese?
I am making an app in Actions on Google. It was working fine on English language . I need to make it work for Japanese also. But as I have read in google docs I understand that we can create same app supporting multi languages which will be shown in…

Pratheesh
- 764
- 1
- 11
- 24
0
votes
2 answers
How to store data for a household
I'm looking for a way to store data for a Google Assistant action for all devices/users in a household, without requiring voice matching to identify a user.
I know you can store data in user.storage, but I don't necessarily want to require voice…

John Fleming
- 9
- 3
0
votes
1 answer
How to enable next button of music actions in google home hub
I am developing a music action. I use MediaObject to return and play audio.
When I try actions on google home hub, at the bottom of the screen has 2 buttons for next and previous. Although there are more audio and I can say 'Next' for another audio,…

duy le
- 53
- 7
0
votes
2 answers
How do I send text-to-speech to a google home device?
I have DialogFlow sending a Fulfillment webhook to my server and I am able to send a text-to-speech response back to the google home device.
But how do I trigger a text-to-speech message to be read out by the device without having to initiate from…

Daniel
- 1
- 2
0
votes
1 answer
how to interrupt long utterances on google home
I have a very basic/general question:
Is there any way for me to interrupt Google Home while it's talking? I currently have developed an app that asks the user a question. However, I am running into usability issues because the user begins to…

user10687878
- 31
- 4
0
votes
1 answer
Google assistant watch movie action for embedded youtube video
When a user says "Hey google play David's video on TV". I would like google to open a url on my website which has a youtube video embedded and start playing it on the smart TV. I can't see what kinds of media are supported from the docs. Is this…

david_adler
- 9,690
- 6
- 57
- 97
0
votes
1 answer
How to fix: "Cannot find field: canvasContext in message google.actions.v2.Input" in Google Actions
Invoking my Google action produces inconsistent results. Sometimes it'll work normally, and sometimes it'll just say "app isn't responding right now. Try again later."
When it doesn't respond, the error in Stackdriver logs states:…

Wahuu
- 3
- 2
0
votes
1 answer
How to use or supply AAC format audio in Google actions fulfillment
I am trying to play an audio stream for my Google home users. The richresponse with mp3 file works perfectly. But when I try to use an aac encoded file, the audio never plays.
Google home does support AAC audio format now. So any ideas why it…

Muhammad Omar Khan
- 11
- 2
0
votes
1 answer
Actions on Google, how change audio volume while an Action streams MP3?
My action streams audio to a Google-Home via MediaResponse webhook call. This works well, but even changing the volume isn't possible while streaming!
Tested on simulator and Google-Home mini. Only intents of my action are recognized.
My…

Limag
- 23
- 5
0
votes
2 answers
Is possible to programmaticaly request smart devices connected to google home account?
I'm trying to develop an Android app that can request the smart devices connected to a google home account, check the state of those devices and change some of them, like turn on or off, is this possible programmatically?
i was trying to build some…

Andres Rodriguez
- 209
- 1
- 6
- 13
0
votes
1 answer
Podcast Indexed by Google, but not in Assistant Directory. What to do?
When searching for my podcast in Assistant Directory, the podcast is not found and the podcast is not actionable via the assistant.
(https://assistant.google.com/explore)
Has anyone faced similar difficulties? Would be extremely thankful for some…

Sebastian Nordén
- 1
- 1