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.
Asked
Active
Viewed 783 times
0
-
Hi Mubashar - are you using a C# standalone server, or a C# Lambda? – John Kelvie May 04 '17 at 15:37
-
I am using C# lambda for testing purpose. – Mubashar hameed May 05 '17 at 15:19
1 Answers
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
-
Thanks Josep vallas for your help. I will come back to you if I found any Trouble. Thanks again. you rely gave me direction. – Mubashar hameed May 08 '17 at 06:56