Questions tagged [google-assist-api]
198 questions
0
votes
1 answer
Google IOT device on webhooks & post
Is there any way to create your own google IOT device based on webhooks and POST-request? Without using firebase, IFTT, node.js
Samples that Google are very poor, they don`t show all steps of creating your own app, they just showing how to deploy…

XLR8
- 87
- 7
0
votes
1 answer
Start conversation on google home from other device
We have a Google Home device, for example, the Google Home mini. After that we have created a dialogflow conversation. So the basic conversation looks as followed:
User: Hey Google, talk to water log.
Google Home: Hello, did you know that you have…

Martijn van Put
- 3,293
- 18
- 17
0
votes
1 answer
Who said that? Can the IFTTT Google Assistant service capture which device the request came from and pass it on?
Most of my home automation is controlled internally (timers, events, scenes, etc). I also have voice control (mainly just for fun). I have some google home devices scattered throughout the house with a few IFTTT phrases like "Open the blinds in…

David
- 68
- 6
0
votes
1 answer
Use Request Module HTTP GET Firebase Function Node.js
I am using Firebase Cloud functions priced plan (!) for a webhook for google actions. I am trying to implement a HTTP GET with the request-module. I have installed the module with npm install request and deployed correctly. I want to use google maps…

Oli Dev
- 69
- 9
0
votes
0 answers
Python SoundDeviceStream write/read underflow/overflow errors
Using Raspberry Pi Model B+ running Raspbian GNU/Linux 8 (jessie) with Blue "Snowball" usb mic and powered speakers connected to 3.5mm jack output. Trying to run pushtotalk.py, a Google Assistant sample from GassistPi. Sample runs but produces…

Colin M
- 23
- 1
- 6
0
votes
0 answers
Register Custom Device Actions not return custom answer
I have the google assistant in a raspberry and in Spanish. It works correctly, but I have created three custom actions with the queries:
1. "load [movie]"
2. "Recommend me a movie"
3. "abracadabra"
When I upload this with "gaction" (update and…

davidad
- 137
- 1
- 10
0
votes
1 answer
Google Assistant Custom Commands in Mobile Application
I've got an simple question: Is it possible to create customs commands with Google Assistant for specific actions in your own written mobile application?
Example actions such as:
Navigate to that page
call the helpdesk
In my research a found…

Yakalent
- 1,142
- 2
- 10
- 18
0
votes
1 answer
Google hangouts conversation id
I am building a home assistant and i want it to send me messages on Google Hangouts, but one of the parameters it requires is conversation id which I can't find anywhere. Does anyone have any experience with that?

Maraprdara
- 1
- 2
0
votes
1 answer
Dialog Flow /gogle action Payment gateway (Transaction Integration) or Integrate any third party payment gateway
I'm working payment related application by using google assitant / Dialogflow . I refer below google reference url but i didn't understood anything.
https://developers.google.com/actions/transactions/
Finally I use this method Build Physical…

Balakumaran
- 63
- 1
- 11
0
votes
0 answers
Can we create a google assistant Actions from API instead of google "gactions" CLI?
To create a converstaion with google assistant we need to create a action from "gactions" (https://developers.google.com/actions/tools/gactions-cli) but it is a manual process.
Can same thing be done using api? Does google provides any rest api or…

Ankita
- 621
- 2
- 9
- 25
0
votes
1 answer
taking value from google assistant
i dont know if this is right place to ask this question but i have looked everywhere dont know how to, so now going to my question, i have successfully installed google assistant on my laptop (windows 10) its working on cmd, i want to take google…

waleedd32
- 473
- 2
- 9
- 23
0
votes
0 answers
How can I log in in my google account in Raspberry 3 using python?
I'm trying to build a robot assistant, and I have to synchronize my google account with the raspberry to access my calendar but I don't know where to start.
My first idea was to make a page where the user can access via IP and log in, but any…
0
votes
1 answer
Google Assistant SDK now unable to answer basic questions
I was trying to use Google Assistant Service to embed a Google Assistant on my device and it was working very very well. However, after I seemingly changed nothing, it seems that the Google Assistant lost most of its capabilities.
I tried following…

Wyatt Verchere
- 111
- 1
0
votes
1 answer
Google Assistant, connecting installed app with the assistant without OAuth2
Can you login user through your app without OAuth2 Server?
We currently use JSON Web Tokens.
Scenario:
User is already logged in the app.
Then he says "OK Google, openMyApp"
Then the bot asks him what does he want?
User says: "Reserve me closest…

WinterChilly
- 1,549
- 3
- 21
- 34
0
votes
1 answer
Unable to send response to dialogflow
I have been working on the DialogFlow for quite sometime.I am facing a issue here.Also please note that,I am new to Node JS.
I had a function to make HTTP calls since I need to those calls frequently with respect to my intent functions.Using…

vasanth kumar
- 235
- 1
- 3
- 13