Questions tagged [assistant]
118 questions
0
votes
0 answers
How can I access my list from another python module with my voice?
I am trying to build a voice assistant using python. But I have some problems with it.
I have a assistantInputs.py file which is contains words, and main.py which is main program.
Here's my code in assistantInputs.py:
hello =…
user13390730
0
votes
1 answer
Issue in implementing android app actions via google assistant
I want to call my apps setting page via google assistant. Or any page from google assistant.
Like " Open Settings in MyDemoApp ", " Create an Object in MyDemoApp ", " Create an Object with price 25$ In MyDemoApp".
I already have deeps links. I tried…

Asif Ansari
- 119
- 12
0
votes
1 answer
I want to create an action on google assistant to control a smart lightbulb using a google home
I want to create a new action that is able to understand my voice commands using google home in a foreign language and control my lights. Basically if i say a phrase in a foreign language it should understand to to turn the light on or off. Im…
0
votes
0 answers
How to add code for google sigin with Fulfillment with Cloud Functions with Firebase
I need to ask the user to login. How to do it? I don't get a working example from google search result, StackOverflow, and youtube.
'use strict';
const functions = require('firebase-functions');
const { WebhookClient } =…

Midhilaj
- 4,905
- 9
- 45
- 88
0
votes
1 answer
How to solve issue releated to play store
My app is "aquarium shop", you will get it by saying"talk to aquarium shop'
And by voice we are providing details like available fish details and available delivery locations
But for purchasing fish user should go to and app. So if user ask how to…

Midhilaj
- 4,905
- 9
- 45
- 88
0
votes
2 answers
Google action list selection matching wrong intent
I have an issue where dialogflow seems to match the wrong intent once the user has selected an item from the google assistant option (list) response. I am using a webhook (.NET application) to handle requests and send responses.
What the flow looks…

VoiceAssistantMaker
- 11
- 2
0
votes
0 answers
Working on a virtual assistant in Python and have a problem with pip modules
I've got a bit of code here using Wolfram Alpha & Wikipedia & wxPython:
import wikipedia
import wx
import wolframalpha
class MyFrame(wx.Frame):
def __init__(self):
wx.Frame.__init__(self, None,
pos=wx.DefaultPosition,…

Liam Arbuckle
- 31
- 5
0
votes
0 answers
Google Assistant custom open url command
I made a device on esp8266 microcontroler that is controlled by http. For egzample if i visit on any device in same WiFi site 192.168.4.1/on microcontroler will turn on motor if i visit 192.168.4.1/off microcontroler will turn off motor. I want to…

Bartek
- 13
- 2
0
votes
0 answers
Is there any problem to stop/pause Spotify with google assistant on Nougat?
Google assistant commands "pause", "stop", "next", etc are not working anymore on my Android nougat devices but still working on my smartphone running Android pie.
I've tried different devices :
Nexus 9 running stock android 7.1.1
Nexus 9 running…

lnnzgs
- 11
0
votes
1 answer
when i run the program it throws error and in vs code it is giving "error:location.condition is not callable"
I am trying to build an assistant using python. And it keep showing the error
"location.condition is not callable pylint(not-callable)" & "location.forecast is not callable pylint(not-callable)"
elif 'current weather in' in command:
…

Strike
- 164
- 1
- 13
0
votes
1 answer
Mysql Server not start after Migration Assistant in MacOs
I Used Migration Assistant from ios to put my things in another mac.
But, after that, my MySQL Server does not run!
In System Preferences, my computer say:
the mysql server instance is not running
Whats happing?
I try this:
brew services start…

J. Poli
- 1
0
votes
1 answer
How can I solve "bash: cd: /home/pi/AIY-projects-python: No such file or directory"?
I am trying to setup google assistant sdk on my raspberry pi. I followed this link
But at the last item, when I entered the command cd ~/AIY-projects-python there is an error:
bash: cd: /home/pi/AIY-projects-python: No such file or directory
0
votes
0 answers
Xamarin Register As Assistant
So, im trying to replace google assistant with my own assistant that i have made in Xamarin, and I cant seem to find out how to register my assistant, as an assistant (so that in the Assist & voice input page, I can set it to my app). Any…

Alex Woodhead
- 25
- 6
0
votes
1 answer
Can't run the example of flask-assistant python library
I am trying to run flask-assistant library for Google Assistant development. I followed the instructions from here.
I installed the flask-assistant library in a virtualenv.
My webhook.py looks like this:
from flask import Flask
from flask_assistant…

Ax M
- 330
- 3
- 15
0
votes
1 answer
Activity not started, unable to resolve Intent { act="android.search.action.GLOBAL_SEARCH" }
I'm facing strange behavior with Google Assistance during execution of adb command that performs a search query on the device:
adb shell am start -a “android.search.action.GLOBAL_SEARCH” --es query \“football\”
Result is:
Activity not started,…

dqvsra
- 66
- 1
- 5