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
0 answers

Google action console simulator request and response tab not working when using custom action.json

I have the problem that the google home/assitant action console simulators response and request tab are not working. At least when I am using a custom action.json. For me I am not sure if all have this problem or only some. That are using an custom…
1
vote
1 answer

push notification giving Unauthorized i.e 400

Here is the setup I'm following: I've followed what mentioned in https://developers.google.com/actions/assistant/updates: { code: 400, message: 'Unauthorized push.', status: 'INVALID_ARGUMENT' } } '400: Bad Request' This is the code for…
Rahul Gupta
  • 393
  • 3
  • 18
1
vote
1 answer

Can Google Action request Google Assistant to handle a request?

I would like to write a Google Action that will automate a sequence of requests to Google Assistant. For example, if I ask the assistant to talk with my app, the result would be starting a timer for 5 minutes and playing a song from Google Play…
1
vote
4 answers

Make Google Home Action work with "Hey Google, INTENT" instead of "Hey Google, ask ACTION to INTENT" possible?

Right now my Action for Google via Dialogflow only works if I say: Hey Google, ask ACTION to INTENT I want to remove the ask ACTION to part, so I can just say: Hey Google, INTENT My Action is basically a "Turn on device". I can say things…
MortenMoulder
  • 6,138
  • 11
  • 60
  • 116
1
vote
1 answer

DialgFlowApp ask method, reprompt not working

According to the DialogFlowApp/ask documentation 'https://developers.google.com/actions/reference/nodejs/DialogflowApp#ask) you should be able to provide 3 reprompts when the user is silent. I have tried the following code : let PROMPT = [ "Are you…
1
vote
1 answer

Cannot find field: fullfillmentText in message, while it is present

I started using API.AI and Dialogflow in its first versions for some small time projects. Recently I wanted to try and dive into the new V2 of Dialogflow and see how I can continue to build nice Google Assistant apps with that. When trying to…
1
vote
0 answers

Dialogflow Push notification : Permission not requested to user

I follow the https://developers.google.com/actions/assistant/updates#push_notifications documentation with API V1. after returning from my webhook: appAi.askForUpdatePermission('check_overdue_tasks') I get the following message from the…
fvisticot
  • 7,936
  • 14
  • 49
  • 79
1
vote
1 answer

Dialogflow's Fullfilment logic can not get Google account information

I'd like to acquire Google account information with Dialogflow's Fullfilment logic, but the following error occurs. Error: connect ECONNREFUSED 127.0.0.1:443 at Object.exports._errnoException (util.js:1020:11) at exports._exceptionWithHostPort…
1
vote
0 answers

Google-assistant integration dialog flow: List not working in google assistant

I am sending both simple_response and list_card in messages to dialog flow but google assistant stops responding After response from webhook my json in dialog flow looks like: { "id": "c8d70d1a-fe39-4417-94a8-f586db516961", "timestamp":…
1
vote
0 answers

Externally triggering an Actions On Google app to start

Here is my scenario: I have some code that is triggered by an event. The code and trigger are completely external to Google Assistant. I want this code to somehow trigger the Google Assistant on my device to start my Actions On Google app. Here's a…
chuck1
  • 665
  • 7
  • 22
1
vote
1 answer

Is there any possible to map the default response in dialogflow

1st question: Tell me about fees Response from Intent: Tuition fees or transportation fees 2nd question: Tuition fees Response from Intent:Please select Grade 3rd question: Grade1 Is there any possible way to map both 2nd question and 3rd question…
saranya
  • 11
  • 2
1
vote
1 answer

actions_intent_OPTION is not fired anymore by google assistant

We all know that we must declare an DialogFlow follow-up intent with event 'actions_intent_OPTION' in it to be fired by google assistant when an user tap on carousel or a list. As showed by…
1
vote
2 answers

Google Smart Home integration with my IoT device (clarification needed)

I am looking for some clarification to how Google Smart Home works. I am looking to integrate my current end device which control lights with Google Smart Home. My end device is running a very small microcontroller utilizing an RTOS (Linux is not…
IamAUser12
  • 13
  • 1
  • 4
1
vote
0 answers

Google actions account linking different URL's in DEBUG- sharedDebugInfo-debugInfo

I am new to actions on google and I am trying to explore account linking feature. I was able to create a project under google actions and link it to dialog flow. Enabled account linking and everything worked fine. Now I created a second project and…
user2092512
  • 435
  • 4
  • 12
1
vote
1 answer

API to programmatically create an Actions on Google project

More precisely can I create an AOG project, that is ready for test, without human action. So either by using APIs only or using APIs and/or CLI's. The gactions CLI needs a project, so I have to create it on the AOG console first. I can create a…
Bela Vizy
  • 1,133
  • 8
  • 19