Key features
Uses the Microsoft Language Understanding service to extract intents and entities from text.
Contains methods for the LUIS Endpoint REST API to obtain predictions regarding the intent of a given query.
Provides methods for the LUIS Programmatic REST API that allows the management of LUIS applications programmatically.
Log deployment of component, including in which type of environment it was done in (development and production). You can disable this by setting the site property AllowTelemetry to false.This information will be handled internally in order to support decisions in further product developments.
Converted the connector to service module.