Problem with utterances with Alexa
I was making a new intent for the Alexa Skill and on the Alexa console, I got this error
It worked on other intents but not this one.
It worked on other intents but not this one.
"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"
}
}"The directive \"Dialog.ElicitSlot\" is missing OutputSpeech". For accurate information on this topic, I recommend referring to the official Alexa Skills Kit documentation or other relevant resources."The directive \"Dialog.ElicitSlot\" is missing OutputSpeech"