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
-1
votes
1 answer

Libraries and approaches to have classifications on geo terms

I am wondering if there is a library or an approach that can unify the geo terms for example: USA is same as United states same as the US
-1
votes
1 answer

How to Dynamically generate LUIS intents, Entities, patterns, utterances based on FAQ Knowledgebase

I have close to 50 unique set of FAQs in 50 different excel files with 100 s of Questions and Answers in each excel file.Is there a way I can dynamically generate all my LUIS intents, Entities, patterns, utterances etc and generate LUIS Apps. I…
roney
  • 964
  • 3
  • 15
  • 37
-1
votes
1 answer

Special characters in Luis intent name

I have an intent named: "Smalltalk.greetings.how_are_you" When I run a Luis query, the json responses gives "Smalltalk_greetings_how_are_you" Why so ? If this intended please refer to the documentation explaining why and to use special characters…
TSR
  • 17,242
  • 27
  • 93
  • 197
-1
votes
1 answer

How to Call QnA maker from LUIS none intent in C# v4

I wanted to know if we can call the QnA maker from "None" Intent of LUIS apart from using Dispatcher? --- I'm using latest CoreBot Template in C# V4 to build my bot. Any code snippets? Thanks
-1
votes
1 answer

Is there an official LUIS API that returns the total number of Utterances for each intent?

I noticed the LUIS portal (www.luis.ai) shows Intents with the total number of Utterances for each. I'm looking to build a similar page in my application, although Microsoft's published APIs don't have a method that returns the total utterances per…
-1
votes
1 answer

How to get normalized value for List type Entity from Microsoft.Bot.Builder.RecognizerResult?

We're trying to leverage LUIS to get normalized value for a given synonyms from the user input. In BF V3, we have the EntityRecommendation, and it has the Resolution property we can use for this purpose, like below. But how do we archive the same…
DAVID WANG
  • 75
  • 3
-1
votes
1 answer

Dispatch LUIS and QnA Maker in Botframework V4 C#

I am trying to add LUIS and QnA Maker in a bot with dispatch and I am following this guide. But in this part is said type or namespace cannot be found. I am using Botframework V4 with latest updates. It said in the guide that it is for Botframework…
-1
votes
1 answer

LUIS ERROR: Sorry, my bot code is having an issue

I created new LUIS bot from azure portal, and tested in "Test in Web Chat", it was working fine. I created new app in luis.ai portal, with few indents and entities, also trained and published. Now updated the application id and and app key under…
Mathiyazhagan
  • 1,389
  • 3
  • 13
  • 37
-1
votes
2 answers

Having issues reading json to string

Have tried several methods described but not winning. Here is the value ofthe var valuesEntity (this is from Luis integration into bot framework). I have not found a way to interrogate this var so that I get a variable with the value of Venue - in…
Brian Garr
  • 125
  • 1
  • 8
-1
votes
1 answer

What is the easiest way to set up a LUIS bot using C#?

I have been tirelessly trying to figure out the basic setup for a bot using LUIS and C#. After downloading countless NuGet packages, would someone be able to help me out here? I'd like to just be able to check my LUIS Application for Intents and…
micma
  • 223
  • 2
  • 4
  • 16
-1
votes
2 answers

Can't change language in botframework

I created a bot in botframework (microsoft Azure) connect to a LUIS App. It worked all very well. But in english. The connection between the Bot and LUIS App has been done automatically. Now I want it to work in German. So I created a new App in…
Yves
  • 31
  • 1
  • 8
-1
votes
1 answer

LUIS model not found for locale 'en'

When trying to debug my chatbot locally using the BotFramework emulator I'm getting the following output in my console when the bot tries to respond Session.beginDialog(/) console.pub.js:42 Error: LUIS model not found for locale…
-1
votes
1 answer

LUIS consider TIME and DURATION as number ENTITY

I was expecting entities such DATE, TIME, DURATION & No Of People Joining the Call in below JSON. Now i got entities back such as DATE,TIME and DURATION correctly but for No Of People there is problem for me. I am getting four entities as NUMBER so…
Amol Pawar
  • 251
  • 1
  • 15
-1
votes
1 answer

Unable to add key

I'm pretty new the LUIS. I have made an app in LUIS but now I'm unable to add key in luis. I double checked that I'm signed-in with the same account on both azure and luis and also using the same region i.e. westeurope screenshot:
Merm
  • 1
  • 1
-1
votes
1 answer

online azure code editor for bot is not working

I'm working in azure online code editor from past 1 week, but today suddenly it is showing error that "There was an issue running a git operation. Please use the console to check the state of your repository." and when i am checking status of my…