Questions tagged [voice-interaction]

9 questions
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…
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…
3
votes
0 answers

Android Voice Interaction

I have referred this for providing voice interaction in my app. I followed the same step but still not able to open my app using voice command for example: Find pizza in my app. As I am not able to open the App by voice command isVoiceInteraction()…
GTID
  • 538
  • 2
  • 6
  • 19
1
vote
1 answer

Phone app with nexmo voice app integration

I am mobile app developer. I have a Phone app with nexmo sdk in-app voice integration. Whats the procedure to work on it.
1
vote
1 answer

How to open activity using Voice Interaction?

This is one of my activities in my Android Manifest.
Hiroga Katageri
  • 1,345
  • 3
  • 21
  • 40
1
vote
0 answers

Android isVoiceInteraction() is returning false always

I am facing problem to work with VoiceInteractor. Here it my Manifest part:
dev_android
  • 8,698
  • 22
  • 91
  • 148
1
vote
0 answers

Android VoiceInteraction and Assist API

I've just read about the Android APIs called Assist and VoiceInteraction. What I'm trying to achieve is an app like NowOnTap. For this, I need an access to the screen's content before the user long presses the home button. First, I tried using a…
0
votes
0 answers

How to use VoiceInteractionService with new changes in android?

I want to implement hot key wording like "Hey Google" or "Hi Siri" to start the SpeechRecognizer in android. I came across something called VoiceInteractionService to do that, but this seems changed a lot over the period of time and lot of methods…
0
votes
2 answers

Android speech recognize prompt by audio instead of just text

Currently I have working speech recognition but RecognizerIntent.EXTRA_PROMPT is shown as text only on mobile as well as on wearable watch. Is there any way or other option to make prompt to speak (play as audio)? Have tried VoiceInteraction API…
Prakash
  • 4,479
  • 30
  • 42