Sep 3, 2018 · 1 min read
Thanks for the tip — I was struggling with the (lack of) documentation as well. I’m not sure if the SDK has changed, but rather than ‘this’, I had to use the following in my request handler:
var cityName = handlerInput.requestEnvelope.request.intent.slots.City.value;