Questions tagged [google-home]

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

752 questions
0
votes
1 answer

Google API.ai webhook post firing node.js call even without parameter value

Ive got a working Google API.ai project that I speak to, ask it to turn on a component, it posts the json to a webhook URL and my nodejs parses the json to carry out a python script on a raspberry. The problem is that apparently just calling the…
marciokoko
  • 4,988
  • 8
  • 51
  • 91
0
votes
2 answers

How to deploy Google assistant sample code on Heroku

I'm trying to deploy the sample apiai-facts-about-google-nodejs on heroku. I've followed the instructions but when trying to start the app, in the logs, I get the error: functions deploy factsAboutGoogle --trigger-http sh: 1: functions: not…
Bruce H
  • 321
  • 2
  • 7
0
votes
1 answer

Keep Google Home test app alive longer than 29 min

Has anyone found a way to keep Google Home apps you've developed alive for longer than 29min? My app is only reachable on the actual device if I'm actively developing for it. So literally to interact with it I need to have pushed a command to it…
SprayKid982
  • 333
  • 3
  • 16
0
votes
2 answers

Passing state data with google actions

I am developing a Google Actions project for Google Home using api.ai. Is it possible to pass a state parameter as part of the response to api.ai and have it included in the next request? The Amazon Alexa API handles such a flow and it came in…
Kanembel
  • 434
  • 4
  • 11
0
votes
1 answer

Google Actions API webhook response on Heroku nodejs

The question: Does Google Actions always work by firing the webhook post on every user input and I just have to work the logic so as to parse the json everytime and react only if my parameter of interest is found? Or is there a way to control the…
marciokoko
  • 4,988
  • 8
  • 51
  • 91
0
votes
1 answer

Was this a successful Google Actions API call on Heroku

Im following the Number Genie article here: https://developers.google.com/actions/develop/apiai/tutorials/number-genie Ive taken the files and put them in a github repository here: http://github.com/quique123/mygennie I got this in the Heroku…
marciokoko
  • 4,988
  • 8
  • 51
  • 91
0
votes
1 answer

Google Home Smart Home integration

Alexa has two kind of Skills: Custom and Smart Home. Smart Home Skills support a predefined API to interact with smart home devices (lights, etc). I can't find anything close to this in the documentation for Google Smart Home. Should I have to…
blanchma
  • 61
  • 3
0
votes
1 answer

Looking for data type for sub-sub-sub member of Response object in Conversation API

In the Conversation API specification for the Response object there's an ExpectedIntent. It has a "input_value_spec.permission_value_spec" property with a "permissions" member. Permissions looks like the enums listed elsewhere in the spec (…
hofo
  • 522
  • 1
  • 4
  • 16
0
votes
1 answer

User permission not routing to correct intent

I am making actions on google using API.AI and suddenly today my user permission request is not working. Just after the user gives permission, API.AI doesn't route to any intent. Next time when the user says "yes" or "no" then it handles it…
Martin
  • 171
  • 2
  • 12
0
votes
2 answers

How to add support for google home app to my smart bulb?

We have built a smart bulb which we want to control using the Google Assistant as well(apart from our Android and iOS apps). I searched for this and figured out that we need to implement Google Weave protocol on our bulbs for it to be controllable…
0
votes
1 answer

api.ai webhook not working on heroku, error 206 partial content

I'm trying to just get the basic node.js webhook echo example working on heroku. However I keep getting 206 errors. I've heard this can be from redirects that heroku does or from incomplete json. Any help here? I also attached my intents screenshot…
MadeByDouglas
  • 2,509
  • 1
  • 18
  • 22
0
votes
1 answer

Google Actions SDK assistant doesn't get user input during in-line dialog?

I am having trouble getting the getRawInput() method to capture user input after it's initial call. I would like the user to choose and action, and then the assistant to respond with a question, which the user has to answer to go forward. For…
0
votes
2 answers

google actions calling http post api using actions-sdk not working

i am trying to call one http post api when user gives some raw input using actions sdk, but i get error "action isn’t responding right now. Try again soon" , my code is as follows if (assistant.getRawInput() == 'test') { request({ …
Ether
  • 125
  • 1
  • 9
0
votes
1 answer

Link the api.ai agent to Facebook

I am creating an api agent and I wanted to add functionality to the webhook to be able to talk to Facebook graph api. In order to do that, I want the specific intent to require a sign-in to Facebook before calling the webhook. That way it would have…
Rohit Sasikumar
  • 89
  • 1
  • 2
  • 10
0
votes
1 answer

Google Home actions

I try to create actions for Google Home. For my new action I need to ask user authorization in my web site, I need to identified user. For this user should be find my action in Google Home app, linked on my web site and sign in. My question in the…
Vlad
  • 149
  • 7