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
23
votes
3 answers

Make google actions development project preview persist longer

I want to make google voice actions app for my Google Home. But, based on quick research, as of Dec 11, google does not allow private projects for Google Home. References: Can I develop a private action only accessible via my google home or linked…
Hossain Khan
  • 6,332
  • 7
  • 41
  • 55
22
votes
3 answers

Google Assistant SDK to integrate it in an app

Is it possible to integrate the google assistant in an android app? I couldn't find any information about it online. I know today Google released the Assistant SDK but they don't mention any android support even in their Android Developers Blog…
Daniele
  • 4,163
  • 7
  • 44
  • 95
22
votes
7 answers

Can I develop a private action only accessible via my google home or linked account?

I have raspberry pi controlling my garage door and I want to be able to have an action to open or close it via google home / assistant. This action is custom and only specific to my needs and I'd like to be able to leverage google to interact with…
Becker
  • 417
  • 1
  • 4
  • 12
20
votes
4 answers

How to authenticate user with just a Google account on Actions on Google?

Currently Google Assitant includes an easy way to request non-identifiable information about the user and a detailed flow to authenticate the user on a third party service through OAuth2. What about if all I need is have the user authenticate on…
David Mulder
  • 26,123
  • 9
  • 51
  • 114
18
votes
1 answer

Smart Home & Report State: what happens if the current known state is not in sync with the reality?

I implemented a basic Smart Home service by implementing the SYNC, EXECUTE and DISCONNECT actions. In the SYNC action, all devices have willReportState set to false. However, on https://developers.google.com/actions/smarthome/report-state I read…
Andrew Eers
  • 347
  • 2
  • 16
18
votes
1 answer

How to access Dialogflow V2 API from a webpage?

I have a webpage where I want to use dialogflow chatbot. This is a custom chat window, so I don't want to use one click integration. I am able to access the chat agent V1 API using javascript/ajax (by passing client access token in the request…
Marimuthu
  • 193
  • 2
  • 8
16
votes
11 answers

Sorry, this action is not available in simulation

My test invocation name is "Mrs Tang", so i input "Talk to Mrs Tang", but it responds "Sorry, this action is not available in simulation"... Does anybody know How can I resolve this error?
Joyce Qi
  • 197
  • 1
  • 3
16
votes
2 answers

How can I tell Actions on Google to stream audio?

I am writing an app to work with Google Actions. The only bummer is that I can't find any information about how to form my response so that Google will stream audio from a given URL. Does Google even support this yet? I have written the same app…
Jay
  • 238
  • 2
  • 11
15
votes
5 answers

API access to Google Home Shopping List (shoppinglist.google.com)?

The Google Home assistant has a default feature called Shopping List, that lets you keep a shopping list using the Google Assistant. Using the web UI it is possible to create named lists, share them with others, check items etc. I have searched for…
Maarten
  • 1,941
  • 1
  • 15
  • 14
13
votes
1 answer

Google Action and DialogFlow error "Sorry, this action is not available for your app"

I created a DialogFlow app that works perfectly in my developer account. But I need to test it as another user, so in my Google Action simulator, I added another test account as a OWNER to the project. I verified this user has OWNER status in both…
kidcapital
  • 5,064
  • 9
  • 46
  • 68
13
votes
1 answer

Can I create a federated user in firebase manually using admin authentication api?

I've a web application built using firebase. In my web app, I've google, firebase, twitter signup/signin functionalities. Now I want to integrate this with my api.ai agent and have a seamless account linking. Hence users will use their googel Home/…
13
votes
5 answers

why I can't use google action in web simulator

Does anyone know why my action can NOT use in web simulator?? I set my invocation name for testing as "test", and in web simulator , I try to use my action by input "Talk to test", but it told me "Sorry, this action is not available in…
Xiaming_Chen
  • 133
  • 1
  • 6
12
votes
1 answer

Alternative to Google conversational action after deprecation of conversational action

Google recently announced that Google Conversational action are getting deprecated, and will be removed completely by 13th June 2023. What are the alternatives to the conversational action available now? I understand that Google recommends app…
11
votes
3 answers

HTTP POST from GOOGLE ASSISTANT to PRIVATE SERVER and convert response in voice

I want use Google Assistant from my phone to send HTTP POST command to my server. I have a simple webnms app running over it, this server support REST API and now I want to use Google Assistant to shoot GET or POST command to that server and return…
Mayank Goyal
  • 131
  • 1
  • 1
  • 3
10
votes
4 answers

Dialogflow Google Assistant Alpha release always failing with the following message: "For en: Your sample pronunciations are structured incorrectly."

Alpha release of Google assistant not working. It always showing the message: "For en: Your sample pronunciations are structured incorrectly.
1
2 3
99 100