简体   繁体   English

在 Android 上,我无法让 actions.intent.OPEN_APP_FEATURE 在应用程序操作测试工具之外工作

[英]On Android, I cannot get actions.intent.OPEN_APP_FEATURE to work outside the App Actions Test Tool

I'm trying to get the Android Assistant to open my application and pass it a string parameter.我试图让 Android 助手打开我的应用程序并向它传递一个字符串参数。 Currently I can use the App Actions Test Tool to do that.目前我可以使用应用程序操作测试工具来做到这一点。 However, if I open the assistant and type in, or say, open <App Name> <parameter string> , I just get web results back.但是,如果我打开助手并输入,或者说, open <App Name> <parameter string> ,我只会得到网络结果。 Here is what my actions.xml looks like:这是我的 actions.xml 的样子:

<actions xmlns:android="http://schemas.android.com/apk/res/android">
    <action intentName="actions.intent.OPEN_APP_FEATURE">
        <fulfillment urlTemplate="https://run-main-activity.com{?featureName}">
            <parameter-mapping
                intentParameter="feature"
                urlParameter="featureName" />
        </fulfillment>
    </action>
</actions>

It should be fixed now.现在应该修复了。 Please try it again and keep us posted.请再试一次,并通知我们。 You can find more here.你可以在这里找到更多。 https://issuetracker.google.com/issues/135714718 https://issuetracker.google.com/issues/135714718

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 actions.intent.OPEN_APP_FEATURE 设置助手快捷方式建议? - How do I set up assistant shortcut suggestions with actions.intent.OPEN_APP_FEATURE? 如何将 URL 参数添加到 {@url} for actions.intent.OPEN_APP_FEATURE? - How to add a URL parameter to {@url} for actions.intent.OPEN_APP_FEATURE? 应用程序操作:使用测试工具但不使用语音 - app actions: work with test tool but not with voice OPEN_APP_FEATURE 操作无法通过语音命令运行 [通过应用程序操作测试工具完美运行] - OPEN_APP_FEATURE action not working through voice command [Works perfactly via App Actions Test Tool] 有没有办法在不使用测试工具的情况下测试 android 应用程序操作 - Is there a way to test android app actions without using the test tool 应用操作未与应用操作测试工具一起运行 - App Action not running with App Actions Test Tool Google上的操作-无法测试Android上的应用操作意图 - Actions on Google - Unable to test intent for app action on Android 如何更改“功能”以从 OPEN_FEATURE 的应用操作中打开? - How To change “Feature” to open from App actions for OPEN_FEATURE? 为什么我的应用可以与应用操作测试工具一起使用,但在 Play 商店发布时却不行? - Why does my app work with app actions test tool, but not when it's published on the play store? App Action 适用于 App Actions 测试工具,但不适用于 Google Assistant - App Action Works on App Actions Test Tool But not On Google Assistant
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM