pirixtech / techie-buddy

Techie buddy helps software developers and all desk workers to exercise in a busy day to maintain good posture and health
1 stars 0 forks source link

Need to close the session when the users are not asked for an input #28

Open PXMYH opened 4 years ago

PXMYH commented 4 years ago
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.