Rahul Gupta
Rahul Gupta

Reputation: 994

Alexa not returning SessionEndedRequest when user speaks nothing on echo show

I am using my skill for dot and show both. However, when user speaks nothing after repromt, dot is returning SessionEndedRequest, which I handled but speaking nothing. In echo spot, it is returning nothing, hence kept the session open. And I send the skill for certification and they failed it by saying that session kept open. If you send the request type SessionEndedRequest then my code handled that but when spot is not returning that, how one suppose to handle the SessionEndedRequest request.

Upvotes: 2

Views: 248

Answers (1)

Bela Vizy
Bela Vizy

Reputation: 1164

I have verified this. The dot comes back with an EXCEEDED_MAX_REPROMPTS as expected, the spot stays quiet. Same code on the back-end.

This is an Alexa spot issue. Is anybody listening from Amazon?

Please file a bug report with them!

Upvotes: 0

Related Questions