Recebendo a mensagem “Desculpe, não obtive resposta.” Quando tentei o recurso de Transferência

Quando tentei conversas com várias superfícies (transferência da Página inicial do Google para o Android Assistente do Google), recebi "Desculpe, mas não obtive resposta". Estou usando o Action SDK e a localidade é "ja".

Aqui está a minha resposta:

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

Alguem sabe por quê?

questionAnswers(2)

yourAnswerToTheQuestion