how to close the session after fulfilling the request ...... alexa skills in python /

Published at 2018-10-22 11:28:10

Home / Categories / Alexa skills kit / how to close the session after fulfilling the request ...... alexa skills in python
After the skill completes a task,the session remains open with no immediate to the user. The skill must close the session after fulfilling requests whether it does not immediate the user for any input.

Issue 1:

Steps To Repro
duce:

User: "Alexa open visit india"
Skill: "Welcome to visit india .. where you want to visit in india."
User: "jaipur"[br]Skill: "here my suggetion of place to visit in Jaipur ... Jawahar Circle ...do you want me to uncover a fact about this place"
Use
r: "yes"
Skill: "here the fact ... Jawahar Circle is situated in Malviya Nagar in Jaipur and boasts of being the largest circular park in Asia. The park has a peculiar jogging track and is encircled by a rose garden. Besides, it has play area for kids and kiosks. The main highlight of the park is the dance of the musical fountains wh...", and the session remains open.

Issue 2:

Steps To Reproduc
e:

User: "Alexa open visit india"
Skill: "Welcome to visit india .. where you want to visit in india."
User: "jaipur"
Skill: "here my
suggetion of place to visit in Jaipur ... Ram Niwas Garden ...do you want me to uncover a fact about this place"
User:
"no"
SKill: "Okay have a kind trip",and the session remains open.

Please refer to test case 4.1 from the Submission Checklist.

Source: amazon.com