I'm working on a Hololens project using Unity where i want to make a Skype call from within Unity. I didn't find any other way than using Cortana for this.
Unfortunately Cortana sometimes has struggles to understand some people here in Germany because of their strong accent.
Is it possible to actually store the voice command in a string inside a variable and use this to speak to Cortana? For example instead of saying "Call Dinesh" i'd like to have a variable
string dinesh = "Call Dinesh";
and then tell cortana to 'listen' to this string variable on a button click.
That would be awesome.
Ps: Is there actually any cortana API for C# Unity Hololens development available?