I have an application where I am using the voice recognition in google to get the user voice input as text. This works, no problem - I get the text.
Is it possible to send my TEXT STRING to be parsed by the same logic/engine as google's voice actions and get the AndroidOS to execute correct action?
Alternatively start an intent that will prompt the user for a google voice action - the spech will be executed as such (e.g listen to...) but if none match where given by google voice action it will broadcast back to my app with the result text to handle as overflow.