I've been working on an app in react native - and have also build out an app in actions on google.
What I want to do is allow the user to invoke a command - from my react native android app - using the google assistant.
As an example: "okay google, use jons app to make a note"
It would then open up the native android application - which would invoke a method to say "what is your note:" and at that point it would start speechrecognition - and when closed, take that and pass it on to dialogflow.
The premise behind this is allowing someone to use my voice assistant without directly integrating it on their device. Perhaps this is a flawed idea, or its not supported.
I found a sign up for this: https://developer.android.com/guide/actions/
Which I was surprised is not yet available.
My question is simple - can i invoke explicit methods with a react native application from the google assistant?