Questions tagged [google-home]

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

752 questions
1
vote
1 answer

How to integerate Google actions dialogflow with hapi nodejs framework?

I'm trying to create a simple google home actions. I was able to successfully try out some basic functions in the google firebase function. But when I tried to do the same with Hapi framework, I couldnt make it work? When I tried to search I could…
1
vote
1 answer

Auth0 integration with Google Home - TypeScript

I have the sample (https://github.com/actions-on-google/smart-home-nodejs/blob/master/src/auth-provider.ts) of GoogleHome running 100% on GCP, only lacking 0Auth2 authentication and the Auth0 offered service seemed like a good solution, but there is…
1
vote
1 answer

Unable to upload content via google spreadsheet in Google Actions

I am creating a Google Action's project using a Flash Card template. I am following the steps from google documentation. But after updating the questions and answers, and other required field I am not able to upload contents from my sheet to google…
Abhishek Balani
  • 3,827
  • 2
  • 24
  • 34
1
vote
2 answers

Dialogflow returning a "Sorry I can't help" message after three interactions

This issue started this morning (21 June 2019) affecting ALL our dialogflow agents. Previously they have been working fine, though we had observed this behaviour occasionally over the past month, but found it difficult to reproduce. Now we can…
1
vote
0 answers

Why Google Home not communicating to server always?

We have implemented the Smart Home Skill for Google Home to operate the lights. Its working sometimes i.e its taking inputs and communicating to the server and operating the lights. where othertimes as its not reaching the server with the commands…
1
vote
2 answers

Attempt to update your production data failed - Actions on Google

Where: In build -> Actions -> Upload content via Google Sheets Problem: I have the trivia template selected. I've already created a sheet and uploaded and deployed my action. Now I figured out that one of my questions had a wrong answer. So I…
1
vote
1 answer

Smart Home - Correct JSON to respond to EXECUTE when device is offline

When i try to execute a command and that the device is offline, Assistant still tell me that the command as been successfully be done. I don't have this problem when it's a QUERY request, but with EXECUTE... This is my returned JSON: { …
1
vote
1 answer

Google Assistant (Google Home): dynamic response based on web query

I use an Google Assistant (Google Home) and would have an answer, which my Website gives. For Example: - I say: Hey Google, buy 3 Eggs - my Website is beeing called (Webhook/wget/etc.): http://url.de/befehl.php?befehl=buy 3 Eggs or without…
NoWo
  • 41
  • 1
1
vote
2 answers

Can I launch app from my app for google home?

I have a problem i want to launch playlist of a music streamming application (spotify, deezer, ...) from my custom app for google-home (I think we call that action) but I doesn't find how to do that. I have already try to play some sound with the …
Drping
  • 53
  • 12
1
vote
1 answer

How to fix: "No help topic for 'preview'" error when using gactions?

I've been trying to follow a tutorial on building your first action for google home: https://medium.com/google-cloud/building-your-first-action-for-google-home-in-30-minutes-ec6c65b7bd32 I was able to deploy my application to the google cloud, but…
1
vote
0 answers

How to make dialogflow better understand long numbers

I'm trying to get dialogflow to be able to better understand long numbers. The numbers I want the user to say are always 9 digits. Dialogflow either thinks these are supposed to be phone numbers (even though I say they are sys.number-sequence or…
Keith
  • 1,352
  • 3
  • 21
  • 48
1
vote
0 answers

Node/React Login System supporting OAuth2 for Alexa/Google Actions development

Does anyone know of any open source solutions for implementing Alexa or Google Actions account linking ? Using passport.js for Express routes to support social login npm oauth2-server to implement oauth endpoints I've put together my experiences…
Steve Ryan
  • 11
  • 1
1
vote
1 answer

Managing Google Assistant for the enterprise

We are exploring the use of Google Home and LG Google Assistant TVs for an enterprise application. This would require managing hundreds of devices in a single building. Amazon Alexa has "Amazon for Business" for doing this for Alexa devices. Is…
1
vote
1 answer

Maintaining a chat between user and agent using Google Actions

I am creating an app using Dialogflow and Actions on Google Node.js library. The logic I am trying to implement is as follows: User says: Initiate chat. That user request triggers my webhook which then supplies the agent response. User replies back…
1
vote
1 answer

Google Assistant action: voice invocation doesn't work

I just built my first voice action for Google Assistant. After testing it successfully in the simulator I released it as alpha version. Hidden in the Google actions console I found a link to try it in my home assistant device (a JBL speaker) - where…
wortwart
  • 3,139
  • 27
  • 31