Request Headers in the skill handler

I want to get request headers in the skill handler. Is there a way to do pass those?

Hi John,

Can you elaborate a bit more about what your aiming to do?

Are you talking about making a web request and accessing the response headers? Or by request headers do you mean the data about the users spoken utterance that resulted in your Skill being called?

Currently everything about the user utterance is provided on the message.data object that your intent handler receives. Is there something that is not currently included that you’re looking for?