The session remained open even when the users are not asked for an input.
Steps to reproduce:
User:"Alexa open techie buddy"
Skill plays snippet:"Welcome to the techie buddy....just say my neck hurts to start"
User:"my neck hurts"
Skill plays snippet:"it is that your neck hurts,is that correct?"
User:"yes"
Skill plays snippet:"found an exercise for you....stay in this position for 30 seconds" and session remains open.
Please ensure that the session gets closed post completing a functionality if users are not prompted for an input.
Update the “shouldEndSession” attribute value to “True” from “False”. This will keep the session closed.
For more information on Session Management, click here. Also, for common certification failures and their fix, click here.