Questions tagged [google-assist-api]

198 questions
2
votes
2 answers

Google Assistent Explicit Intents without App name

I would like to make my Google Assistant (Google Home & Android Smartphone) a little bit smarter by adding simple small-talk intents and (last but not least) usefull "Ok Google, do whatever" or "Ok Google, tell me when ..." intents. For now I only…
K. D.
  • 4,041
  • 9
  • 48
  • 72
2
votes
1 answer

StatusCode.UNAUTHENTICATED Google assistant Windows 10

I am trying to run google assistant on my windows computer and have been following this guide: XDA developers guide When I run: python -m googlesamples.assistant.grpc.pushtotalk and then hit enter so send a command I get the following…
2
votes
2 answers

Enabling an API loading forever

I'm trying to enable the Embedded Assistant API, but it is just loading indefinitely. The URL is: https://console.developers.google.com/apis/api/embeddedassistant.googleapis.com/overview?project=myprojectishere Anyone else experiencing difficulties?
Will
  • 4,942
  • 2
  • 22
  • 47
2
votes
0 answers

Upload photos to google assistant

I'm not so sure this is the right place to ask it; So, if not, please tell me where should I migrate it to. I'm trying to upload photos to google assistant. Is there a way to do it? (even in an indirect way) Thank you in advance
staove7
  • 560
  • 5
  • 18
2
votes
1 answer

Get the audio data from Google Assistant

As of now (is using api.ai) what I see is, I get the string format of what the user speaks. I would like to access the raw audio file the user speaks to interact with Google Assistant using the api.ai platform. Is there a way to get the audio file…
2
votes
2 answers

When installing Google Assistant, I an error "...googlesamples.assistant' is a package and cannot be directly executed..."

Alright, have been installing Google Assistant on my Windows 10 PC and have been met with multiple errors, the last of which I solved by going here: Google Assistant Installation on Python3.6 OSX Now, I have everything installed, and want to test my…
robmak3
  • 33
  • 1
  • 1
  • 3
2
votes
1 answer

Amazon Lex compared to Botpress

Maybe I'm just taken up by pretty web sites like Botpress.io, but I have a question about bot building platforms. I've started using Amazon Lex for some bot building and I've since come across Botpress. Are these essentially competing products? …
llawliet
  • 125
  • 1
  • 1
  • 5
2
votes
2 answers

if the "Embedded Google assistant SDK" has been released?

I'd like to know if the "Embedded Google assistant SDK" has been released? I saw https://developers.google.com/actions/tools/, the Conversation Actions and Direct Actions are here, but I can't find the document about "Google assistant SDK", so can…
1
vote
1 answer

Runing the sample code for google assistant sdk giving SyntaxErorr: invalid syntax

I'm trying to run the following code for starting my google assistant with the raspbery pi: googlesamples-assistant-pushtotalk --project-id my-dev-project --device-model-id my-model But I get the following error: Traceback (most recent call last): …
1
vote
1 answer

DailogFlow API fulfillment to public endpoint gives Unauthorized 401

I am new to this Dialog flow which I am using to try to connect my Google assistant with Salesforce based system. Now, I have a public facing GET end point which I want to call from DialogAPI fulfillment But it always fails with "webhookStatus":…
Kaushik Ray
  • 555
  • 2
  • 8
  • 21
1
vote
2 answers

Send text queries to google assistant Flutter

I'm building an app with flutter where I need to open google assistant with interpreter mode with a click of a button I couldn't find any way to do so. Is it possible to send a text query to google assistant containing " OK GOOGLE, Be my interpreter…
1
vote
0 answers

How do i programmtically identify which app is currently a default assist app in android

I am trying to make a check if my app is marked as a default assistant, but I am not able to find any Android API which can result me with the current default assistant app. Appreciate any help in identifying.
1
vote
1 answer

pushing notification to Google Home speakers

I am looking for a way to push a notification to Google Home speakers by an ESP32 (running on the same network). Is there any c++ library to do so? I previously used this but it seems it doesn't work anymore.
Reza
  • 43
  • 7
1
vote
1 answer

Is there any way i can use google duplex in my project/or there is any Api available regarding that

i want to use google duplex service in my app and web and use its result into my app to make some appointment or some thing like that. how i can impliment it.is there any api available or not?
1
vote
1 answer

Android Google Assistant call action

I'm working on an app that need to handle Call actions from the Google Assistant. I've managed to implement the Call action (actions.intent.CREATE_CALL) and make it work. Sentences that are working (My app is starting and I receive the right…
1 2
3
13 14