Questions tagged [google-assist-api]
198 questions
3
votes
3 answers
Using Google Assistant Change Firebase Database Value
I Created a android app in which if a press a button and value changes in Firebase database (0/1) , i want to do this using google assistant, please help me out, i searched out but didn't found any relevant guide please help me out

kavin
- 113
- 2
- 14
3
votes
0 answers
Open specific App screens (like deep link) through Google assistant
I am just getting started with integration of Google Assistant in Android App. Is it possible to achieve deep linking like functionality in android app through Google Assistant.
So in other words if we utter specific words in Google Assistant & it…

Hassan Imtiaz
- 117
- 8
3
votes
1 answer
How can I push a message to a Dialogflow session?
I'm using Dialogflow API V2beta1 to build a Messenger + Google Assistant bot.
According to their docs, I can dispatch an event to trigger an intent. I'm able to successfully trigger the event, and the (200) response is logged in Firebase Functions,…

Jefftopia
- 2,105
- 1
- 26
- 45
3
votes
0 answers
Google Assistant Hotword Detection Not Working
I'm new to Google Assistant SDK. Recently I embedded Assistant to Raspberry Pi 3 B. I used the googlesamples-assistant-hotword sample. It worked fine. But next time I run the command I got some errors. I reinstall the sdk and tried, but got the same…

RaspberryBoy
- 31
- 2
3
votes
2 answers
api.ai looping the same intent with different input
I am using API.AI to implement the assistant app, but now I found it's hard to looping on the same intent to collect different user input (correct me if my expression is wrong, will explain it in details.) The problem is, I have a list of elements,…

Will Yuling Liu
- 55
- 7
3
votes
0 answers
How can I set custom voice command with Google Assistant that wake my app?
I want to set custom voice command for my app. For example if my app name is apple I want to wake my app by saying apple. Or something like apple turn of the lamp.
Does android have something like that? If not can I use a receiver to detect voice…

mike fayya
- 31
- 5
3
votes
2 answers
How to receive answer from Google Assistant as a String, not as an audio stream
I am using the python libraries from the Assistant SDK for speech recognition via gRPC. I have the speech recognized and returned as a string calling the method resp.result.spoken_request_text from \googlesamples\assistant\__main__.py and I have the…

Towerss
- 629
- 2
- 12
- 26
3
votes
4 answers
Can I deploy an app to Google Assistant without using Google's AI platform (Api.ai)
I'd like to deploy an app to Google Assistant. But, I'd like to use a different AI backend instead of api.ai.
Does anyone know if it's even possible? And how?
Or am I stuck with api.ai if I want to work with Google Assistant?
Thanks

OrangeTree
- 618
- 5
- 21
3
votes
1 answer
Add content to Android Assistant
Hello I am developing an app dealing with products and I would like to improve user experience using Android assistant.
I read Google's documentation and try first using the code below:
@Override
public void onProvideAssistContent(AssistContent…

Thibaud Renaux
- 280
- 1
- 17
2
votes
0 answers
Google home: real-time voice notifications using “Say something” method
I have a smart google home mini column and I would like it to say notifications or blatantly say: you send a get request to the python flask server with the text "?text=text to say", but...
I have already implemented this through pychromecast (Flask…

The Netger
- 61
- 5
2
votes
1 answer
Does Google Nest Hub support WebRTC?
I am implementing a camera device and thinking using WebRTC as the video/audio streaming protocol with the app. And I would like to stream the video/audio to Google Nest Hub. But from all the documents I can find, I didn't find any information that…

syshen
- 397
- 3
- 13
2
votes
0 answers
how to fix"failed to submit action template" while publishing an google assistant app from google actions
on google actions, when I click on submit for production, it fails and an error message appears as"failed to submit action template"
Even after completing all the procedures like simulator testing and filling in all information. The app is unable to…

Kevin Benny
- 21
- 3
2
votes
2 answers
Set http url in dialogflow webhooks
I am trying to enable webhook fulfillment in my Dialogflow agent. However, whenever I go to input the URL of my service, I get an error saying You can use only https:// in fulfillment url when "Google Assistant" integration enabled. I have no…

Divyesh
- 389
- 2
- 12
2
votes
1 answer
Dialogflow v2 API - cards not shown in the simulator
I've a webhook for fulfillment.
Below is the code that's responding back
let result_obj = {
"fulfillmentText": "This is a text response",
"fulfillmentMessages": [
{
"text": {
"text": [
"this is test"
…

Sahas
- 3,046
- 6
- 32
- 53
2
votes
2 answers
building a list in "actions on google"
I'm doing a project where the Google Assistant generates a list of cards about information on research articles. Each card on the list would have the title and URL to the research article. The Google Assistant would ask what subject you wants to…

bob dole
- 21
- 4