Questions tagged [google-voice-actions]

43 questions
23
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,…
12
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!
12
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):
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,635
  • 16
  • 82
  • 141
8
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
  • 5,986
  • 14
  • 62
  • 110
7
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…
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…
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…
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,269
  • 7
  • 41
  • 74
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
  • 899
  • 2
  • 10
  • 33
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,…
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…
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…
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…
2
votes
0 answers

Can I define custom voice interaction with the Google Voice Interaction API

After hours of research I still cannot answer the question whether one can define custom interactions for an app with the google voice interaction api. As an example I would like that my Android App can answer questions like OK Google - what is my…
mkn
  • 9,616
  • 17
  • 45
  • 61
1
2 3