Questions tagged [google-home]

This tag targets question related to programming for Google Home device.

752 questions
0
votes
1 answer

Dialogflow - Can't save response with only media content

I want to set up a response which plays an mp3 file in response to invocation. The only way I managed to get this to work is of I add a simple response and suggestion_chips. When I try to save only the media content I get an error "Errors in…
BenB
  • 2,747
  • 3
  • 29
  • 54
0
votes
1 answer

MediaObject in Actions on Google throws an error while using test simulator

I get a response something like this "Sorry, something went wrong. When you're ready, give it another try." This happens when I change the surface to Speaker mode or Smart Display mode. It does not appear while testing in the Phone mode. Following…
0
votes
1 answer

Get registered devices Google Homegraph

Is it possible to receive a list with all registered devices, homes and rooms from a Google account with a google actions? Basically I want to create an action which allows to send notifications to a specific google home device. I know that this…
0
votes
1 answer

Cannot find my test actions on google service on google home on my android?

Google home listed my test service under my account so I can test it without publish the service. Today I unlinked my test service and tried to link again, but now I could not my test service.
wyx2000
  • 75
  • 1
  • 8
0
votes
1 answer

Change Google Sign-in dialogs for Google Home

Currently I have a simple dialogflow project for Google Home which uses the Google Sign-in feature to retrieve information from a logged in user. When I start the app, Google Sign-in will ask me if I allow my app to create an account and use my…
Jordi
  • 3,041
  • 5
  • 17
  • 36
0
votes
1 answer

Authenticate Custom App(Voice App) in Google Assistant

I want to Login into my custom application that is using the voice user interface. Explanation: We can link a netflix account with google home, similarly how can I link my custom application which needs to get authenticated before using it. What is…
0
votes
1 answer

How to integrate my java application with Google Home?

I am trying to integrate my java app to google home. Agenda : Taking the input from the google home as request and sending it to my application as a request parameter and giving back the response to the Google home. This is my agenda. I am new to…
Srikanth Bonagiri
  • 313
  • 1
  • 4
  • 6
0
votes
1 answer

Google action fulfillment url (with my own java server)

I'm trying to play with Google Home Action. I've created a new project, give it a name, then have to put a fulfillment url. I've already implemented a small server (in Java, by using the class HttpsServer) to control a connected object in my house…
Alexxx
  • 766
  • 1
  • 11
  • 19
0
votes
1 answer

how to send a custom notification to my google home mini using the cloud function?

I have node js app built on Firebase with firebase cloud function and I want to send a custom notification to my Google Home Mini like system alerts. example: Hello. You have a new user registered on your website How I can do that with cloud…
0
votes
2 answers

Is it possible to record audio and play it afterwards on Google Assistant?

I'd like to know if it's possible to record an audio extract on Google Assistant (with Dialogflow and Firebase) and play it later? The idea is to: Ask the user to tell his name vocally. Record it. Play it afterwards. I read these answers.…
0
votes
1 answer

How to include Voice Matching features in voice apps? (Alexa/Google Home)

I'm wondering if it's possible to use the voice matching features in Alexa skills or Google actions. For example, if the user is trying to log in to my skill, and someone else (that's not the user) says the PIN, it will recognize the voice and deny…
0
votes
1 answer

dialogflow, Google Sign-In for the Assistant (include Google Home)

I am developing an Action that needs to catch the name/email of the user after they consent. I found an interesting tutorial (https://medium.com/google-developer-experts/how-to-use-google-sign-in-for-the-assistant-b818f3de9211). clientID is a…
0
votes
1 answer

How do i make non paid booking intent using transaction api?

i am making a non paid booking intent in my google action using transaction api. i made table booking intent in dialogflow which ask users 3 questions 1) for how many guests? 2)for which time? 3)for what date? so basically i want to make this intent…
0
votes
0 answers

AOG Dialogflow Fulfillment - PHP Webhook response null

I implemented an Fulfillment webhook in PHP. I add the URL in Fulfillment configuration page. But when I’m trying to run my intent with Actions on Google, here is my error: **MalformedResponse Failed to parse Dialogflow response into AppResponse…
Nearyuk
  • 167
  • 2
  • 12
0
votes
1 answer

Playing MP3 with MediaResponse seems to be broken

Something seems to have broken when it comes to playing MP3 files and live streams using MediaResponse on Google Home. Without releasing any new version or changing stream URLs, playback simply no longer work in our app (on a Google Home Mini -…
Robin
  • 1