189k views
5 votes
Luis is cloud-based( microsoft bot framework). true false

2 Answers

2 votes

YES it is TRUE

LUIS is a Language Understanding Intelligence Service. This is a cognitive service provided by Microsoft. It is a service that is used by the machine to build natural languages into apps, bots and loT devices. Thus instantly creates enterprise ready custom models that continuously improve. It is specifically designed to identify valuable information in conversations. LUIS interprets intentions of the users and distills valuable information from sentences for a high quality language model. It is available worldwide.

User Magnus Karlsson
by
5.7k points
4 votes

True

Language Understanding Intelligence Service (LUIS) is a cloud-based API service and is one of the many Cognitive Services provided by Microsoft. LUIS applies custom machine-learning intelligence to a user’s natural language text to predict overall meaning and pull out detailed and relevant information. Using LUIS, we can use REST APIs to extract important information like phrases from any sentence.


User Newm
by
5.6k points