Questions tagged [google-home]

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

752 questions
0
votes
1 answer

Actions on Google - How to access

First time here (please be gentle). I've built and had an action approved. For the life of me, I cannot work out how to run it. Published In simulation mode I got a test run to work on my google home. However, my invocation doesn't run it, and I…
0
votes
1 answer

how to send a request to google home\assistant like IFTTT+webhooks

Please direct me the right way. I'm stuck with some documentation issue. Going to code a small service with Google HOME for everyone to add a new phrase and make a POST request or answer with specific "TEXT" (like IFTTT run with WEBHOOKS) (fe: "Hey…
0
votes
1 answer

Google Actions SDK ignoring possibleIntents?

I have an action defined like this in my actions.json: { "description": "foo description", "name": "FooAction", "fulfillment": { "conversationName": "my-app" }, "intent": { "name": "FooIntent", "trigger": { …
Travis
  • 1,463
  • 11
  • 12
0
votes
1 answer

Simulator does not invoke other intents, like text and other custom intents for Actions SDK

I am using Actions SDK and I have different configurations to get the simulator to invoke my custom intent! It seems that the simulator refuses to trigger any action other than MAIN, not even TEXT. Below is my action.json: { "actions": [ …
0
votes
1 answer

Connect Google Home with iPhone 6 personal hotspot

I am trying to use Google Home Mini with iPhone 4g personal hotspot. When I am setting up Google home I get the error You are currently not on the same Wi-Fi network as your device. Please connect to the appropiate network. Is it possible to connect…
doorman
  • 15,707
  • 22
  • 80
  • 145
0
votes
0 answers

Anomalous Google Directive turning on all devices, what may have caused this?

We have been developing a Google Home action over the past weeks. Just today, an internal tester turned off a Room with a few lights, in preparation to leave the house. Roughly 15 seconds later, we see in our logs, a directive came in to seemingly…
0
votes
1 answer

Google assistant notification

Refer me to some ready made example of google assistant notification, I'm a tech guy I have already developed app with dialogflow(donot support notification yet), I have both google home and mobile assistant, just want to see google action…
Inzamam Malik
  • 3,238
  • 3
  • 29
  • 61
0
votes
0 answers

Can I programmatically unlink a linked account on Actions on Google?

I've successfully performed account linking. There is a requirement where, if the user fails to provide a slot properly with the correct value, it should require them to re-link their account. Is there a way to programmatically unlink an already…
kailoon
  • 2,131
  • 1
  • 18
  • 33
0
votes
1 answer

How can i customize google home expressions while building my app?

I would like to make input to Google Home, not as a intent, more as a answer. I'm using Dialogflow Example : Home : "What is your name ?" Me : "John" Home : "Nice to meet you John" Which function am I supposed to use to make an understandable…
0
votes
0 answers

What is the URL scheme for google home app on ios?

I want to launch google home app from my own app but what Url scheme do I need to open google home app ?
0
votes
1 answer

Setting up a very simple "turn on device" with Google Home and NodeJS?

So far I've found plenty of guides online that shows how to set up a NodeJS backend, that Dialogflow can talk to. However, Dialogflow was previously API.AI and all the old guides are basically wrong now. When I try to do…
MortenMoulder
  • 6,138
  • 11
  • 60
  • 116
0
votes
1 answer

Developer Access to Google Assistant Conversation History

I am developing a Google Assistant app for Google Home, and about to launch the app. I am wondering, once my app is live on the Google Assistant platform, whether I (as a developer) would have access to all of the conversation histories as users…
Iris Wei
  • 71
  • 2
0
votes
1 answer

Is it posible to send multiple message to Google Home through DialogFlow?

On facebook Chatbot or others platform we can send message directly to the user. So for one question we can send multiple answer. Now, that i'm developing for Google Home, I need to do the same. I didn't find this opttion. Dialogflow HTTP call to my…
Stephane
  • 171
  • 1
  • 10
0
votes
1 answer

Why does an HTTP header sent to my Smart Home webhook indicate API version v1, when I am using v2?

Our project was created after May 2017, therefore we believe it is using the v2 Google Assistant API, in accordance with what the documentation says here. However, the 'Google-Assistant-API-Version' header in HTTP requests sent to our webhook…
0
votes
1 answer

Using SSML (interpret-as="characters") removes punctuation

If I use the tag in my voice response, google assistant suddenly pronounces the whole response differently. It sounds as if google assistant removes punctuation without any reason. The pauses, which are…
Toni
  • 1,593
  • 1
  • 11
  • 21