My skill renders an AlexaTextList using APL. I need my server to perform an action when the user taps one of the items. I have added SendEvent to the primaryaction of my items.
When I test the skill, an event clearly fires (simulator window says "<User Touch Event>" which quickly changes to "No Content") but my endpoint never receives any requests, apart from the launch request received when the skill opened up.
I have attached my launch response and device log from the userevent.. What am I doing wrong, why is my server backend not receiving any requests from SendEvent?
devicelogUserEvent.txt
launchresponse.txt