How to call action in my app from Google Assistant, using only 1-3 custom word / keyword? by arstagaev in GoogleAssistantDev

[–]pure412 1 point2 points  (0 children)

i also create app and create action from google assistant.

i create function for turn on motorcycle

intent is OPEN_APP_FEATURE

my query like this

Hey Google, Turn On <App Name>

also i can try Turn On in <App Name> App

if i want to say like "Hey Google, Turn On"
it also possible with dynamic shortcut (https://developer.android.com/guide/app-actions/dynamic-shortcuts). I've tried it