Questions tagged [azure-language-understanding]

Questions about Language Understanding Intelligence Service (LUIS), an API within Microsoft Cognitive Services that teaches your apps to understand commands from your users.

Language Understanding Intelligence Service (LUIS) is part of Microsoft Cognitive Service that understands language contextually, so your app can communicate with people in the way they speak. Create a model customized to your domain and use natural language processing to train in a matter of minutes.

LUIS models can be used on any device because your models are deployed to a personal HTTP endpoint with one click. To learn more about LUIS, visit the Microsoft Cognitive Services website and create your free account at http://luis.ai.

1375 questions
-3
votes
1 answer

Can (google/microsoft/facebook/watson) NLUs be used to index 100's of help documents (web pages) and then query it?

I have the following a) Document base (100's of web pages) where we have captured all the help topics that users need. b) Forums Web Page, which is active. Question: What is the best way to do a search and pull the relevant pages when a user…
aadidasu
  • 1,037
  • 4
  • 15
  • 26
-3
votes
1 answer

How to add new utterance to LUIS intent?

Please help me in LUIS training. I want to add new utterances to intent using LUIS API. But I can't find any examples in the documentation.
-3
votes
1 answer

Cannot train LUIS app

Recently, I am unable to train my LUIS app. When I hit Train, I get the message 'Queued for training.'. After about 5mins, this changes to the following error: 'Training failed: A server error occurred. Please refresh the page and try…
Pieter
  • 84
  • 6
-3
votes
1 answer

Bot Framework Facebook Messenger bug with simultaneous conversation

We use the Microsoft Bot Framework and we have a bug when we talk to our bot on Facebook Messenger: If two different people ask something at the same time, one of the users receives both answers and the other doesn't receive anything. We use Luis…
-4
votes
1 answer

explore voice capability in Microsoft chat bot

I have chat bot developed using Microsoft bot frame work in , in chat bot we have a option for customer to ask a question for that we need to make it voice enabled as of now we are using node.js and azure for development . i wanted to know how we…
-4
votes
1 answer

how can I call LUIS and get its intent outside the FormFlow

I'm developing a chatbot with C# through SQL-Server and I need to know what Luis detects. We need to call LUIS somehow and get an intent return. For example: if "hello" is detected as a greeting intent we need to get the word "greeting" in a…
-4
votes
1 answer

i want to train luis ai with sufficient utterances uploaded through luis api

I am new LUIS AI. I would like to train luis for my bot users who wants to buy books online. It is possible to enter I want XYZ, where XYZ is a book or I want ABC, where ABC is an author. They can write find, find out, search, searching, looking,…
-5
votes
1 answer

How can I exit the if with a return?

I have a problem when I run my application bot. I can't leave the if statement. I think it's because I haven't done a return but I don't know how to structure it in a function like that, can someone help me? private async Task…
-5
votes
1 answer

Is it possible to deploy Azure bot + LUIS APP programmatically?

I want deploy Azure bot + LUIS APP programmatically through a web application.
1 2 3
91
92