Questions tagged [google-home]

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

752 questions
1
vote
1 answer

Is it possible to edit intent with dialogflow after releasing the google home application?

I make a self-made application using google home. I am thinking about application and release to google (state callable from the Google home in general). Is it possible to add / delete contents of intent in dialogflow after release? Or do I need to…
1
vote
1 answer

Google Assistant Dialogflow API V2 webhook ETag error

I'm trying to return simple text response and display a basic card within Google Assistant app using the following code: public GoogleCloudDialogflowV2WebhookResponse Search(GoogleCloudDialogflowV2WebhookRequest request) { …
OlegR
  • 195
  • 1
  • 10
1
vote
1 answer

How to build a Google Voice app that reads state from website?

I want to build a simple voice app that reads state from isVHSopen.com and reports it out loud. The idea is simple - when the user asks to connect/talk to “IsVHSOpen” (or whatever the “invoke phrase”), the code in backend reads state from…
1
vote
1 answer

google home reading from website

I'm currently working on a project where my main focus is to create an Action for Google Home which can be invoked and asked to read out some articles (chosen previously from a list, also by voice) from a particular website. I was wondering if it…
1
vote
0 answers

Dialogflow capture all the user voice input

I am making a casual conversational action with DialogFlow. One of the problems I experienced, is that the assistant do not let me (user) finish talk. If I have a very long answer, he is too hasty in give an answer, and does not me (user) say…
SQL.injection
  • 2,607
  • 5
  • 20
  • 37
1
vote
1 answer

Any way to detect what device a DialogFlow request came from?

So, the basic idea is this: I make a request to an assistant app to play some audio. In general, these requests will come from a Google Home device (I know, they could come from a mobile phone etc, but I'm only worried about Home devices right…
DarinH
  • 4,868
  • 2
  • 22
  • 32
1
vote
1 answer

Actions on Google smart home Experience?

I'm thinking about building a smart home, where i can Switch the lights on/off with my google home. I want to use a Raspberry Pi or similar, which is controlling a relais. I saw this video, where they show exactly this setup. They make it seem…
1
vote
0 answers

what entity should be defined for 4 digit Pin

For Google Home, I have a pin Intent which takes 4 digit pin for a banking application. I defined its entity type to "number sequence" but that doesn't seem to work for specific sequences. Interestingly whenever there is 2 & 1 inbetween (for eg…
Amit
  • 225
  • 2
  • 14
1
vote
1 answer

notification(daily update) is not working on google home mini device

i created an app on dialogflow and deployed on google assistant, it is working fine on both mobile assistant and google home, but the notification(daily update) is not working on google home mini device well daily update working really fine in…
Inzamam Malik
  • 3,238
  • 3
  • 29
  • 61
1
vote
1 answer

Google Home dialogFlow V2 API mediaResponse not working

I decided to upgrade my Google Assistant action to use "dialogFlow V2 API" and my webhook returns an object like this { "fulfillmentText": "Testing", "fulfillmentMessages": [ { "text": { "text": [ …
igorvargas
  • 36
  • 4
1
vote
1 answer

Requesting Device Location from Google Actions using dialogflow

I am working on chatbot using dialogflow to fetch the user's location using actions on google for which I am using the server side code as follows const functions = require('firebase-functions'); const DialogflowApp =…
1
vote
1 answer

Google Home - How to get Unique id for our custom analytics report

We are creating a custom analytics report. We need to check new user and returning user count. Currently Google Home provides a userId, but the problem is if user is not using it for more than 30 days it will delete the userId. so we need a unique…
1
vote
1 answer

Fulfillment response for Dialog flow

Just started with the DialogFlow building an app. I have hosted a service in Java on cloud (not using the firebase). Basically, I receive the data from the agent and send the response back as Json. For simple query its working as expected. Like if I…
1
vote
1 answer

How can I automate preview refresh for Actions on Google test draft?

I've created a "conversational app" on Google's Dialogflow (formerly API.AI), integrated it with Google Assistant via Integrations > Google Assistant > Test, and successfully triggered intent from my (account linked) Google Home. I need to perform…
1
vote
1 answer

Do we need a special permission from Google to receive the command when the user has said "Hey Google, turn on the light" to Google Assistant?

I once thought what if I could create a virtual (software) light. That is, I create a software bridge to turn on things that do not understand Google Assistant. See the illustration below. [User]---("Turn on the light!")---->[Google…
Damn Vegetables
  • 11,484
  • 13
  • 80
  • 135