Questions tagged [actions-on-google]

Actions on Google let you build for the Google Assistant.

actions-on-google
Filter by
Sorted by
Tagged with
-1 votes
0 answers
11 views

The list of projects in "Actions on Google" is not displayed [closed]

I entered the console, the list of my projects was visible. I created a new project. After that the list was not displayed and the button "Create project" was also displayed: enter image ...
Sofia Kirpichonak's user avatar
0 votes
0 answers
26 views

Trying to write a string to return a value from a device in Google Home Script Editor

I have been trying to figure this out for most of today and not getting anywhere fast... Would appreciate it if anyone could help and get me on the right track. I want to switch on my intake fan for ...
Alf Tupper's user avatar
0 votes
1 answer
34 views

Google Smart Speaker How To Make Use Custom Intent?

I aim to trigger a request to Cloud Functions upon receiving a specific intent command from Google's smart speaker and have it processed by calling an external API. My plan was to develop this using ...
ParkHyeong's user avatar
0 votes
0 answers
26 views

Question on Chrome's Certificate Revocation Checking

I would like to understand how Chrome checks for certificate revocation status when validating SSL certificates. Could someone please explain what method Chrome uses to verify whether a certificate ...
bruce lee's user avatar
0 votes
0 answers
44 views

Can I prevent Google Assistant from trying to interpret the contents of a PDF email attachment

Business sends out thousands of Utility bills as attachments to emails. Recently GMail with Google assistant has been reading the attachment and attempts to summarize the contents of the attachment. ...
mnewnham's user avatar
0 votes
0 answers
223 views

Can’t get Actions on Google Account linking working with AWS Cognito using Google Authentication

I have configured AWS Cognito Authentication using Google as an Identity provider and am trying to get this to work as an OAuth Client for Account linking in Google Actions. I have set up a User Pool ...
CodeRunner's user avatar
0 votes
0 answers
40 views

Not able to get the GetGuestNetworkPassword trait work on the router device

I'm currently working on integrating my FritzBox router with the Google Smart Home App. I've successfully connected various local devices, such as my computer as a Gameconsole, to the app using an API ...
Jerome's user avatar
  • 1
0 votes
0 answers
38 views

Cannot list all files and folder in Google Drive using Device Code (OAuth 2.0 for TV and Limited-Input Device Applications)

I am trying to support a Scan to Google Drive feature for a Printer and one of its function aside from uploading files to Google Drive is to list the files and folder in Google Drive. From my study ...
JPDeveloper's user avatar
0 votes
1 answer
32 views

Testing an Action for Google Home post production deploy

We've effectively rolled out a production release on Google Home and subsequently generated a new test release. Unfortunately, we're facing an issue where the test version isn't visible in both the ...
euphoria3k's user avatar
0 votes
2 answers
344 views

Trying to authenticate with smtp.gmail.com via XOAUTH2

I'm using PHPMailer to authenticate via XOAUTH2 with smtp.gmail.com in order to send an email. However, I'm getting an authentication error with an inadequate response: 2023-11-17 06:32:29 SERVER -&...
muz the axe's user avatar
0 votes
1 answer
250 views

WebAuthn conditional UI doesn't show up on Chrome

This is my first post on StackOverflow so I apologise in advance if I cannot make myself very clear or if my post is missing some informations. I am trying to implement a full passkey login experience ...
Rodrigue's user avatar
0 votes
1 answer
107 views

Google Home Smart Home sync failing even though JSON is valid

I am creating a Google Home smart home action. When I do the sync query, I get an error "No compatible devices were found in your curiousfly account. I have checked the documentation and tested ...
Vignesh A K's user avatar
0 votes
0 answers
42 views

Emergency SOS settings

Q1. Is there a way to programmatically set the settings of Emergency SOS menu? Such as setting the countdown time and turn off "play warning sound". You can do both manually but wondering if ...
developerlost__'s user avatar
0 votes
1 answer
62 views

Smart Home Set-top Box Volume traits showing error

I have implement Smart Home Actions for Set-top Box Documentation. Here I have trying to add action.devices.traits.Volume but getting below error this is my cloud function code 'use strict'; const ...
Ramesh S's user avatar
  • 621
0 votes
1 answer
90 views

Google Action Smart Home Set-top Box sample

I am trying to Integrate smart home devices (Set-top Box) with Google Assistant. So that I refer this link Smart Home Set-top Box Guide. Here I am planning to create cloud function with basic intent ...
Ramesh S's user avatar
  • 621
0 votes
0 answers
200 views

Google Translate. Uncaught TypeError: reduce of empty array with no initial value

There is an error in Google Translate when I delete pageLanguage from configuration, trying to add Google translate to my website. And I know how to reproduce it, I tested in different environments. ...
César Cordero Rodríguez's user avatar
0 votes
1 answer
57 views

