Questions tagged [google-assistant]
220 questions
3
votes
0 answers
App actions doesn't work with google assistant for Internal testing version
I developed an application with react-native and I add app actions to the application.
I followed instructions on docs and test the app by App Action Test Tools (AATT) and it worked pretty well (the invocation name is 'Test app').
After creating the…

Shab63
- 51
- 7
3
votes
1 answer
Price of a Google Conversational Action after releasing it
Are there any costs - and if so, which – for releasing a conversational action I've built?
It is obvious that Firebase and/or Dialogflow cost some money, but what if you actually don’t use any of these services? I only use Google Assistant to…

user14845226
- 33
- 2
3
votes
0 answers
Missing option to configure revoke token URL in Google Actions panel
In the Google Actions panel we can enable account linking. We can also specify Authorization URL (Endpoint for your sign-in web page that supports OAuth2 code or implicit flows) and Token URL (OAuth2 endpoint for token exchange). Endpoints…

user14836406
- 31
- 1
3
votes
2 answers
Google Assistant - Report state returns 200 but Test suite and report state dashboard fails
I'm implementing a media remote device with OnOff and Volume traits.
Report state payload looks like this:
{
"requestId": "947aa603-1bfe-4bff-bac0-a50101da419d",
"agentUserId": "13",
"payload": {
"devices": {
…

Anders Constantin
- 31
- 1
2
votes
0 answers
Google Assistant for Android custom app actions not being triggered
I'm trying to replicate the functionality that was present in our sunsetted Conversational Actions into our Android app using Google Assistant for Android and App Actions.
We offer more advanced air conditioning controls than the current default…

DrZaphod
- 502
- 1
- 5
- 18
2
votes
2 answers
App Actions: Displaying a widget in Google Assistant via a dynamic shortcut
My question is relatively simple considering the options shown in the official documentation and code labs but i've been struggling to make it work.
I want to trigger a widget to be shown in Google Assistant via a dynamic shortcut. Seems pretty…

AsafK
- 2,425
- 3
- 32
- 38
2
votes
1 answer
Google Assistant search in media app does not work
i followed this guide The Google Assistant and media apps but the
onPrepareFromSearch() or onPlayFromSearch() seems to be never called.
Using the Assistant in DHU
i see the following logs.
Unable to perform playFromMedia because the mediaId is…

Tim Begander
- 41
- 4
2
votes
2 answers
Unable to create preview of the app actions used in the app in google assistant
I have added the shortcuts.xml in res/xml and also added the
in the AndroidManifest.xml and also uploaded the signed bundle file in the play console internal…

thinkcode
- 196
- 2
- 9
2
votes
1 answer
Actions on Google voice commands language
I built my Actions on Google project that works perfectly in English but when I tried tell something like "Turn on kitchen light" but in Polish the assistant said that this lights aren't configured yet. So I don't know what should I do. My AoG…

Marcin Krzysiak
- 21
- 2
2
votes
0 answers
Can't authenticate gactions CLI to work with Google Assistant, Actions On Google
Google Assistant Docs, Quick Start, advises to run gactions login to authenticate CLI https://developers.google.com/assistant/conversational/quickstart
When I run 'gactions login', I get this message:
Gactions needs access to your Google account.…

Togar4071
- 21
- 1
2
votes
0 answers
Google Action does not have trained NLU model (No trained NLU model found.)
I am currently in the process of migrating from an older Dialogflow agent to a new ActionBuilder agent. Going well so far (translated into a new action to wrap things up before I am gonna push the changes to the old action), but it suddenly stopped…

oem
- 356
- 1
- 5
2
votes
1 answer
Error getting Home Graph: sync error: 403: Please make sure you have resourcemanager.projects.get permission in Google Smart Home Action Test Suite
I have completed all the procedures in the development process of the Google Smart Home action including Invocation, Actions, and Account linking.
However when I try to test the same, If I go to test suit and log in with my developer mail id and…

KIRAN KUMAR B
- 404
- 4
- 8
2
votes
1 answer
Pushing dynamic shortcut to google assistant on android
I'm trying to push dynamic shortcuts to Google Assistant, as outlined here: Google's documentation.
The code runs fine, and if I tap & hold my icon in the launcher, I get the shortcut, but if I go to shortcuts in the Assistant settings, my app is…

user1532080
- 243
- 2
- 11
2
votes
0 answers
How to add a recipe on a webpage to Google Assistant?
Google's structured data documentation states that you can enable the Google Assistant to guide users through your recipes on Google Home and smart displays by adding Recipe structured data to your webpage. We are planning on making a voice recipe…

Chris
- 2,253
- 3
- 16
- 10
2
votes
1 answer
How to execute TestNetworkSpeed command for NetworkControl device trait using Google Actions?
I want to execute the TestNetworkSpeed command which is a part of NetworkControl device trait.
Example in the documentation is the following:
Examples
What's the Wi-Fi speed?
For action.devices.SYNC intent we return the following mocked output:
{
…

jm18457
- 443
- 1
- 7
- 19