Questions tagged [assistant]
118 questions
2
votes
0 answers
Launching my app from assistant with voice action
My production app is consuming the com.google.android.gms.actions.SEARCH_ACTION.
At least until September it was possible to ask Google Assistant "Search XY in MyApp" which launched my App from Google assistant.
The intent had XY as…

olheimer
- 21
- 2
2
votes
0 answers
How to use Google Assistant voice as Text to Speech
Hi is there any way of using Google Assistant as a Text to Speech and output mp3 file.
I know of CLOUD TEXT-TO-SPEECH program, but I want to use Google assistant's new voice which is more clear and realistic
thanks in advance

sean
- 21
- 2
2
votes
5 answers
Xcode assistant editor won't show some of the code
First of all, I would like you to know that the class IS set to the correct file in each ViewController - I know that because it did work before, but then I got a "crash" in Xcode that blinked quickly without me being able to read it before it went…

Mus Harlem
- 185
- 4
- 19
1
vote
2 answers
Where is assistant editor gone?
i cant find how to turn on Assistant Editor in XCode 4.
On tutorial examples i see special button https://i.stack.imgur.com/yUAYe.png
in Editor panel:
http:// i.stack.imgur.com/yspVC.png
But i cant find Editor panel in my copy of…

KAFLAN
- 13
- 2
1
vote
1 answer
Home Assistant - Fan Slider Render
The code below is a card in HACS that render switches based on entity used. The code allows for any entity that is light.(entity_name) to render as a sliding range switch, and any entity that is switch.(entity_name) to be rendered as an on/off…

Nolan
- 33
- 2
1
vote
1 answer
Detecting music title inside string
I am currently writing my own voice assistant in python using nltk for preprocessing and pytorch for processing the data. After lots of hours searching for any method, I can't find a way to extract the title of a song from other spoken text.
So what…

PrimoDev23
- 11
- 1
1
vote
2 answers
How to open Powershell with python to it's default location?
I am trying to make a digital assistant that can open all apps. When I open the PowerShell the directory is set to where the python script is located. I all ready know how to open the command line to the right folder I just need the PowerShell.
What…

PurpleLlama
- 168
- 1
- 2
- 14
1
vote
1 answer
How do i make my assistant active by a certain phrase
I have made a python personal assistant. But every time I want to use it I have to open command prompt and run it. And if I give it a command after executing it, it still keeps listening and if close it then I have to run it in command prompt again…
user15883576
1
vote
1 answer
Invalid response from webhook: Failed to translate JSON to ExecuteHttpResponse
I have a webhook from my google assistant new actions builder platform. Webhook code is written in the dotnet vs2019. I have followed the webhook request and response format and sample jsons provided in the below…

Dileep John
- 11
- 3
1
vote
1 answer
How to run a loop from a program in background while the code proceeds to do other things
so, i was trying to make a personal assistant and i wanted to make a reminder type of commnd.
here is the code of the reminder(notification).
and the speak and takecommand fuctions are custom.
elif "remind" in query:
speak("what should i…

mysteri0us
- 33
- 1
- 8
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?

Hamza Nawaz
- 11
- 2
1
vote
0 answers
In Xcode 12, not able to access a tableviewCell class using the assistant editor
I have battled this for over 4 hours now. I am trying to use the assistant editor to open the class file for my tableviewcell. I have create the tableviewcontroller and its class file. I have assigned the class file as a custom class. I created a…

WGP
- 11
- 1
1
vote
0 answers
error while running ls program: SavedModel file does not exist at: type here you model directory/{saved_model.pbtxt|saved_model.pb}
I am making a voice assistant and in it I am trying to add a Hotword detection function, I am using he tutorial by 'Logical Spot' and am using the lsHotword module for it. In the process I trained my assistant according to my voice using the…

Siddharth Nigam
- 11
- 2
1
vote
0 answers
Where is the google home ble specification?
I have searched everywhere but I cannot seem to find what profile or (custom) services are used to connect a ble device to a Google home. like a smart lock or smart lighting for example. Can anyone point me in the right direction? There must be some…

Martijn Jonkers
- 11
- 2
1
vote
0 answers
How get device location using action builder
i'm writing to you to ask a little support about an action that we are currently developing using Action Builder and webhook library @assistant/conversation for Nodejs.
In particular, we would invoke our webhook's logic using the device location.
We…

hermit274
- 49
- 1
- 5