microsoft / Cognitive-LUIS-Windows

Windows (.Net) SDK for the Microsoft Language Understanding Intelligent Service API, part of Congitive Services
www.microsoft.com/cognitive-services/en-us/language-understanding-intelligent-service-luis
Other
134 stars 78 forks source link

XamarinStudio support #12

Closed loretoparisi closed 8 years ago

loretoparisi commented 8 years ago

I have tried to run the project in Sample/ in Xamarin, but it seems that this project is VisualStudio only. Is it possibile to add a Xamarin iOS/Droid or just a SharedLibrary example? It would make a lot of sense as for the new .NET standard library xamarin integration!

Thank you

Ahmkel commented 8 years ago

Unfortunately, this is not currently in our plans. We will update you if we add it to the plans in the future. Thanks.

loretoparisi commented 8 years ago

@Ahmkel by the way what I'm doing right now is to use Cognitive LUIS via node Botframework sdk, and to test it, since we mostly use macOS and ubuntu to develop tools, I'm using BFEmulator.exe via mono - see https://github.com/Microsoft/BotBuilder/issues/558

So at the end I access LUIS in this way :)