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
0
votes
1 answer

How can i change language google assistant SDK using gRPC?

i trying to make application using google assistant sdk. i have success talking with google assistant in english... but i don't know how change language. i want talk with google assistant using korean, but i think google assistant sdk is not support…
실버탁
  • 193
  • 1
  • 1
  • 7
0
votes
1 answer

Receiving CFFI missing while install Google Assistant SDK Samples

I am trying to add voice recognition to my Raspberry Pi 3B using this guide. I have made it to this part until the command below through ssh and getting some kind of CFFI missing error. I have repeated the above webpage replacing python with python3…
0
votes
1 answer

Google Assistant SDK "cannot cast" compile error in api/auth.pb.cc

I tried to compile the new v1alpha2 of the grpc Google Assistant SDK. For that I ran make (with cpp language output) inside the Google Assistant git repository, which generated my *.pb.cc and *.ob.h files. Then I tried to compile the /google/api,…
mxkybe
  • 11
  • 1
  • 2
0
votes
1 answer

How to use google assistant sdk/api from .net applications

I have gone through the following google assist... documentation. Apart from being used in raspberry PI or by using Python, 1.can we use google assistant sdk in .net applications(windows & web) 2.or can we use by REST API services to communicate…
Ein2012
  • 1,103
  • 1
  • 13
  • 33
0
votes
1 answer

Set different language on assistant using hotword sample script

I am running the Google Assistant SDK on a Raspberry PI 3. With the recent update to the Google Assistant SDK, it is mentioned that we should now be able to change the language of the assistant running on our device. After registering the model and…
0
votes
1 answer

Dialogflow: Google Assistant App for Android Wear?

I try to build a Google Assistant app with Dialogflow. And it works, I can test the "testversion" of my assistant app on my mobile phone too. It works as expected. But unfortunately if I use my android wear, it tells me that this app is not…
Stefan Volkmer
  • 318
  • 2
  • 13
0
votes
0 answers

Conversation with google assistant sdk

I'm working with the google voice-aiy kit. As far as I see with the assistant-sdk you should continuously say "Ok google" to ask one question and then start over if you want another one. How this work with a DialogFlow app? Is it integrated? When I…
0
votes
2 answers

Issue with building a webhook for dialogflow

I was trying to develop a google assistant action using dialogflow. I ran into some trouble while developing the webhook. I am using python. Here is the code: import json import os import urllib from flask import Flask from flask import request from…
Susmit Agrawal
  • 3,649
  • 2
  • 13
  • 29
0
votes
2 answers

Can't find my Function URL on deploying webhook on Firebase

Screenshot attached when I entered "Firebase deploy" command I was trying to execute this set on instructions while deploying webhook using Google Cloud Functions for Firebase and the static resources needed by the project using Firebase…
0
votes
3 answers

Understanding Sign-in process in actions-on-google

I have a Google Assistant (Actions on Google) app where I want the user to log in. I use actions-on-google with DialogFlow which in turn has a webhook. For a specific action where signin in required, in the webhook, I launch app.askForSignIn(); I…
0
votes
1 answer

Having an issue with Dialogflow API WebhookResponse V2 for Actions for Google

I'm testing Actions for Google, so I created some simple Sinatra application which looks something like: require 'sinatra' require 'json' post '/google_assistant_api' do content_type :json case intent_name when…
Eki Eqbal
  • 5,779
  • 9
  • 47
  • 81
0
votes
1 answer

Paper Signals / Google Assistent not recognizing commands

We are building a Paper Signal: While anything else has worked as expected, the Google Assistent doesn't recognize the words "Talk to Paper Signals" and "Create a new Paper Signal" as described here. Has anyone experienced similar issues? Our…
luckyhandler
  • 10,651
  • 3
  • 47
  • 64
0
votes
1 answer

Google Voice AIY Login accounts

do you think it is possible to implement a feature like the following one Google Home Setup in order to let the voice AIY kit to be discoverable in a wifi network and have a person logging in to it?
0
votes
0 answers

How can I test Google Voice Assistant apps in the Desktop Head Unit?

I am facing an issue while testing "Google Voice Assistant" apps for Android Auto. I am using DHU for that. But it always says "The {application_name} is not supported on this device", while the app works on mobile device.
0
votes
0 answers

Google assistant python demo error "Security handshake failed"

I am trying to do a google assistant demo (using python library) to stakeholder, but I would see this error from time to time: E1203 23:35:57.700629400 2009 handshake.c:128] Security handshake failed: …