Questions tagged [google-voice-actions]
44 questions
24
votes
4 answers
Use Google Assistant to directly talk to my Android app and execute a very simple task
I am working on a project to integrate the Google Assistant with an existing Android app. The requirements are simple. Assuming my app is named TestApp and I want it to just change the background color of the app home page, I want to be able to say,…

ITried
- 429
- 3
- 12
14
votes
0 answers
Flutter integration for Google Assistant & Siri - voice interactions
I want to build an app with Google Assistant & Siri support.
How would one go about implementing this in Flutter?
I'm aware of existing voice support,
but there's no support for back-and-forth voice actions...
Thanks!

Ehud Banunu
- 907
- 2
- 8
- 14
13
votes
0 answers
OK Google search actions causes isVoiceInteraction() to always return false
In the Google CodeLabs example for the Voice Interaction API, an activity is defined with the following intent filter (see step 6):

Sam Hindmarsh
- 131
- 6
9
votes
1 answer
Android - Intent for custom voice action
When I use google voice search, I can say "Send Text" and google will launch my SMS program.
I can say "Listen to" and google will start my default music app.
Is it possible for my app to register it's own "special phrase" such as: "MyApp…

bugfixr
- 7,997
- 18
- 91
- 144
9
votes
1 answer
Custom Voice Actions
The Google Developer video on voice actions states that it is possible to implement custom voice actions. The example given is:
Ok Google, Shazam this song
Evidently this is not one of the system voice actions (take a picture, set an alarm, etc).…

Mike Baxter
- 6,868
- 17
- 67
- 115
8
votes
0 answers
Google voice Actions: When the Activity.isVoiceInteraction is true?
Context:
I'm trying to integrate the google voice actions in my app. I have seen and understood (or at least that what I think) the google codelabs-io2015 example and in this example if you don't modify the code everything works as expected. The…

JoseF
- 1,261
- 13
- 30
4
votes
0 answers
How to open my android application to send message from Google Assistant like Whatsapp, Message and Telegram?
I am an Android Developer.
I am developing an messaging application, which can send Text Messages and Audio Messages to other users/contacts.
I need help for below scenario.
I want to send message directly from the Google Assistant/Ok Google. like…

Keyur Android
- 375
- 2
- 6
- 20
4
votes
1 answer
Start activity from google search or voice input
Task: do something in my app by command from android wear watch by speaking command. It the same as send command from google search (by speaking or writing command).
How-to described at http://developer.android.com/training/wearables/apps/voice.html…

Fox
- 417
- 4
- 13
3
votes
0 answers
Want to apply Google Voice Assistant for media app(Music player App) like "play song in my app"
Want to apply Google Voice Assistant for media app(Music player App) like "play song in my app" tried https://github.com/android/uamp but this is also not working for for google voice assistant, UAMP app said they already apply Google assistant but…

Dipti Agravat
- 39
- 1
- 10
3
votes
1 answer
Integrate Ok Google to open my music player application
I am creating a music player application and I want to open my application using "OK Google" command. I searched a lot but I can't find anything related to that. I also defined the voice action in the intent filter like below but that didn't helped…

Vivek Mishra
- 5,669
- 9
- 46
- 84
3
votes
0 answers
Is there a Google voice API for making calls using nodejs
Can anyone let me know if there is a google voice api for making calls from nodejs.
an api to specify from number and to number and then it makes the call by itself.
Something similar to this.
What is the URL to make a Google Voice call using the…

Shamnad P S
- 1,095
- 2
- 15
- 43
3
votes
0 answers
How to test Google Voice recognition effectively in android?
I want to test Google Voice Action(Google Voice Action) for my App in a android device.
I am able to record some word or sentence to a voice file, and play it in a android phone near the device I need to test, but I find the recognition is low,…

jiajia guo
- 332
- 2
- 3
- 16
2
votes
1 answer
How to show my "app action" in google assistant, after user requesting by voice like "Ok Google, make me online"?
Am working on a android project, where user wants to change his status online/offline through voice command. Whenever user says "Ok Google, make me online"
1.My action should be routed to my application context from google assistant, there I can…

Anbarasu Chinna
- 975
- 9
- 28
2
votes
1 answer
How do I use NoteIntents?
I am trying to access NoteIntents.CREATE_NOTE. But neither does Android Studio recognize it nor does it let me import com.google.android.gsm.actions.NoteIntents;
I am trying to create an implicit intent receiver for creating notes. I have been…

Tasnim Khan
- 207
- 3
- 12
2
votes
1 answer
How to start specific activity by saying OK Google?
I would like to have two activities. FirstActivity should be started from
launcher (by tapping on icon) and SecondActivity should be started by voice
command (by saying "OK Google, start play example").
The problem is that for my current…

Marcin Armatys
- 599
- 9
- 25