rubber-blueR

Problem with utterances with Alexa

I was making a new intent for the Alexa Skill and on the Alexa console, I got this error



"request": {
        "type": "SessionEndedRequest",
        "requestId": "amzn1.echo-api.request.363c1fd6-a5a0-4181-a55b-69f0a18048ee",
        "timestamp": "2024-07-02T08:32:51Z",
        "locale": "en-US",
        "reason": "ERROR",
        "error": {
            "type": "INVALID_RESPONSE",
            "message": "The directive \"Dialog.ElicitSlot\" is missing OutputSpeech"
        }
    }


It worked on other intents but not this one.
Was this page helpful?