AreYouFreeBusy/AlexaSkillsKit.NET

Support of Session Attributes in SpeechletResponse

Closed this issue · 1 comments

Please add support for sessionAttributes property in SpeechletResponse object as described in https://developer.amazon.com/docs/custom-skills/request-and-response-json-reference.html#session-object. Currently the only way to provide session attributes in response is to inject it into string message in OnResponseOutgoing.

Sorry, I missed that SessionAttributes is part of SpeechletResponseEnvelope.