sunny-green
sunny-green15mo ago

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"
}
}
"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.
1 Reply
Tico | Voiceflow Assistant
I'm sorry, but the information you're looking for isn't available in the provided source documents. The documents primarily discuss the functionalities of Voiceflow's Dialog API, intent management, and NLU model, but they don't provide specific guidance on resolving Alexa Skill errors like "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.

Did you find this page helpful?