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

deeplinking from assistant action to android app

I have made a few actions for google assistant with dialogflow using external webhook. Now I am trying to provide a deep link to my app so that a user can go from the action to my android app on clicking a button or link out the suggestion. I have…
-1
votes
1 answer

Initiate app's video call using Google Assistance

I want to initiate a video call on my app using google assistance like below OK Google, call ABC using MyApp where ABC is a contact inside my app (not in device) and MyApp is the name of my app.
Vinil Chandran
  • 1,563
  • 1
  • 19
  • 33
-1
votes
1 answer

How to create a Google Assistant app which you don't have to ask for?

How do I create a Google Assistant app? Where I don't have to ask the assistant to talk to the app. I don't know further how to explain it, so just comment if you have any question! Do you have to be a "Partner" with Google or is this something I…
Emil Walser
  • 615
  • 2
  • 7
  • 14
-1
votes
1 answer

Rendering Dynamic clickable images on Actions on Google

I am trying to build a Seat Reservation Assistant app which lets the user book seats using voice commands. How Can I render dynamic image layout of seats on the Assistant and get user selected seats to book them? If not, Please suggest…
-1
votes
1 answer

which is the url for webhook between googleassitant and PHP

I am reading request from DialogFlow ,storing it in database and need to send response back through webhook and php to google assitant. Could anyone tell me which is the url to be speicified in $sending_url in PHP. Thanks in advance prashanth
prashanthkr08
  • 75
  • 1
  • 2
  • 16
-1
votes
1 answer

Installing Google Assistant on windows 10 got an error

I have been installing google assistant to my windows 10 laptop, reading about it on different stackoverflow forums and on its website couldn't get it to work but then I tried this one youtube video I got everything to work but at the end when I…
user10234989
-1
votes
1 answer

Chatbot with specific purpose which can also handle all the basic things like joke and search queries

I am developing a chatbot which has certain functionalities. But during interaction with the chatbot, the user can ask anything from jokes to 'Who is the prime minister of Australia'. Possibilities of what user can ask are endless. I can't handle…
AkshayM
  • 1,421
  • 10
  • 21
-1
votes
1 answer

Error when Intalling google assistant in Ubuntu 18.04

I am unable to install google assistant on Ubuntu Desktop.I am following the manual guide by google. Link to guide:https://developers.google.com/assistant/sdk/guides/library/python/embed/setup In the third step: Google guide given for device…
-1
votes
1 answer

Does the library/sdk support a "hold to talk" mode?

My application requires that the user be allowed to record their utterance "offline", which is done while their holding down a button, and then I forward the utterance to the assistant. As opposed to just streaming the mic to the service. Is this…
alcoholiday
  • 719
  • 5
  • 10
-1
votes
1 answer

unable to register device via web page. Page does not follow tutorial

In the page below, it specifies that you can register your device in the left hand column of the page, under advanced options: https://developers.google.com/assistant/sdk/guides/library/python/embed/register-device This is no longer the case, the…
James C
  • 1
  • 1
-1
votes
2 answers

Google Actions permission access

I have created a project on Google Actions. I would like to share the action with my friend. I tried giving them Viewer and Role Viewer access but they are not able to access the action on their mobile's Google Assistant App. Could you tell me which…
Sagar Morakhia
  • 777
  • 6
  • 13
-1
votes
1 answer

Actions On Google is not getting approved

My project on Actions On Google is not getting approved and I'm struggling to find a good reason. Let's say the name of my app is < appname>. The < appname> is a simple two word phrase and is not a duplicate of any existing app in the store. The…
-1
votes
3 answers

[google-assistant-sdk]-Google Assistant demo

I am trying to install Google Assistant SDK on raspberry Pi 3. I have followed all the steps which are mentioned on the developer page.Whenever I am trying to run google-assistant-demo command I am getting following error.
-1
votes
2 answers

Google assistant is not working on linux

I'm integrating google assistant on linux febora os. The latest version of google assistant is throwing an error for google-assistant-demo sample. (env) [root@artik ~]# /env/bin/google-assistant-demo usage: google-assistant-demo [-h] [--credentials…
Gowtham
  • 61
  • 6
-1
votes
1 answer

Embed the Google assistant in a Windows computer - device instance ID not generated while running the sample code

I am trying to get Google Assistant installed on a Windows computer, following the instructions from Set Up Hardware and Network Access (Google Assistant SDK). I have been able to complete all but the last step. I am at the point of running the…
1 2 3
61
62