Questions tagged [google-voice-actions]

44 questions
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
  • 12,024
  • 17
  • 49
  • 62
2
votes
1 answer

How can I help Google Assistant understand (not auto-correct) non-word inputs.

I'm making an app for the Google Home using the new Actions on Google functionality. Part of my app requires the user to input letter-number pairs such as "P7". However, when testing this with the voice input, Google autocorrects the text to…
2
votes
0 answers

Custom actions for voice interaction on android

I am trying to make an application on Android that can interact with its user. And I came across this. The example in this link shows us that an interaction with the user can be done using the voice interaction service. My question is, can we add…
Raj
  • 21
  • 5
2
votes
1 answer

App already published onto Google Play but unable to use Google Voice Actions

I am unable to successfully use the Google System Voice Actions "Search in App" (com.google.android.gms.actions.SEARCH_ACTION) on an app that I have already published onto Google Play (Private Channel) and downloaded onto my phone. The intent with…
2
votes
1 answer

Android app crashes when filtering list via Google Voice Actions search action

I am having a problem filtering a list using JSON data parsed via Volley based on this tutorial, when the list is filtered via the Search in App intent in Google's System Voice Actions from the Google App. The exact problem encountered is listed…
1
vote
0 answers

Is there an alternative to Android app actions that support more languages

I'm looking to add support for google assistant to my mobile map. I tried out app actions and it works but as I can see it only supports a limited number of languages (for the intents that I need only english). From what I saw it's been the same…
1
vote
0 answers

What to use instead of AlwaysOnHotwordDetector in android which is now deprecated?

I am working on developing an offline google assistant alternative using DeepSpeech voice recognition model. Am using Voice-Interaction Service and sessions for same. however, I also want that "hey-Google" like feature. I have been seeing many…
1
vote
1 answer

Custom entities in actionssdk

Working with google actionsSDK and trying to figure out how can I include custom entities in the action package. I found here manual: https://developers.google.com/assistant/conversational/action-package/reference/QueryPatterns but this manual is…
Markus Berg
  • 331
  • 2
  • 11
1
vote
1 answer

How to access my Android Application from Google Voice Assistance

I am developing an android application, let's say it for an instance as "RemindMe". In this application, I set alarms specific to application level. They are not system alarms. My requirement is, after the opening of Google assistant (Ex: by saying…
1
vote
2 answers

Android Voice Actions for Messaging

I'm​ developing a small messaging app on my own and I was wondering if there is a possibility to allow the user to send messages using the Google Assistant. (Like WhatsApp and Google Allo) Which API could I use to archive this?
1
vote
1 answer

Using key-value pairs as api.ai entities for Google Actions

To create a simple Google Action app in Api.ai, you need at least one intent and some entities depending on what you want to do. In the published personal chef example by Google Developers, you have entities like dish, vegetables and etc. very…
1
vote
0 answers

Custom voice Actions by Google ok

I wanted to implement google voice action,in which when user say "Set an Reminder", this action should done by my app. This part i already done. now how can i put different set of question that should ask by google and user should given…
Mukesh Gupta
  • 1,373
  • 3
  • 17
  • 42
1
vote
0 answers

What does Google Now use to determine the App to search with?

The Google Documentation. I need to have my App called on searches in the style: search for cat videos on youtube How does Google Now determine which App should be called? Obviously, it takes youtube in the example case, but how is that used? The…
Knossos
  • 15,802
  • 10
  • 54
  • 91
1
vote
1 answer

Voice Actions Activity code not found

I'm working with adding Voice Actions to my app. Documentation tells me to use the method isVoiceInteraction() in an activity however every time I run a build (command line or IDE) I get errors saying the method can't be found. My question is,…
Sababado
  • 2,524
  • 5
  • 33
  • 51
0
votes
1 answer

Are there APIs to automate google smart home action integration?

I am looking for ways to automate smart home action integration using APIs or CLIs, so that it will not be required to visit Google actions console to configure the integration. I have tried out gactions CLI, but pushing manifest for smart home…