Conversational language understanding (previously LUIS – Language Understanding Intelligent Service) is one of the custom features offered by Azure AI Language. It’s a cloud-based API service that applies machine-learning intelligence to enable you to build natural language understanding component to be used in an end-to-end conversational application.
Creating a CLU project typically involves several different steps.


Customize an AI model to predict the intentions of utterances, and extract important information from them.