Questions tagged [google-home]

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

752 questions
1
vote
2 answers

Google Smart Home integration with my IoT device (clarification needed)

I am looking for some clarification to how Google Smart Home works. I am looking to integrate my current end device which control lights with Google Smart Home. My end device is running a very small microcontroller utilizing an RTOS (Linux is not…
IamAUser12
  • 13
  • 1
  • 4
1
vote
0 answers

Google actions account linking different URL's in DEBUG- sharedDebugInfo-debugInfo

I am new to actions on google and I am trying to explore account linking feature. I was able to create a project under google actions and link it to dialog flow. Enabled account linking and everything worked fine. Now I created a second project and…
user2092512
  • 435
  • 4
  • 12
1
vote
2 answers

Text representation of Google Home response

Is there a way to capture (if it's not already stored) text search responses that Google Home receives before 'speaking' them out? For example: Me: When was Diego Velázquez born? Google Home: Diego Rodríguez de Silva y Velázquez was born in 1599 I…
Lloyd Jones
  • 435
  • 1
  • 4
  • 14
1
vote
0 answers

Google Action (Dialogflow) Account Linking not reliable during testing

I'm having a lot of trouble testing my google action's account linking. It uses the authorization oauth2 flow for account linking. I do not have transactions enabled but instead have required sign-in on the welcome intent and both of my other…
jdimmerman
  • 124
  • 4
  • 15
1
vote
1 answer

DialogFlow keep session open without waiting for a voice command

I am developing a Dialogflow project and I need a way to tell or ask the user without waiting for a voice command but I also need the session to stay open. I can't use tell because it basically kills the session right away. Ask is always wait for…
endertunc
  • 1,989
  • 2
  • 21
  • 31
1
vote
2 answers

how to create google home app

I am new to google home. I had an experience in Amazon Alexa custom skill development. In Alexa, I had deployed my codebase in lambda function and also test my custom skill using actual Alexa device register with my email id. So, Now I need to…
Abdul Manaf
  • 4,933
  • 8
  • 51
  • 95
1
vote
2 answers

Certifying an Actions On Google Smart Home App

my app has passed the first review (yay) - but has now been passed to Allion for 'hardware review'. The issue is that I am not providing hardware, i've provided voice interactions for an open source HA system, which in turn can support 00s of…
Madgeni
  • 65
  • 4
1
vote
0 answers

Actions on Google / API.ai agent - use my own app without saying app name

Just purchased a Google Home and created an app using API.ai, which works fine in the 'Actions on Google' simulator. I don't plan to publish this app (it's very specific to me - it just calls a webhook on my webserver with a couple of entities taken…
Chris
  • 11
  • 1
1
vote
2 answers

Can I set an alarm on Alexa or Google Home by sending a text message, through integration such as IFTTT?

Can I set an alarm on Alexa or Google Home by sending a text message, through integration such as IFTTT? From the ifttt website, the integration all seems to be driving actions through Alexa or Google Home, I am looking for ways to drive actions on…
1
vote
1 answer

How to design stateful conversation with Dialogflow

I'm trying to make an app to reserve meeting rooms in my office by Google Home and Dialogflow. Here's my plan: Me: "OK Google, is there any available room now?" Google Home: "Room 1 is available until 16:00." Me: "Book it." Google Home: "Booked…
lipsum
  • 919
  • 2
  • 13
  • 24
1
vote
0 answers

Dialogflow (API.AI) get unique Device ID

Is there a posibility to get a unique Device ID from a Google Home Device? I have not found that in the Json Request to webhook. There is a User ID but i need to find out which Device is used for the request.
1
vote
1 answer

Where are google home cards displayed if not using smartphone?

On amazon alexa, cards are displayed in the amazon alexa app or on the screen of an echo show ?). If I call my google actions on my smartphone, I am also able to view the cards. But what happens if I use a different non-screen surface, like the…
Toni
  • 1,593
  • 1
  • 11
  • 21
1
vote
1 answer

Actions on Google - What is the relationship between commands/devices/executions in the Google Home EXEC input and response?

This question concerns the Actions on Google Smart Home documentation Create a Smart Home App, specifically the action.devices.EXECUTE section. We are somewhat confused regarding the exact relationship between the list of 'Command' objects and…
1
vote
1 answer

Is the "Actions on Google" Support option 'Contact Us' an effective way of asking for documentation clarification?

This question concerns the 'Contact Us' option on the support page for Actions on Google. We used it to ask for some clarification regarding a certain part of the Smart Home documentation recently (last Thursday, if memory serves), but have not…
1
vote
1 answer

Is there a way to programmaticaly upload a whole skill to DialogFlow?

I want to generate the whole action JSONs in code, and then upload them, instead of working through the console. There is an option to download the whole package as a zipped JSON and theoretically you can also upload. That might supply a hint on how…
eran
  • 14,496
  • 34
  • 98
  • 144