Google actions linking account doesn't fire SYNC event and doesn't close account linking page

It has now been almost 10 hours that I've been struggling with Google Assistant's API, because Google has decided to deprecate conversations on its assistant, making any information search very ...
Frompline's user avatar
0 votes
1 answer
62 views

Gactions project getting this Conversational Action has been disabled

I am trying to push my sdk to google action console with this comment >gactions push, I am getting below error. Pushing files in the project "test-projects-396206" to Actions Console. ...
Ramesh S's user avatar
  • 621
0 votes
1 answer
64 views

Issues with Google Assistant's Response to 'Turn On All Devices' When 'FAILED' Status is Sent

I'm encountering an issue with Google Assistant when I request to "turn on all devices." Even when I send a "FAILED" status for some devices, Google Assistant responds with "...
user22507871's user avatar
0 votes
1 answer
83 views

Resource has been exhausted Google Home

From time to time I am seeing homegraph.devices.requestSync throws Resource has been exhausted (e.g. check quota). Error: Resource has been exhausted (e.g. check quota). at Gaxios._request (/xxx/...
kakopappa's user avatar
  • 5,055
0 votes
2 answers
24 views

Google Home oAuth page blank in Beta/Production but works fine in Alpha

We have created a Google Home Action and it works perfectly in Alpha. It passes all the tests and the oauth works. However when we try and release to production the have been rejected the past 4 times ...
DrZaphod's user avatar
  • 500
0 votes
0 answers
67 views

Shortcut suggestion from In-App Promo SDK is blank and produces an error

I'm trying to use the "In-App Promo SDK" to suggest a shortcut to the user using createShortcutSuggestionIntent. I have submitted my signed app bundle to the google play console under ...
Dylan Bradshaw's user avatar
0 votes
1 answer
82 views

Integration of dialogflow agent with google assistant

enter image description hereAs from 12 June conversational google actions are depreciated so I cant integrate my Dialogflow agent with assistant there is any other way to integrate Dialogflow agent ...
Shubham Salokhe's user avatar
0 votes
0 answers
61 views

Issue with "Add the 'Save to Drive' button", throwing 404 requested URL not found on server

We have integrated Add the "Save to Drive" button in our code, It works perfectly for most of the cases. But in one case it is throwing error 404, requested URL not found on server, Can you ...
Rahul Sharma's user avatar
1 vote
1 answer
112 views

Account linking redirect for Google smart home example is failing

I'm following the guide for building a basic smarthome device as per: https://developers.home.google.com/codelabs/smarthome-washer However, the fakeauth/login is failing. When I select the "Link ...
Aswin B's user avatar
  • 11
0 votes
0 answers
57 views

Invalid credential 401 error when fetching google calendar events using chrome identity token

I am fetching calendar event list using google api v3 and it works weird. It returns 401 the following error. { "error": { "code": 401, "message": &...
Jason Mendoza's user avatar
0 votes
0 answers
16 views

Provide additional headers during Client OAuth Account Linking

The fulfilment, oauth authorization and token URLs provided to my Google Action are protected by Cloudflare Access, which requires some extra HTTP headers to be provided on each request. Is it ...
Spammy's user avatar
  • 151
0 votes
0 answers
36 views

Google Assistant - Unable to download credentials after registering device model

I am trying to install Google Assistant in my Raspberry Pi4 from my laptop (Windows11) and after completing the steps in https://developers.google.com/assistant/sdk/guides/service/python#embed I get ...
Isra Al Yousfi's user avatar
0 votes
1 answer
28 views

Google Home Kit - How to see data as a developer

We have an app and a product that can be connected to Google Nest/Home Kit. I want to see how many users have connected our devices to Google Home, how many commands are being executed on a daily ...
Dim13's user avatar
  • 1
0 votes
1 answer
79 views

How can I do 'google sign in' in Google Actions Console?

How can I do 'google sign in' in Google Action Console? When I created a project in 'actions console', I selected Smart Home and created a project. I want to use 'Google Sign In' because the OAuth ...
김규창's user avatar
1 vote
0 answers
291 views

Access blocked: Assistant CLI’s request is invalid

This Questions already asked but that is not solve my issue. I created a project under Google Action Console and made a test action package for custom app. I want to try uploading the action package I ...
Ramesh S's user avatar
  • 621
4 votes
2 answers
385 views

App Actions: Displaying a widget in Google Assistant via a dynamic shortcut

My question is relatively simple considering the options shown in the official documentation and code labs but i've been struggling to make it work. I want to trigger a widget to be shown in Google ...
AsafK's user avatar
  • 2,445
0 votes
1 answer
89 views

Is this possible to add Google assistant inside the android application?

we want to understand how to integrate Google assistant inside android application to listen the voice to navigate to other screen or to do the search on the same activity We want to integrate the ...
dilli's user avatar
  • 1
0 votes
1 answer
230 views

App Actions: Fulfillment intent parameter missing entity set reference

Im implementing a Google Assistant integration logic for my app for the first time. The implementation is showing a widget inside GA with some in-app data. When tested locally using the Android Studio ...
AsafK's user avatar
  • 2,445
0 votes
1 answer
64 views

Alternative for Conversational actions

Currently we have actions, which are built with Conversational Fulfillment type and Dialog Flow as fulfillment tool. Thereby allowing the users to communicate with our service using Google assistant ...
Kavya V J's user avatar
2 votes
1 answer
313 views

Google conversational action voice based alternative

With the conversational actions being sunsetted, I am looking for alternatives for an application I was hoping to build. It was a simple project in which you asked your assistant (home or android) a ...
user3517818's user avatar
0 votes
1 answer
129 views

Actions on Google - CLI (gactions) comment not found

This questions maybe already asked but that is not solve my issue. I'm trying to deploy my gactions script in google cloud function. So for that I have installed the gactions CLI in Ubuntu 20.04 ...
Ramesh S's user avatar
  • 621
0 votes
1 answer
60 views

Use oauth login function by linking Google Action Console and Firebase

I have completed an example of making a washing machine with a smart home in Google colab. This time I want to make a login function with non-fakeauth and non-faketoken methods. I'm having difficulty ...
김규창's user avatar
0 votes
1 answer
72 views

Google Assistant/Google Home terminates browser in background during cloud to cloud account linking

I am implementing the authorization code flow for linking a user's account in our app with their Google account (https://developers.home.google.com/cloud-to-cloud/project/authorization). When choosing ...
tombottles's user avatar
0 votes
1 answer
117 views

Local Fulfilment with multiple devices

I try to create a Google Home Action with Local Fulfilment and with multiple devices that are detected through mDNS. As such, I have a GCloud Fulfillment Function that returns the required sync: ...
user4240580's user avatar
0 votes
0 answers
84 views

Google Assistant does not recognize the command for Smart Home Modes Trait

I implement the Smart Home Modes Trait for Google Smart Home Action,but when I say "Ok, Google, What is the mode on D5s?" to query mode or "Ok, Google,set D5s to smart" to control ...
hxy's user avatar
  • 33
0 votes
0 answers
74 views

Voice Command for action.devices.traits.Dispense

I have an ESP32 device that weighs my kettle and tells me how many cups of water are in the kettle. I have a rest server that returns the cups, so this will be Cloud-to-cloud. I have used the smart ...
MKneisel's user avatar
1 vote
0 answers
102 views

Integrating google Speech Listener on WearOS app (Samsung Galaxy 4, 5, Google Pixel)

We developed an app that needs to work on all smartwatches with wearOS. The app is installed on Ticwatch and it works perfectly well. In the same app, with the same wearOS version, we are facing an ...
Yael Amitay's user avatar
5 votes
0 answers
292 views

How to develop a Google Voice app that works with smart devices (Google nest devices) now that Conversational actions will be removed?

I am currently developing an updated version of a voice app that it was previously developed with Google Actions console as a conversational app. However, when started to create a new project for this ...
Daniel Linares's user avatar
6 votes
1 answer
712 views

The 'Open' button is missing in our Android app

We have recently upgraded our apps so they are in line with Android 12 (API level 31) and built with Flutter version 2.8.1. Google recently approved our apps, yet when we 'Update' the app, the ...
Greg Price's user avatar
2 votes
1 answer
386 views

Google Assistant search in media app does not work

i followed this guide The Google Assistant and media apps but the onPrepareFromSearch() or onPlayFromSearch() seems to be never called. Using the Assistant in DHU i see the following logs. Unable to ...
Tim Begander's user avatar
0 votes
1 answer
953 views

"socket hang up" error occurs when sending ReportState requests - Node.Js

I am using a Node.js client to integrate with Google Smart Home. The following error occurs when the number of requests to Google Smart Home API exceeds 100~150 per minute. FetchError: request to ...
Tommy ASAI's user avatar
1 vote
1 answer
89 views

Pass command text to 3rd party fulfillment with Google Smart Home? (seeking Conversational Action alternative)

I've been searching high and low for an alternative for my Conversational Action, which is going to be killed by Google in less than a year (please change your mind). I'm currently using DialogFlow ...
mrceolla's user avatar
0 votes
1 answer
178 views

Proactive notification for thermostat in google smart home

We are trying to implement temperature monitoring system with our devices. The goal is to have an alert when the temperature exceeds/goes below the set points. I can see that we can set the ...
swaroop katta's user avatar
3 votes
1 answer
276 views

Alternative option of conversational actions for Google Home Nest Mini

I'm very new to google actions and I got one project which is made by using conversational actions. (You can try it in google assistant talk to help me sleep) And as you all know conversational ...
Pavan Nagadiya's user avatar

1
2 3 4 5
68