920 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
158
views
Is VoiceInteractionService a singleton? It never calls onReady() for a second user in Android's multi-user mode
I'm developing an android application which would serve a purpose of a voice assistant using VoiceInteractionService. I've supposedly have hit a wall trying to support Android's multi-user environment....
0
votes
0
answers
81
views
Integrate media app with Google Assistant/Gemini
I have a flutter app for music reprodution. It should start playing when the user asks the assistant "Play in the app ". It implements the needed hooks for media using the flutter ...
6
votes
0
answers
167
views
Google Assistant plugin alternative
Now that Google seems to be quietly deprecating Google Assistant, is there still a way to create and test App Actions for my Android app? The official Android docs still recommend using Android Studio'...
0
votes
0
answers
85
views
Add Google Assistent in Flutter project
I would like to integrate for my app voice commands, like "ok google open MyApp" or "ok google open a file in MyApp"
I am creating an app with Flutter in dart and so I would like to do first the work ...
0
votes
0
answers
84
views
Google Assistant Shortcuts Integration, is Google Assistant Dead for Android?
I'm currently trying to integrate deeplinks as google assistant shortcuts in my app.
So users add a phrase command, and these shortcuts are then indexed by Google Assistant, and assistant then lists ...
0
votes
0
answers
434
views
Error in device registration in Google Assistant
I followed the instructions to add Google Assistant to my Raspberry Pi 4. And in the step where I needed to register device for Assistant APi, it throws this error
Reached limit on number of clients ...
0
votes
1
answer
84
views
Google Actions account linking for different Env
I have a live Google action that is working fine with my prod env with my fulfillment URL, Authorization URL and token URL pointing to my Prod server. I have made some changes on my backend and want ...
0
votes
1
answer
111
views
Systemctl is unable to detect input device (bluetooth microphone), but script works manually
I'm building the google assistant on an old raspberry pi (running on Raspberry Pi OS) with a bluetooth speaker including a microphone:
The script itself consists only of activating the env and calling ...
0
votes
1
answer
422
views
Google Assistant App Action Integration in android app from Close Beta Test
I've been developing an android app with app action integration in it. The action type i've been using are Custom Intent on the shortcut.xml, with an example command like:
"Transfer money on my ...
0
votes
1
answer
244
views
Setting up webhooks (to my Server) called by special keywords from Google Speaker
Its possible?
As I know it was possible by Conversational Actions, but its now deprecated.
More detail about my case:
Some user will request help of manager through Google Speaker. And need logging ...
0
votes
1
answer
281
views
How could I scrap the data from any website like an AI using python
I want to scrap the text from the website and bucket it according to my need. Want to do it with python using google ai/ml services
I have tried from scratch:
import requests
from bs4 import ...
0
votes
0
answers
119
views
Custom Actions stoped working for testing but works last week
Last week I was creating a new feature with Custom Actions, to play content on our app. I uploaded the .aab to internal testing as a draft, starting the Android Studio plugging to test this, and works....
0
votes
0
answers
169
views
Using BARD for my Personal Assistant - instead of ChatGPT
I can't get the BARD endpoint to work... Any one have any suggestions on how to get this to work? Below is the code:
import requests
import json
import speech_recognition as sr
import pyttsx3
...
1
vote
1
answer
134
views
how enable streaming music via the Google Assistant Service on Raspberry Pi 4 Python
I have installed the Python Google Assistant Service SDK on my Raspberry pi4.
It's working fine however it won't stream either music or radio stations.
How do I implement this in Python?
0
votes
1
answer
117
views
HI, I am not able to call redshift stored procedure in SSIS ExecuteSqltask
I am getting this error, while calling stored procedure of Redshift. we are using oledb connection
Error: 0xC002F210 at Execute SQL Task 1, Execute SQL Task: Executing the query "call dev....