I would like to know on whether there is any possibility to call a phone number using cortana skill through code.
I am using microsoft web bot. I want to write code in c# for calling a person from my contacts.
I am using a luis framework, If user invokes a specific intent, i should directly call a specific phone number in my android mobile.
Is there any way i can make this call through code.?
First of all - if you want to add call functionality you have to implement it on your own because there is no ad-hoc way to invoke contacts book or make calls from Cortana. This is also not possible currently because there is no Cortana SDK released for Android or iOS platforms to make integration. If it was there are development steps you could probably do in your mobile app source code (dedicated app because Cortana is also not integrated with mobile Android and iOS system):
To sum there is no way to implement call functionality with C# and Cortana on Android (iOS neither). You can fin more information here.