Questions tagged [google-assistant-sdk]

The Google Assistant SDK allows you to build hardware that runs the Google Assistant. If you have a question about devices or writing apps that work with the Google Assistant, see the actions-on-google tag.

Tag for the developer preview of the Google Assistant SDK.

With this SDK hardware prototypes can be built that include the Google Assistant, such as a self-built robot or a voice-enabled smart mirror. This allows you to interact with the Google Assistant from any platform.

The Google Assistant SDK includes a gRPC API, a Python open source client that handles authentication and access to the API, samples and documentation. The SDK allows you to capture a spoken query, for example "what's on my calendar", pass that up to the Google Assistant service and receive an audio response. And while it's ideal for prototyping on Raspberry Pi devices, it also adds support for many other platforms.

To get started, visit the Google Assistant SDK website for developers, download the SDK, and start building.

930 questions
-1
votes
1 answer

Google Assistant Voice Match

Can Google Voice Assistant support voice match for Third party smart home device ? i.e. If don't want to give control of voice assisted camera to my kids. so, does google assistant recognize the voice and block the users to control camera using…
-1
votes
1 answer

Account Linking with google assistant not getting accessToken in apprequest

I have implemented account linking in google actions. I've chosen OAuth with Implicit linking type. i got my account linked, but i'm not getting access-token in subsequent calls. In the google documentation says :" After Google has obtained an…
-1
votes
1 answer

how to access user recordings in google home

I want to develop an action for Google Home that can access a user's recording, I want to know if it's possible in Google Home and if so where can I read and learn about it. Thank You.
-1
votes
2 answers

Can I write an iOS app that supports hotword detection like Siri?

Does apple allow you to write an iOS 14 app, that behaves like Siri, i.e. when a trigger word is spoken, (even when the iPhone is locked), the said app "is invoked" and does someting? I'm writing this for my own use, so root the device, or run it in…
Incömplete
  • 853
  • 8
  • 20
-1
votes
1 answer

Iter to get the badge "Work with Google Assistant"

I need to create a Google Actions Custom (Dialogflow + Google Assistant) to interact with devices. My customer would like to get the Work with Google Assistant badge. What should I do? How long does it take to get certified? Thanks, Nino
-1
votes
1 answer

Not Got T shirt Mail Till Now from google action

I have completed my first google action project and launched it and i got a confirmation mail of review. But I did not get the T shirt link inside it. I want to tell you that I have done this project only for t shirt and i want it. I can't expect…
Tekka
  • 1
-1
votes
1 answer

Google Assistant Input to Python Output

the question is pretty straight forward. I would like to control a drone (Bitcraze Crazyflie), using a Google Home. The Input is: "Drone fly to x3 y4", processed as usual by Firebase etc. Resulting in the Google Assistant Output: "Flying to x3 y4",…
Thomay
  • 1
  • 2
-1
votes
1 answer

Is it possible to get the Google Assistant to work with dsnoop?

I'm trying to run two assistants at the same time. On the one hand I can run Alexa without any problems. On the other hand I can run the Google Assistant without any problems. However when I try to run both at the same time, it gives me errors…
-1
votes
1 answer

google assistant on pi3

So I'm new to the raspberry firm and I'm kinda stuck in the middle of something was planning to start up with google assistant everything is fine I made the required .json file but could not generate the link after entering the code…
-1
votes
1 answer

Can I have my device (alarm clock) play audio files on Google home speakers

I have made an alarm clock (using microcontrollers) that plays audio files at different times of the day. Can I make my device play audio files on Google home speakers in the house under same wifi? I will need it to play audio by itself with no…
-1
votes
1 answer

Google Assistant API usage

Will the use of Google Assistant API, share the data with google.We have a ITSM use case where enterprise users will be interacting with assistant. Can we have a option of not sharing that info/data to google of whatever has been conversed ?
-1
votes
1 answer

What is the benefits to create Google "How to do " videos to the ordinary YouTube videos?

Is there some benefits of the ranging video in youtube or in search? I attended the Google I/O conference this year and discovered new future for the Google Assistance the "How to do" guide. I created this video and waiting for the Google to approve…
Oksana B
  • 358
  • 1
  • 3
  • 17
-1
votes
1 answer

Linking Google voice assistant with a existing live chatbot

I have a chatbot which is live on a website and takes request and gives responses from users in the form of text. I want to integrate Google Voice Assistant in such a manner that the user gives input to the assistant and the assistant asks that from…
-1
votes
1 answer

How can I get "written permission" from Google to commercialize my project with Google Assistant SDK?

I want to release the app including the Google Assistant SDK. Google's policy says "Google provides the Assistant API only for developmental use on your Project devices. You may not:commercialize your Project without written permission from…
-1
votes
1 answer

How to run a local command on my server using google assistant?

I'm a student write a simple chatbot for an asterisk telephone server. The AGI script just says a hello message, asks if the person is looking for a group ( sales / support etc ) or for a person, than asks which person / group and redirects them to…