Skip to main content

All Questions

-1 votes
1 answer
181 views

How to create a simple “Hello World” Action on Google Assistant in 2024?

I’ve already created a Skill for Alexa and now I’m starting my studies in developing Actions for Google Assistant. However, I’m having trouble creating a simple Action. Even after following the video “...
Sandro Henriques's user avatar
0 votes
1 answer
505 views

Using the Google Actions console gives me an error, even if I didn't change anything in the sample project

I'm trying to make a custom google action using the Google Actions console. So far I've had a pretty rough time, given that all the tutorials I found are outdated(-2020). What I did was start with a ...
Mihai Cristian's user avatar
3 votes
1 answer
89 views

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 ...
maercky's user avatar
  • 224
0 votes
1 answer
49 views

Google action builder/Google assitant How to use proper noun as type

i would like to have a type that represent proper nom, such as family name for exemple but i can't find anything on this. My goal is to send a info to an other personne using google assistant and my ...
XCarb's user avatar
  • 917
1 vote
1 answer
215 views

Actions on Google - Test my Project on my Android device

How can I test my Actions Builder project on an Android device (for example on my mobile phone)? Can I publish my project and assign it to a device or a Google account? How I am able to use this ...
blender111's user avatar
1 vote
1 answer
50 views

Google Action prompt link url on Webhook response not working as expected

I am trying to add a prompt link to my Google Action: https://developers.google.com/assistant/conversational/reference/rest/v1/TopLevel/fulfill#link My response looks like this: payload.prompt.link = {...
John Kelvie's user avatar
-1 votes
1 answer
260 views

Actions on google how to make response via php?

This is my php code response but I'm getting "error Invalid response from webhook: Failed to translate JSON to ExecuteHttpResponse". Here is the webhook code to generate the JSON response ...
Bala Chandar's user avatar
0 votes
1 answer
203 views

Google Assistant Invalid response from webhook: Failed to translate JSON to ExecuteHttpResponse

First off, I'm new to Google Assistant so I have very little idea about what I am doing. I am trying to make a webhook request with the code below in an external js file on a webserver: // Project ...
kkirpalani90's user avatar
-2 votes
1 answer
64 views

How to implement Quiz in New Actions Builder [closed]

How to Implement Trivia/Quiz - Game in New Actions Builder Console for Google Assistant.
Santhi Sagar's user avatar