0

I am trying to use Google Voice Assistance in my application. I could see following functionality happen in Google Assistance in almost all the Android mobile.

Say for example I am saying "Add milk to shopping list" to Google Assistance and it is getting added in Google Assistance Shopping list like as below image

enter image description here

I could even see the shopping list when I tap on "View list" text in same Google assistance conversion page like below.

enter image description here

So, Here my question is Can i Get "Add milk to Shopping list or App name" voice action in my application ? If not, could anyone please let me know the best way to receive this kind of voice action in my application.

Thanks in Advance.

vijayakumar g
  • 69
  • 1
  • 8

1 Answers1

0

I suggest you to use Action SDK for this. If you want something like action should open your app then go through this predefined actions https://developers.google.com/voice-actions/system/

If you want add custom commands this then one of the app does, you have decompile the code and understand https://play.google.com/store/apps/details?id=com.RSen.Commandr&hl=en

Ajay S
  • 48,003
  • 27
  • 91
  • 111