With Amazon Alexa it is possible to invoke an intent from a skill in 2 ways:
- "Alexa start [skill name]." And then proceed to ask that skill for a specific intent.
- "Alexa tell [skill name] to [specific intent]."
With Google Assistant I only know of calling an action by:
- "Okay Google talk to [action name]." And then proceed to ask that action for a specific intent.
Is there an equivalent invocation to call specific intents from actions directly with the Google Assistant?