得到“对不起,我没有得到任何答复。”我尝试“越区切换”功能时的提示信息 [英] Getting "Sorry, I didn't get any response." message when I tried Hand-off feature

查看:49
本文介绍了得到“对不起,我没有得到任何答复。”我尝试“越区切换”功能时的提示信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试多面对话(从Google Home切换到Android Google Assistant)时,我收到抱歉,我没有收到任何回复。
我正在使用Action SDK,语言环境为 ja。

When I tried Multi-surface conversations (Hand-off from Google Home to Android Google Assistant), I'm getting "Sorry, I didn't get any response." I'm using Action SDK and locale is "ja".

这是我的回复:

{
    "conversationToken": "(token)",
    "expectUserResponse": true,
    "isInSandbox": true,
    "expectedInputs": [
        {
            "possibleIntents": [
                {
                    "intent": "actions.intent.NEW_SURFACE",
                    "inputValueData": {
                        "@type": "type.googleapis.com/google.actions.v2.NewSurfaceValueSpec",
                        "context": "Sure, I have some sample images for you.",
                        "notificationTitle": "Sample Images",
                        "capabilities": [
                            "actions.capability.SCREEN_OUTPUT"
                        ]
                    }
                }
            ],
            "inputPrompt": {
                "richInitialPrompt": {
                    "items": {
                        "simpleResponse": {
                            "textToSpeech": "PLACEHOLDER_FOR_NEW_SURFACE"
                        }
                    }
                }
            }
        }
    ]
}

有人知道为什么吗?

推荐答案

事实证明,这在特定语言环境中不是错误,但仅英语语言环境支持askForNewSurface。
这是我从AoG支持人员获得的信息:

Turns out that this is not a bug in a certain locale, but that askForNewSurface is currently supported for english locales only. This is what I got from AoG support:


嗨Jan,

Hi Jan,

感谢您对Google的操作感兴趣。
askForNewSurface实际上仅适用于英语语言环境。我们正在更改文档以反映这些限制。
对不起,造成混乱。
在其他语言环境中,我们没有发布此功能的详细说明。

Thank you for your interest in Actions on Google. askForNewSurface is indeed only available for English locales. We are in the process of changing the documentation to reflect those restrictions. Sorry for the confusion. We do not have any set det for the release of this feature in other locales.

亲切的问候,

Jean-Charles,
Google支持小组的操作。

Jean-Charles, Actions on Google Support Team.

这篇关于得到“对不起,我没有得到任何答复。”我尝试“越区切换”功能时的提示信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