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
0
votes
1 answer

Skill closing and google opens recipe

We are developing interactive audiobooks for voice and have problems with some of our continuations with google assistant. Example: In our story "Das tapfere Schneiderlein", the user hast to decide if he wants "Pflaumenmus" (plum butter) or…
0
votes
1 answer

How to prevent global intent matching when using @sys.any / free form text type

I'm trying to create an intent in actions builder / dialogflow that asks for feedback to pass on to the developers. We're using the sys.any (free form text type) equivalent of actions builder to take any input. Unfortunately we've run into a problem…
0
votes
1 answer

Training improvements on new actions builder

I am building an new action. I have multiple intents, and I added ~20 training phases for each of them. However the matching seems to be pretty terrible I have webhooks configured for the scenes. I look at the raw query and the handler that was…
Akshay
  • 91
  • 5
0
votes
1 answer

google assistant default fallbacks exit code

We are having a problem where saying things like "what is the weather" (something Google Assistant recognizes and is not in our intents) exits our action. We solved this with a fallback on the server/fulfillment side when we used Dialogflow, but now…
Ron Issar
  • 11
  • 1
0
votes
0 answers

Unable to add a content list to my action

I'm trying to add a scene with a content list following this documentation https://developers.google.com/assistant/conversational/prompts-selection#creating_a_list, but when I try to invoke the scene I achieve this error: SlotRequested Failed to…
0
votes
1 answer

What is the usage of loop statement in CollectionBrowse in @assistant/conversation?

I want to show items dynamically by using a for loop in CollectionBrowse. I'm using the code below, but actions on google returns an error when I use it. const { conversation, Simple, Card, Image, Button, List, Link, Table, …
박동석
  • 99
  • 6
0
votes
1 answer

How to send response to actions-on-google in Python?

I'm making an action-on-google assistant. I'm able to receive the request in JSON format by using Flask to establish webhook in Python. But I've no idea how to send the response back to the assistant. enter image description here enter image…
L MG
  • 1
0
votes
0 answers

Why NO_MATCH system Google Assistant event is not triggered?

I have the following setup of my Google Action - Types - GAMEMODE: survival creative Intents - CMD_SET_GAMEMODE: training phrases: change game mode to creative apply creative game mode Scenes - COMMANDS: Custom intent handling When…
LA_
  • 19,823
  • 58
  • 172
  • 308
0
votes
1 answer

Speech biasing using Actions builder webhook fulfillment

I'm following the attached article for fulfillment webhook response formats. https://developers.google.com/assistant/conversational/webhooks?tool=sdk#provide_speech_biasing For some reason once I add the speech biasing section, the webhook fails…
0
votes
0 answers

Microphone closing on Nest Hub - other devices work

We use the Conversational Actions SDK and our action (an interactive audio book) works in the Actions console and on the iPhone Google Assistant app without any problem. However, on Nest Hub devices its behavior is completely different: it takes…
Sebastian
  • 97
  • 7
0
votes
1 answer

How to check whether the user is a new user or not in @assistant/conversation package

In the actions-on-google package I have used the following logic to check whether the user is a new user or not. conv.user.last.seen But in the new @assistant/conversation package i have used the same logic but it fails stating that the seen is not…
Nidhin Kumar
  • 3,278
  • 9
  • 40
  • 72
0
votes
1 answer

Bug at merging Simple Responses from multiple webhook requests

When calling the webhook multiple times in one scene and sending simple responses there is a bug at merging the simple responses. prompt from the first webhook call { "override": false, "firstSimple": { "speech": "
kgass
  • 23
  • 4
0
votes
1 answer

Actions On Google import a existing project

I have a existing project in DialogFlow but I need the new Action Builder (Actions on Google) and when I click on manage assistant app, it just go to the older version so it has not got the new action builder. I don't know what to do :( Could…
0
votes
1 answer

Google Action Builder Account Linking

I'm using the brand new Google Action Builder and I'm having a problem with Account Linking ( OAuth & Google Sign In & Implicit flow ): After account linking is performed, Google should attach the access_token to conv parameters but I don't find it…
Claudioc
  • 53
  • 1
  • 10
0
votes
1 answer

No token in request - Account Linking with new Actions SDK

I am building an action with the new Actions Builder and everything is going pretty smoothly. I just setup account linking and can successfully link my account, however, once I do link my account there is no token included in the subsequent requests…
GaryPretty
  • 171
  • 5