Questions tagged [google-assist-api]
198 questions
0
votes
2 answers
Google assistant on raspberry pi segmentation fault with device model id and device id
When I run the command to initiate assistant:
googlesamples-assistant-hotword --project_id assistpi
--device_model_id assistpi-c2bd1
It gives me this response:
device_model_id: assistpi-c2bd1 device_id:
…

Akash M.
- 1
- 1
0
votes
1 answer
Exception handling in webhook response - DialogFlow
I have started using dialog flow couple of days back. I have used Java API to act as a webhook where every intent invoke the API and it produces response that can be understandable by dialog flow.
There are some occasions where my dialog flow agent…

Arun
- 609
- 2
- 12
- 33
0
votes
0 answers
Dialog-flow API integration in native android App
I made a demo app for voice/text message using Dialog-flow API. I integrated that agent with Google action. Now I want to use this Dialog-flow agent/API in native android app. All are working fine as i test it on Google Action simulator and native…

Gaurav Mehta
- 1
- 4
0
votes
0 answers
Use Google Assistant to directly talk to Android application and execute a task
I am working on an android project. I need to integrate the Google Assistant with this app. The requirement is very simple. I need to start the application using google assistance and ask to add a new question.
Example: "Hey Google, start myTestApp…

Pasindu Weerakoon
- 588
- 1
- 11
- 39
0
votes
1 answer
Agent suddenly leaves the conversation without any indication about what the error is
I've been doing some work with Google assistant and it works fine but sometimes the agents suddenly leaves the conversation and neither the error view nor the logs have any indications about what happened. I need a clue why this response never…

amralieg
- 113
- 8
0
votes
1 answer
ERROR:root:Option --device-model-id required when registering a device instance during installing Google Assistant
When installing Google Assistant at the last step before launching it using "python -m googlesamples.assistant.grpc.pushtotalk" give me this
C:\WINDOWS\system32>
C:\WINDOWS\system32>python -m…

Amro Khaled
- 1
- 3
0
votes
2 answers
Python: Can you directly pass an audio file as user input command to Google Assistant SDK?
Google Assistant SDK: My user input is always constant, meaning same user command all the time, so instead of asking the user to everytime record a voice commandvia a device microphone, I want to have the user press a button and execute the command…

joke4me
- 812
- 1
- 10
- 29
0
votes
1 answer
Is it possible to control my Android/iOS with Actions on Google?
I wonder if it's possible to control or interact with my installed app from Actions on Google. From the documentation Extending the Google Assistant. I don't see any possibilities to interact with the app. It seems to be a pure Google Assistant…

axstel
- 1
0
votes
1 answer
Save user information DialogFlow
I am starting in Dialogflow and I would like to know if the information I keep from a user in a database, be it Firebase, that this information could occupy it to put it in a web page.
An example is the user's email stored in the database to be able…

Carlos Mario
- 35
- 8
0
votes
1 answer
How to differentiate google home device from others
i'm working on an app that uses multiple google home devices with the same account. I would like to map the google home device to a certain room but can find a unique id for each devices. Dialogflow has originalRequest.data.device before but now its…

Axel Roz
- 45
- 7
0
votes
0 answers
How to Link MyAndroidApp to Google Assistant to redirect to a particular content present in my AndroidApp
As an example, I want to tell Google assistant
"open xyz in myAndroidApp or show xyz in myAndroidApp"
It should redirect to the app and open with the specific intent or data(deep linking)
How can I achieve this?
0
votes
1 answer
Turn off google assistant mic
I'm implementing an app in "Dialog Flow"
I'm sending request to app like this
$text = "Something";
$data = array(
"source" => $text,
"speech" => $text,
"displayText" =>$text,
"contextOut" => array()
…

Gowri
- 1,832
- 3
- 29
- 53
0
votes
2 answers
DialogFlow: Google Calendar Event function from Google Actions (Oauth2)?
I have created an agent in DialogFlow that interacts with the user giving her the ability to check for details like demographic from a back-end database. I have achieved this using Fulfillment/Webhook calls and have successfully parsed/returned…

Abdullah
- 175
- 2
- 13
0
votes
1 answer
Google Assistant custom account linkup
I'm trying to link up Google Assistant app with my own server. I used "Implicit" account linking process.
Grant Type : Implicit
Client Id : "xxxxxxxx"
Authorization URL : "https://mydomain.login.php"
When I launch the app. Displayed card on home…

Gowri
- 1,832
- 3
- 29
- 53
0
votes
1 answer
How to increase the speed of asking questions for Flash Card Template based quizzes?
I am trying to make a game that involves rapid fire of questions and quick responses to them. How can I do that?

amehta
- 1,307
- 3
- 18
- 22