Questions tagged [actions-on-google]

Actions on Google let you build for the Google Assistant.

Introduction

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.

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

What questions should have this tag?

Links for learning more

Related Tags

3380 questions
1
vote
1 answer

can't integrate our application with Google assistant using Dialogflow

I can't integrate our application with Google assistant using Dialogflow. We created an account on "Google actions" We implemented Oauth2.0 in our server. It is working and meeting the standards mentioned here :…
1
vote
1 answer

What is meant by speech bias and how to use speechBiasHints in google-actions appResponse

I've build an app in "Actions on google" using actions SDK. App request and App response works fine, earlier i've created expectedInput section in AppResponse without using speechBiasingHints, but now i want to use it, and i can't find any…
natsu grey
  • 11
  • 1
1
vote
1 answer

Where are google home cards displayed if not using smartphone?

On amazon alexa, cards are displayed in the amazon alexa app or on the screen of an echo show ?). If I call my google actions on my smartphone, I am also able to view the cards. But what happens if I use a different non-screen surface, like the…
Toni
  • 1,593
  • 1
  • 11
  • 21
1
vote
0 answers

Unable to test google voice actions from connected device

I have created an agent on dialogflow.com (earlier api.ai) and then added Google Assistant as the integration. It then after configuration allows me to interact using the simulator. On the simulator it is clearly written, "Test your app by typing or…
1
vote
1 answer

Assistant app keeps replying with "What was that again?"

My team recently created a Google Assistant app on the "Actions on Google" platform. The app uses actions defined on Dialogflow.com and some backend functions running on Firebase. Today the app stopped working. When launching the app in the…
pythonquick
  • 10,789
  • 6
  • 33
  • 28
1
vote
1 answer

askWithCarousel() is returning empty response

here is the code snippet i'm using: app.askWithCarousel('Which of these looks good?', app.buildCarousel() .addItems([ app.buildOptionItem("SELECTION_KEY_ONE", ['synonym of KEY_ONE 1', 'synonym of KEY_ONE 2']) …
1
vote
1 answer

Google assitant actions sdk action package

actions SDK does not recognize any other intent from the action.json. I've read that that is not a bug in this post: unable to read intents What I don't understand is why do we have the option to define actions, if they are not recognised by the…
1
vote
1 answer

Actions on Google - What is the relationship between commands/devices/executions in the Google Home EXEC input and response?

This question concerns the Actions on Google Smart Home documentation Create a Smart Home App, specifically the action.devices.EXECUTE section. We are somewhat confused regarding the exact relationship between the list of 'Command' objects and…
1
vote
1 answer

Is there a way to write integration tests for DialogFlow?

I'd like to write an automated integration test to test my DialogFlow agent, integrated with Google Assistant. Right now, I need to go through the flows, typing what the users "says" into the Actions On Google test console. (I guess I could write a…
eran
  • 14,496
  • 34
  • 98
  • 144
1
vote
1 answer

Is the "Actions on Google" Support option 'Contact Us' an effective way of asking for documentation clarification?

This question concerns the 'Contact Us' option on the support page for Actions on Google. We used it to ask for some clarification regarding a certain part of the Smart Home documentation recently (last Thursday, if memory serves), but have not…
1
vote
1 answer

Running an ApiAi node app on AWS Lambda

I want to set up my fullfilment in AWS Lambda for my Google Assistant. I am using the actions-on-google npm package. To create an ApiAiApp({req,res} I need an http request and response objects. However, the lambda callback provides a different set…
eran
  • 14,496
  • 34
  • 98
  • 144
1
vote
1 answer

Dialogflow - Make answer depend on weekday - Nonlinear Dialog

I just started using Dialogflow and I'd like to create an Dialog where I can ask "What time do I have to go to University today" and depending on what day of the week it will give me a different answer. I know I can get the date via @sys.date, but…
Basti
  • 517
  • 4
  • 19
1
vote
1 answer

Multisupport : askForNewSurface

Has anyone been able to make the askForNewSurface() working ? It's supposed to ask the user if s/he wants to proceed the conversation on another support but it seems to actually just silently fails, at least for me. I tried with a french assistant…
Durss
  • 306
  • 2
  • 11
1
vote
2 answers

actions on google demo code is not working on my android phone

I followed https://developers.google.com/actions/dialogflow/first-app tutorial and built my first google action. The action is working fine on my laptop browser in the test (Followed "Preview the App" section of the tutorial) environment. However,…
miserable
  • 697
  • 1
  • 12
  • 31
1
vote
1 answer

Google Home -> Dialogflow entity matching very bad? for non dictonary enities

with Dialogflow (API.AI) I find the problem that names from vessel are not well matched when the input comes from google home. It seems as the speech to text engine completly ignore them and just does the speech to text based on dictionary so…
shortQuestion
  • 473
  • 2
  • 16
1 2 3
99
100