Hi,
Recently I've noticed that using following scenario does not work. I'm using the same host for request,
1. ask api simulate-skill -t "ask testbot I want to order a pizza" -s [skillid] - l en-US --debug
then I get the response from configured instance "What kind of pizza do you want?"
2. ask api simulate-skill -t "ask testbot Medium" -s [skillid] - l en-US --debug
then another response is returned, "what type of pizza do you want?"
3. ask api simulate-skill -t "ask testbot Hawaii [skillid] - l en-US --debug
In the response body json I've noticed that sessionID was kept during above request, e.g. amzn1.echo-api.session.59a20b59-6547-44f0-8201-b3ccb83a9d14
After 30th of January sessionID is changing every time I repeat above scenario for each ask api -simulate despite shouldEndSession is set to false.