Questions tagged [google-home]

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

752 questions
0
votes
1 answer

Sending voice command automatically to google home

I want to test how Google Home transforms vocal commands to text by sending voice commands and storing the result returned. I have already done the storage part, but now, I can't find in the documentation how to send automatically voice commands to…
0
votes
1 answer

Alexa Skill Integration Testing using Postman

I am in the process of writing a Voice app for Google Home (using DialogFlow) and Amazon Alexa (AWS). Both voice apps back onto a custom .net WebAPI that serves the answers. We have written a series of integration tests that test both the Natural…
0
votes
1 answer

Remove 'Google Actions' project from Google home app

I have a Raspberry Pi running Home Assistant (Hassio actually) and it is communicating with Google to make the lights go on and off using Google Assistant. To do that I have followed the cook book on the home assistant website. When Hassio updated…
0
votes
1 answer

Trigger content action from custom action

We have som recipes that will be exposed on Google home through a Recipe Content Action I would like to extend the functionality by adding a custom action that can do e.g. more advanced search to find a recipe, and then present the recipe to the…
boogiehound
  • 173
  • 11
0
votes
1 answer

Google home skill not working for multiple users

I am developing a Google Home Action using Action SDK in node.js, where user can order food. It works fine for one user, but when I add multiple users in Alpha testing, the conversation is linked for every user. For eg: User 1: Ok, google…
0
votes
1 answer

What is best approach making Google Home Realtime speaking

I have an idea of making a live commentary assistant for football matches and so far this is what I have achieved: I am using Dialogflow and achieved linking it with Actions on Google, so every time I say something Dialogflow can detect and fire an…
Mizlul
  • 1
  • 7
  • 41
  • 100
0
votes
1 answer

Who said that? Can the IFTTT Google Assistant service capture which device the request came from and pass it on?

Most of my home automation is controlled internally (timers, events, scenes, etc). I also have voice control (mainly just for fun). I have some google home devices scattered throughout the house with a few IFTTT phrases like "Open the blinds in…
David
  • 68
  • 6
0
votes
1 answer

How to control speaker volume with Google Home?

I've looked up device traits in manual https://developers.google.com/actions/smarthome/traits/ but I don't see any way to control speaker type devices (volume up/down/mute). But I see that it can control its own speaker volume, chromecast, and maybe…
Poma
  • 8,174
  • 18
  • 82
  • 144
0
votes
2 answers

Google Assistant ends conversation

We're currently testing our chatbot project for Google Assistant/Google Home. In the middle of the conversation, when our bot still has "things to say" (our chatbot flows are based on several steps and not just one question and one short answer),…
0
votes
1 answer

Error in Implementation of Report State for Google Home

As suggested in codelabs sample code I am implementing report state as follows: function reportState(devid, actionVal) { console.log('INSIDE REPORT STATE'); if (!app.jwt) { console.warn('Service account key is not configured'); …
Sanu
  • 3
  • 3
0
votes
2 answers

Do I need to use Dialogflow for my Google app?

So i'm looking at building an app to control my 3d printer. I will say something such as "tell me how long is left to print" the app will then go to my server which will issue a GET request to to the printer and and return a response which will be…
Lee
  • 381
  • 1
  • 7
  • 16
0
votes
2 answers

Accountlinking on implicit invocation intent

Is it possible to trigger the accountlinking on an implicit invocated intent? (One which isnt the first intent that is triggered). When i publish my agent to actions on google with the above settings, i don't get a request to link my account if i…
Jordi
  • 3,041
  • 5
  • 17
  • 36
0
votes
2 answers

Report state for google home action

I am working on report state. I'm using java as my server language. I am able to successfully authenticate user. My smart switch has on/off trait. All things are working fine except report state. Which I am not clear about. As new to node.js and …
iSukhi
  • 25
  • 1
  • 10
0
votes
2 answers

Android Things on Lenovo Smart Display or Google Home Hub?

I know how to Create a Smart Home Action & trigger it via the Google Assistant. Is it possible to run Android Things OS on Lenovo Smart Display or Google Home Hub and Build & Run a custom Android App??
0
votes
1 answer

dialogflow.com - How to integrate with Google Home / Alexa

I am working on an e-commerce website and would like to integrate with Google Voice assistant or Amazon alexa. I have gone through the dialogflow on how to build a voice assistant. But how It'll be available in amazon alexa or google home that…
kulls
  • 845
  • 2
  • 12
  • 37