Questions tagged [actions-builder]

The Actions Builder is a web-based IDE that is built-into the Actions on Google Console, allowing developers to create scenes, intents, types, and prompts for conversational Actions. It includes the Actions SDK, a command line tool allowing you to download, edit, and upload the configuration for the web-based Builder.

The Google Assistant is a virtual assistant that is available on smartphones, Google Home and other devices.

Actions on Google is a developer platform to develop apps and publish them on the Google Assistant.

The Actions Builder is a web-based IDE that is built-into the Actions Console, allowing developers to create scenes, intents, types, and prompts for conversational Actions. The Actions SDK (part of Actions Builder) is a command line tool that downloads and uploads configuration file representations of what is edited using the IDE.

Details: https://developers.google.com/assistant

78 questions
4
votes
1 answer

Verifying webhook request signature for Google Conversation v3 API

When building a Conversational Action with the new Actions SDK or Action Builder, you can define a webhook to handle business logic. This webhook then receives fulfillment requests with the following headers, among…
Egal
  • 1,374
  • 12
  • 22
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…
3
votes
2 answers

How to render a list returned from a webhook

I am using Google Actions. I am returning JSON from my webhook and receiving the following error when I test my action in the simulator: "Failed to render List or Collection prompt because of missing Type Override for a slot. Note, List and…
craig
  • 138
  • 2
  • 8
3
votes
1 answer

Conversational Actions quick start guide - failing

First timer here and I'm stuck :( I'm trying to get a project of the ground by following the quick start guide. I've tried countless different ways of creating a project in the Actions Console. I believe that it should be New project -> Game ->…
2
votes
1 answer

Google actions builder fulfillment webhook is not passing user access token to the backend

We were using Dialogflow before for creating intents and the webhook used to get access token in "Authorization" header. Now we are in the process of changing it to Actions builder as the Dialogflow integration is not working anymore to add new…
vm1014
  • 41
  • 3
2
votes
1 answer

Fewer system types for Actions on Google than in Dialogflow?

I've been studying Dialogflow and have now started studying Actions on Google with the desire to build assistant actions. As I read about the system data types found in the Actions on Google Actions Builder I seem to see only a few…
Kolban
  • 13,794
  • 3
  • 38
  • 60
2
votes
2 answers

Google Assistant taking over the commands given to my action

There have been triggering problems with my action since a few days ago. The queries that should have been handled by my action were routed to Google Assistant main flow. This happens on both Android Phone, and Google Home. Steps to repro: Speak:…
2
votes
1 answer

How to add system intents (e.g. actions.intent.MEDIA_STATUS_FINISHED) to the Google Assistant Action Builder

How can I add a system intent to the scene in the Action Builder? E.g. I want to add one of the media intents: actions.intent.MEDIA_STATUS_STOPPED, actions.intent.MEDIA_STATUS_PAUSED,... When you try to add one of these to the scene, you will get…
P.Filippov
  • 121
  • 9
2
votes
1 answer

How to build Java webhook for new Google actions builder

I created the java webhook in past for dialogflow where 1-1 mapping of intent used to be done. Now I am working with actions builder & not getting how to define and build the handlers using Java. Before @ForIntent was used to map the intents with…
Priyanka
  • 37
  • 7
2
votes
1 answer

How to close a conversation in the @assistant/conversation

I have created a cloud function to handle some logics in which i would like to close the conversation. I have tried the following but i have got an error stating that there is no method named close in the conversation conv.close('Thankyou'); I have…
Nidhin Kumar
  • 3,278
  • 9
  • 40
  • 72
1
vote
0 answers

Google Actions Alpha release in created via REST API doesn't works anymore on device (but works in the simulator)

Since a couple of days an Alpha release created via REST API doesn't works on the device (smartphone/Google Nest). The Alpha release is correctly deployed, and I'm able to test it in the simulator, but doesn't starts on the device. When I re-create…
1
vote
0 answers

Asking for an Address using Google Actions Builder

I am attempting to build a Google Assistant app using Google Actions Builder(Not Dialogflow). I am wanting to ask the user for an Address so I can then geocode this address. I have managed to get the users current location after asking for…
Josh
  • 11
  • 1
1
vote
1 answer

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 Google Assistant project from this Google account?
1
vote
1 answer

How can I create or update type entries via REST API request?

I have an Action built with AOG + Dialogflow that needs to be migrated to the new Actions Builder. But I'm struggling to find a REST API endpoint where I could create or update the types entries as we do with the Dialogflow entity entries. I didn't…
1
vote
1 answer

why assistant interrupts my action with special intents?

When speaking to my action on google sometimes the assistant interupts my app, for example searching for the word, the user had used. Why is the assistent taking action, allthoug i am in my App, asking for users input? Example: my action asked: "Are…
1
2 3 4 5 6