Qt library to interact with Microsoft LUIS: Language Understanding Intelligent Service
Provides the ability to use the library with your existing projects (C++).
See the change log for changes and road map.
LUIS lets your app understand language
- LUIS is in beta and free to use
- Supported browsers: Internet Explorer 10/11, Chrome
In LUIS you can:
- Create language understanding models.
- Use pre-built, world-class models from Bing and Cortana.
- Deploy your models to an HTTP endpoint.
- Activate models on any device.
You'll need these two values to configure the LuisDialog through the LuisModel attribute:
-
Application ID
In the LUIS application's dashboard, you can copy the App ID from the address bar.
-
Subscription Key
In the My keys page, copy the Programmatic API Key.
...
Check out the contribution guidelines if you want to contribute to this project.