问题
There is a list of Built-in Intents available that can be used in App Actions on the Google Developers website, is there any way we can create our custom Built-in Intents?
回答1:
No, it's not currently possible to create custom built-in intents for App Actions. As per the App Actions docs:
If these built-in intents do not support your use case, please file a feature request on the public issues tracker
As a side note, while not custom, there is a more generic "open app feature" (actions.intent.OPEN_APP_FEATURE
) built-in intent that might work for some use-cases.
来源:https://stackoverflow.com/questions/56555424/creating-custom-built-in-intents-for-app-actions