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
6
votes
2 answers

Google Assistant SDK (C++) - Broadcast Command

I was using the sample application and sending a broadcast command to the Google Assistant using the --text_input option and everything was working correctly. Now, in the latest version, the Google Assistant responds with: "Something went wrong.…
swmcdonnell
  • 1,381
  • 9
  • 22
6
votes
2 answers

How to record a google assistant demo?

I just built a voice conversational app that runs on google assistant. However, I am not able to figure out how to record a demo of this app for sharing with other people. I am using iPhone and Mac. Video recording part works just fine, but I am not…
rahulmohan
  • 1,285
  • 11
  • 19
6
votes
6 answers

Error "Empty speech response"

I tried to connect DialogFlow and Actions on Google, so I created some intents, connected the services, added explicit and implicit invocations etc, but when I try the bot in the simulator…
electrobabe
  • 1,549
  • 18
  • 17
6
votes
1 answer

How to make local area network HTTP request from Google Assistant?

I want to make HTTP requests to a server (such as Node-red or Arduino) on my LAN directly from my Google Assistant. I would like to reproduce the behavior of this widget which, however, does not work from google assistant. Using the IFTTT with…
6
votes
2 answers

Sending commands to google assistant using script instead of mic

I have configured Google Assistant SDK in Raspberry Pi 3 and demo application is working fine. Is there any way to send “OK Google, Example Command” to Google Assistant SDK using Python script? Or it will only take input from Mic? I am planning to…
5
votes
2 answers

How to launch our installed app from google assistant using custom word

I want to open my installed app from google Assistant using custom word. saying "OK Google, Open MYAPP -> we don't need to do anything on your behalf. Google Assistant will open the app. saying "OK Google, Some word (Hey MyAppName) -> Now I want to…
5
votes
2 answers

How to enable new "read it" function of Google Assistant API with Python?

Recently Google released a new "Read it" function of Google Assistant. How can I try it with Python? I enabled Google Assistant API in console and created service account credentials. The documentation does not provide any Python implementation. I'd…
5
votes
2 answers

How to give access to a different google user and test my Dialogflow app?

How to let a different google user use my dialogflow app? I tried by adding email id of the user (email added as PROJECT Viewer under IAM in Google Cloud Platform Console).However when I went to test with this user on google assistant and said 'talk…
Sagnik
  • 213
  • 5
  • 11
5
votes
1 answer

How to make my Smart Home app show as a suggestion in the Google Home App

When I open the Google Home app, I can see that it suggests connecting to smart home apps that I have installed on my Android or iOS device. I'm working on an app that has a published Smart Home integration, but it does not show as a suggestion. I…
5
votes
4 answers

App Actions test tool with google assistant shows "Sorry, I couldn't find it"

I am facing the issue while running the app actions fitness sample with App Actions test tool, the assistant says "Sorry, I couldn't find that" Steps Followed: Uploaded the APK to play store internal test track in draft mode Logged in with same…
takharsh
  • 2,258
  • 1
  • 21
  • 26
5
votes
0 answers

How to use "actions.intent.OPEN_APP_FEATURE" app action from google assistant?

How would you implement actions.intent.OPEN_APP_FEATURE action from Google Assistant? The documentation is missing examples.
5
votes
1 answer

Error: getaddrinfo EAI_AGAIN api.spotify.com:443

While I am in a process of integrating Spotify API into Google Assistant app, implementing Account Linking, getaddrinfo EAI_AGAIN api.spotify.com:443 This above error has been kept coming out in the console, although it seems to be working like…
Ryohei
  • 713
  • 2
  • 9
  • 20
5
votes
0 answers

Google assistant is not querying the processed string to ContentProvider

I am using android leanback-assistant sample of google to enable google assistant support in my AndroidTV app. But in given code snippet the query() method of SearchContentProvider is not receiving the processed string what I get from…
Satya
  • 149
  • 1
  • 6
5
votes
1 answer

How to set a DialogFlow session's timezone?

When I use a 'date' entity in a Sialogflow intent, I want it to interpret today's date according to a specific timezone. That time zone might vary between sessions, as my web-client is aware of the user's specific timezone, and can convey this in…
eran
  • 14,496
  • 34
  • 98
  • 144
5
votes
0 answers

Perform action in android app via Google Assistant

I am developing a video Streaming android app. I want to play/pause the video using the Google Assistant. Like if user tells the google assistant to pause the video, i want to perform that action in my app. I have read Google Assistant documents.…
Mayank jain
  • 497
  • 6
  • 9
1
2
3
61 62