Questions tagged [google-assist-api]
198 questions
10
votes
6 answers
API Version 2: Failed to parse JSON response string with 'INVALID_ARGUMENT' error: \": Cannot find field.\"
I am getting 'API Version 2: Failed to parse JSON response string with 'INVALID_ARGUMENT' error: \": Cannot find field.\".' error for simple speech webhook response.
------------ERROR--------------
"debugInfo": {
"agentToAssistantDebug": {
…

Nilin
- 101
- 1
- 4
9
votes
3 answers
How to disable Google Assist API (Now on Tap)
Google have recently released Android Marshmallow with Now on Tap which can scan the app contents and provide an additional information to the user.
Unfortunately, for our app the info doesn't look very relevant and Google is ignoring the data we…

goRGon
- 4,402
- 2
- 43
- 45
8
votes
2 answers
How to implement an Assistant with Google Assist API
I have been checking out and reading about Google Now on Tap (from http://developer.android.com/training/articles/assistant.html).
It was very interesting to find from that article that Now on Tap is based on Google's Assist API bundled with…

H.Nguyen
- 1,621
- 5
- 19
- 31
7
votes
1 answer
Make a phone call within Google Assistant App
I am trying to develop a Google Assistant App, primarily for Google Home and Google Assistant on the phone.
Is there a way to integrate Google's hands-free calling capability to the Assistant App, so that a user can directly initiate a phone call…

Iris Wei
- 71
- 2
7
votes
2 answers
How to start Google Assistant programmatically?
I have tried every simple combo I have found but not sure how to do this.
I even tried to simulate the home long press but you get google now voice, lookint at logcat it shows this…

Chop Labalagun
- 592
- 1
- 6
- 19
6
votes
1 answer
How to make local area network HTTP request from Google Assistant?
I want to make HTTP requests to a server (such as Node-red or Arduino) on my LAN directly from my Google Assistant.
I would like to reproduce the behavior of this widget which, however, does not work from google assistant.
Using the IFTTT with…

Rajduino
- 61
- 1
- 2
6
votes
2 answers
Sending commands to google assistant using script instead of mic
I have configured Google Assistant SDK in Raspberry Pi 3 and demo application is working fine. Is there any way to send “OK Google, Example Command” to Google Assistant SDK using Python script? Or it will only take input from Mic?
I am planning to…

Bhagwant
- 161
- 2
- 9
5
votes
2 answers
How to enable new "read it" function of Google Assistant API with Python?
Recently Google released a new "Read it" function of Google Assistant.
How can I try it with Python? I enabled Google Assistant API in console and created service account credentials. The documentation does not provide any Python implementation.
I'd…

F. Vosnim
- 476
- 2
- 8
- 23
5
votes
1 answer
How to process a request to an external REST service and return the response to Google Assistant?
I am using Java to create an app for Google Assistant that will call an external REST API and return certain responses based on trigger phrases.
I currently can use the Default Welcome Intent to return simple text responses through the Actions on…

Fitz
- 85
- 1
- 6
5
votes
1 answer
How does Google Assistant's integration with IFTTT work?
I mean, from a technical perspective. How does the assistant know that it should send the request to IFTTT servers?
When I created my own actions on Google Assistant I used the actions SDK and uploaded a manifest file into my account. This manifest…

Maarten
- 635
- 2
- 8
- 22
5
votes
0 answers
How to provide content to be shown on Google-Now-On-Tap?
Background
I work on an app that can answer to certain queries (phone number queries, and maybe others).
Google introduced a new feature on Android 6 , called "Google Now On Tap" (AKA "Assist API") , which allows the user to query about things that…

android developer
- 114,585
- 152
- 739
- 1,270
4
votes
2 answers
How can I know that my app was opened by Google Assistant, instead of just normally launched
How can I know that my app was opened by Google Assistant, instead of just normally launched.
I don't need App Actions. I just want to know, that yes, my app was opened with "Ok Google -> Open appname" instead of pressing on the icon, or resuming it…

rosu alin
- 5,674
- 11
- 69
- 150
4
votes
1 answer
Why does a simple SQL query causes significant slow down in my Lambda function?
I built a basic node.js API hosted on AWS Lambda and served over AWS API Gateway. This is the code:
'use strict';
// Require and initialize outside of your main handler
const mysql = require('serverless-mysql')({
config: {
host :…

Seif
- 701
- 4
- 13
- 32
4
votes
0 answers
How to open my android application to send message from Google Assistant like Whatsapp, Message and Telegram?
I am an Android Developer.
I am developing an messaging application, which can send Text Messages and Audio Messages to other users/contacts.
I need help for below scenario.
I want to send message directly from the Google Assistant/Ok Google. like…

Keyur Android
- 375
- 2
- 6
- 20
3
votes
1 answer
google assistant with react native
I developed one react native application. now I want to integrate Google Assistant in the app, I will provide one mic button, if the user click on it, the google assistant need to be enabled, and I need response from the google.
I am working in…

Vikas Kanna
- 45
- 1
- 2
- 6