Language Understanding (LUIS)
Welcome to the LUIS API Forum
(Language Understanding Intelligent Service)
Categories
Documentation – Any ideas or suggestions for the API Reference or Documentation.
Language Support – Submit a request to have a particular language supported.
luis.ai WebApp – Ideas and suggestions for luis.ai and functionality used through the WebApp.
Programmatic API – Any ideas or feedback pertaining to features or enhancements to LUIS programmatic API.
Samples & SDK Request – Let us know if you would like to see a tutorial/sample or a SDK provided.
Attention!
We have moved our Customer Feedback & Ideas for Azure Cognitive Services portal to the Azure Feedback Forum.
-
After migration to authoring resource, unable to see LUIS apps anymore.
The LUIS portal is showing "You don't have any apps yet."
Just migrated a few days ago.
Although LUIS is still returning the correct intents when I run my bot service.
So this is kinda perplexing as I am unable to edit the utterances and entities.
Tried searching online for answers e.g. IP whitelisting etc but does not apply to my Azure service.
Appreciate any advice.
1 vote -
intent recognize dont work c++
work well on https://www.luis.ai/ using "Test" Button
but always return "intent could not be recognized" via "intent-recognition" C++ sample project1 vote -
I am getting a message "You don't have any apps yet"
Is LUIS down???? I am not able to see my app after I select subscription and authoring source.
5 votes -
New version very buggy!
Keep getting issues with your latest version of the LUIS tool. Sometimes when I move from page to page of an intent, I get a blank page of utterances. Sometimes I go into my model and the intents do not load (it states there are no intents for this model), and I have to log out and log back in. Please sort this, it is very frustrating!
4 votes -
Filter and Search utterence not working as expected.
Filter and Search utterance not working as expected. Not showing all the incorrect utterance per intent when using filter Unable to see Nearest intent. Only half part of the intent name us shown. Can this be fixed
Thank you
8 votes -
Newer Version of LUIS (V3), utterence search box is not working properly.
Newer Version of LUIS (V3), utterance search box is not working properly. Can it be fixed?
5 votes -
Intent length too short at 50 character. Should be 256 or 1024. Maybe have metadata option.
LUIS is great but we would like more information passed back with our intents. Why so stingy with length of Intent (at 50)? How about 256 or 1024?? Also it would be great if we could store more information with the intent like some metadata so we don't always need to maintain outside storage
4 votes -
nested intents
Consider the following scenario. I have two intents:
1) add-task "add task [Task]"
2) assign-task "assign it to [Person]".I would like to enable the utterance "add task clean break room and assign it to Jim"
Of course this can be done today either directly in the intent or through entities but not in a dynamic fashion. What if I want an additional intent:
3) complete-task "complete it"This would require n^2 permutations for every nestable intent.
1 vote -
is add batch intents available
to be able to create multiple intents in one go, as I have a need to create 3000+ intents, so wanted to know is there any faster way to create intents in bulk
1 vote -
out of scope recognition
Out of scope recognition: A recent change of LUIS backend impacted recognition of out of scope and long utterances very badly.
Steps to reproduce:
take your LUIS model and test with any text paragraph taken from another domain, web site or what ever.
Unexpected result is, that many intents are hit with a very high score far above 90%. This behaviour is not acceptable and had been better in the past.5 votes -
Music domain deleted
There was a Music pre-built domain which has intents like PlayMusic, Decrease/Increase Volume and SkipBack/SkipForward. But this week the entire pre-built domain is gone. When could you bring it back? Thanks!
1 vote -
include SmallTalk Intent in Pre-Built
I would like to suggest LUIS should include the Pre-Built Intent for SmallTalk.
6 votes -
If an intent has a list of utterances and I delete the utterance at the end of the list, it deletes the whole intent.
See title; this is a bug report.
1 voteHello,
We were unable to reproduce this. If this still is an issue, please open a ticket.
Thanks,
Luke -
Issue with the number of intents
We are working on an application where we have nearly 200 different intents. Our code is unable to hit Luis dialog in this case and fails. but the same code works good if i have only 80 intent related methods in c# code.
Please advise on how to make the code work in case of 200 intents.
1 voteHello,
Most application, even enterprise scale ones, should not need 200 intents. But, if you must include 200 intents, use Dispatch, where you can add multiple LUIS apps, each with the maximum number of intents.
For more information, please see https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-tutorial-dispatch?view=azure-bot-service-4.0&tabs=csharp.
Thanks,
Luke -
Allow LUIS to detect multiple intents (complex intents) instead of just 1
For example:
I want to book a flight and reserve a seatI want to order a special meal and find out how many miles I will earn for this trip.
21 votesHello,
Multiple intent support will be released for Build. Please see: https://www.microsoft.com/en-us/build.
Thanks,
Luke -
More than 20 intents for LUIS
Raise the limit on the number of intents which can be created in LUIS.
65 votesThe amount of intents available has increased to 40.
- Don't see your idea?