Questions tagged [google-assistant]
220 questions
8
votes
2 answers
Google Play shows me my app has actions.xml but in fact my app doesn't have actions.xml
I want to publish my new app in Google Play but Google Play shows my app has actions.xml. Last time I didn't add to my project actions.xml and I never have actions.xml in project. Last time I only update library dependencies in my project. How can I…

Stack Overflow
- 81
- 2
7
votes
1 answer
unable to test google assistant action on web simulator (Error Cloud function deployment failed. Dismiss)
Hey Respected Community!
I started learning to create google actions.
so i created very basic google action. which invokes by 'hey google talk to Doctor Strange'
and after adding 1 more transition which displays suggestion. I saved it and trying to…

Aaqib Mehrban
- 194
- 3
- 9
6
votes
4 answers
This app is blocked message when using gActions CLI
I downloaded gActions CLI on windows x64 bit machine. after issuing the login command and pasting the the browser link i get the below error:
This app is blocked
This app tried to access sensitive info in your Google Account. To keep your account…

icsfs
- 63
- 4
5
votes
2 answers
How to launch our installed app from google assistant using custom word
I want to open my installed app from google Assistant using custom word.
saying "OK Google, Open MYAPP -> we don't need to do anything on your behalf. Google Assistant will open the app.
saying "OK Google, Some word (Hey MyAppName) -> Now I want to…

Deva
- 150
- 2
- 2
- 17
4
votes
0 answers
How to develop a Google Voice app that works with smart devices (Google nest devices) now that Conversational actions will be removed?
I am currently developing an updated version of a voice app that it was previously developed with Google Actions console as a conversational app. However, when started to create a new project for this updated app, a banner says that Conversational…

Daniel Linares
- 67
- 3
4
votes
2 answers
Google Assistant Android Studio Plugin unable to recognize shortcuts.xml
I'm using Android Studio Chipmunk 2021.2.1 Patch 1. I followed this codelab to implement Google Assistant App Actions. But for some reason, it's giving me the following error, whenever I try to build the app or try to use Google Assistant Android…

Vivek Vashistha
- 832
- 9
- 17
4
votes
0 answers
Media playing commands on Google Assistant are not launching my app
I’m having some trouble getting Google Assistant to play media for my media app.
I have verified using the Media Controller Tester app that the play actions are working. I am able to use Open Feature Actions with Assistant.
But every time I try to…

Katie B
- 193
- 1
- 6
3
votes
0 answers
Want to apply Google Voice Assistant for media app(Music player App) like "play song in my app"
Want to apply Google Voice Assistant for media app(Music player App) like "play song in my app" tried https://github.com/android/uamp but this is also not working for for google voice assistant, UAMP app said they already apply Google assistant but…

Dipti Agravat
- 39
- 1
- 10
3
votes
1 answer
Alternative option of conversational actions for Google Home Nest Mini
I'm very new to google actions and I got one project which is made by using conversational actions. (You can try it in google assistant talk to help me sleep)
And as you all know conversational actions will be deprecated soon, and I try a lot for…

Pavan Nagadiya
- 652
- 4
- 10
3
votes
1 answer
Google Actions Builder stops execution when selecting a visual item from a List
I'm pulling my hairs here. I have a Google Assistant application that I build with Jovo 4 and Google Actions Builder.
The goal is to create a HelpScene, which shows some options that explain the possibilities/features of the app on selection.
This…

maercky
- 199
- 1
- 6
3
votes
1 answer
Action on Google deploy tab returns 504
When trying to access https://console.actions.google.com/project/*project-id*/release/ I get following error message:
If I open the developer console in Chrome and check for failed network calls it shows a 504 on…

OriginalJef
- 51
- 5
3
votes
0 answers
Meaning of Google Assistant specific Android Manifest configuration?
I have a sample app with enabled Google Assistant and it contains following manifest file settings for Google Assistant:

Ralf Wickum
- 2,850
- 9
- 55
- 103
3
votes
0 answers
how to solve - oauthlib.oauth2.rfc6749.errors.MissingTokenError while authenticating GoogleAssistant oauth-tool URL
When i run the below command in my Raspberrypi for authenticating google assistant api
"google-oauthlib-tool --client-secrets /home/pi/client_secret_hsjkhdakjs.json --scope https://www.googleapis.com/auth/assistant-sdk-prototype --save…

Praneeth Reddy
- 31
- 2
3
votes
1 answer
Google actions builder - how to read from webhook request and avoid empty response
When I call webhook using PHP, I get this message while testing. Sorry, I didn't get any response
Attached my webhook request json and
and php code
if($method == 'POST')
{
$requestBody = file_get_contents('php://input');
$json =…

Bala Chandar
- 47
- 5
3
votes
0 answers
Custom actions cannot be specified in projects which are not created using custom category
I'm trying to migrate an old Dialogflow action to Actions Builder, using the migration tool in the Actions Console.
When I press "Migrate" button, the console error message pops up with a text:
"Custom actions cannot be specified in projects which…

mandelbroo
- 51
- 3