Questions tagged [google-assist-api]

198 questions
1
vote
1 answer

Managing Google Assistant for the enterprise

We are exploring the use of Google Home and LG Google Assistant TVs for an enterprise application. This would require managing hundreds of devices in a single building. Amazon Alexa has "Amazon for Business" for doing this for Alexa devices. Is…
1
vote
0 answers

PROBLEM WITH INSTALLING GOOGLE ASSISTANT "No module named googlesamples.assistant.auth_helpers"

Hey I'm trying to get google assistant on my Windows 10 pc by following this youtube video: https://www.youtube.com/watch?v=kKUlgDdLVe0 as I am going through the steps I run into a problem when typing this command: input: py -m…
SauceTV
  • 13
  • 3
1
vote
1 answer

How to pass data from dialogflow(google assistant) to our android app installed in my mobile?

I have an android app which requires data from google assistant. While trying dialogflow, we can only able to call webhooks(http post call). For eg, My app name is XYZ configured phrase - "pass 2 to XYZ" So if I say "pass 2 to XYZ", I need google…
1
vote
0 answers

How can i integrate Google Assistant to a phonegap app?

The use case is to integrate Google assistant feature in phone-app(Android and iOS) app. We have integrated Google Assistant with Dialogflow now we want to integrate Google Assitant with a phonegap mobile app. Please help to understand how this can…
1
vote
3 answers

Why am I getting this error message-"Invalid project ID: marveltrivia-8680d (The caller does not have permission). Parameter: marveltrivia-8680d"?

I have already deployed an action in google assistant, but now I've made a few changes to my action and now when i try to submit my action for production, i get an error message stating Invalid project ID: marveltrivia-8680d (The caller does not…
1
vote
0 answers

How to disable Google Assistant button programmatically Android TV

I'm creating an Android TV app and I want to do a custom method to work the the Google Assistant button in the remote, the method works fine but every time I press the Google Assistant button the google assistant shows up along with my method (for…
ia244
  • 145
  • 1
  • 10
1
vote
2 answers

automatically opening URL with google assistant/google home

I have been searching a lot i couldn't find an answer... so any help would be really appreciated, I want google assistant to open certain URL automatically. Been giving new commands on console.dialogflow.com. Examples available out there are…
1
vote
0 answers

Google assistant not responding in windows

I tried installing google assistant in Windows 10 and had my device registered. But when I run the assistant and ask it a question, it responds "ERROR:grpc._channel:Exception iterating requests!" I have included a screenshot of the long error…
Jomin
  • 11
  • 2
1
vote
1 answer

Segmentation fault google assistant sdk

I was trying to install the google assistant on my raspberry pi. I was trying to run the sample code but it says segmentation fault. What on earth does it mean and what can I do? And do me a favor and answer in simple terms. Thanks in…
1
vote
1 answer

Multiple Invocation name -Google Assistant Dialog flow integration

While setting up google assistant from dialog flow, It allows to have one invocation name to be used to invoke my agent. Is there any possibility that I can have multiple invocation name to trigger my agent. For eg, "Talk to my app" , "Talk to…
Arun
  • 609
  • 2
  • 12
  • 33
1
vote
2 answers

Bash command not working in Python

I'm trying to execute the next bash command either from Python or Perl: googlesamples-assistant-pushtotalk --credentials /home/jsti/.config/google-oauthlib-tool/credentials.json --device-model-id 'pbx-assista' --device-id 'pbx' -i…
Stiben
  • 104
  • 11
1
vote
0 answers

displayText from second simple response ignored in simulator

EDIT: this was a bug in the simulator and the bug has apparently been fixed. I'm trying to build a Google Assistant action (skill) using Python code and the REST API. According to the docs, you can post a rich response containing one or two simple…
adam.ra
  • 1,068
  • 1
  • 10
  • 16
1
vote
0 answers

Building app for Google Action and Alexa

I am building app for both Google assistant and Alexa. I would like to develop all my logic in one web service and keep it in one codebase. What's the best practice here ? I see that https://www.jovo.tech looks promising
1
vote
2 answers

Actions on Google - How can I display a table?

The Google Assistant can currently do this but I'm not sure if there is a way to display a clean table with the Actions on Google library. I would like to reproduce a table similar to what is displayed in the following screenshot: This doesn't look…
donth77
  • 605
  • 1
  • 12
  • 23
1
vote
0 answers

Google Home: Scheduling Google Actions For Playing Audio or Casting Audio Programatically

Using a Google Home device, I'd like to develop an app that allows one to schedule an action i.e. "Ok Google, set an [insert app/action name here] alarm for 7:00AM" and have it either: Trigger a server audio streaming API at a future date. Query a…