0

I want to create custom Alexa skill in C# and try to get response on my laptop for running any application. So user can ran any application by sending commands using Alexa dot.

1 Answers1

2

Alexa needs the endpoints to support SSL. The usual approach here is to setup https://ngrok.com/ to tunel to your laptop and run your own application server to handle the commands. This tutorial uses RoR but the idea is the same: https://echobind.com/blog/alexa-custom-skills-with-account-linking/

Josep Valls
  • 5,483
  • 2
  • 33
  • 67