简体   繁体   English

当我尝试Hand-off功能时,收到“抱歉,我没有得到任何回复。”消息

[英]Getting “Sorry, I didn't get any response.” message when I tried Hand-off feature

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." 当我尝试多表面对话(从Google Home切换到Android Google智能助理)时,我收到了“抱歉,我没有收到任何回复。” I'm using Action SDK and locale is "ja". 我正在使用Action SDK,而locale是“ja”。

Here is my response: 以下是我的回复:

{
    "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"
                        }
                    }
                }
            }
        }
    ]
}

Does anyone know why? 有谁知道为什么?

Turns out that this is not a bug in a certain locale, but that askForNewSurface is currently supported for english locales only. 事实证明,这不是某个语言环境中的错误,但askForNewSurface目前仅支持英语语言环境。 This is what I got from AoG support: 这是我从AoG支持中获得的:

Hi Jan, 嗨Jan,

Thank you for your interest in Actions on Google. 感谢您关注Google上的操作。 askForNewSurface is indeed only available for English locales. askForNewSurface确实只适用于英语语言环境。 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. 我们没有任何set det用于在其他语言环境中发布此功能。

Kind Regards, 亲切的问候,

Jean-Charles, Actions on Google Support Team. Jean-Charles,Google支持团队的行动。

It seems to be available only in english but i find no clear statement about this on any documentation. 它似乎仅以英文提供,但我发现在任何文档中都没有明确说明。

I tried the exact same code in english and in french, it works in english, not in french. 我尝试使用英语和法语完全相同的代码,它使用的是英语,而不是法语。

暂无
暂无

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

相关问题 谷歌的行动回应“对不起,我没有得到任何回应。” - Actions on Google responds with “Sorry, I didn't get any response.” 与webhook的行动正在回应:“对不起,我没有得到任何回复。” - Actions with webhook is responding : “Sorry, I didn't get any response.” Google德语交易显示“抱歉,我没有任何回应。” - Google Transaction in German leads to “Sorry, I didn't get any response.” Google 助理回复“抱歉,我没有收到任何回复” - Google Assistant responding with “Sorry, I didn't get any response” 在英国测试Google交易API上的操作时,显示“对不起,我无法在您所在的地区付款”消息 - “sorry, I can't take payments in your region” message when testing Actions on Google transaction API in the UK 对话流在三个交互后返回“对不起,我无能为力”消息 - Dialogflow returning a "Sorry I can't help" message after three interactions 帐户链接错误:“无法解析响应。响应需要是 JSON 格式。” - Account linking error: "Can't parse the response. The response needs to be JSON format." 即使我没有更改示例项目中的任何内容,使用 Google Actions 控制台也会出现错误 - Using the Google Actions console gives me an error, even if I didn't change anything in the sample project 向 Google 上的 Actions 发送令牌返回错误“无法解析响应。响应需要是 JSON 格式” - Sending tokens to Actions On Google returns error "Can't parse the response. The response needs to be JSON format" 当要求启动我的应用程序到Google Assistant时,我收到一条有关google共享数据的消息,阻止启动该应用程序 - When asking to launch my application to google assistant I get a message about google sharing data preventing to launch the app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM