All Questions
9 questions
-1
votes
1
answer
40
views
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
0
votes
1
answer
99
views
How do i integrate luis api (intent and utterances ) to search sharepoint docs?
I have created LUIS utterances and intents and also published them after training.
I got the app id and key ,i tested using the endpoint url https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/...
0
votes
1
answer
83
views
LUIS - Similar training utterances for two chatbot intents
PREMISE: I am using the ML Luis framework for the development of a chatbot. Which is basically a blackbox framework and I don't know how to tune it in the right way for this problem.
I have two ...
0
votes
1
answer
177
views
Azure Chatbot - How to retrieve FirstName and LastName from a user's response?
I am creating a chatbot in Microsoft Azure and need help with the below.
So after the user says 'Hi', I am redirecting to a Greeting Dialog where the bot says "Hi! May I have your First and Last Name ...
0
votes
2
answers
363
views
How to change initial culture on Luis app?
I created an en-us application in LUIS, but I want to work with this same application, changing the culture to Portuguese. Is there any option to change and be able to import a .json with culture in ...
0
votes
1
answer
82
views
Azure LUIS - Prebuilt Geography Entity Alternative
I am creating an Azure LUIS app that needs to recognize locations in utterances, for example: "I need a list of all employees currently in Seattle." I do not have an exhaustive list of locations as ...
1
vote
0
answers
58
views
Is there a way to get more than one intent (and their related scores) as a result when using AWS LEX?
When calling the AWS LEX API (put-text) or even when we are testing the bot by using the AWS Console, we receive only one intent as the output that matches our input.
However, for the feature that we ...
3
votes
1
answer
1k
views
LUIS - Can we use phrases list for new values in the entity type List
I'm creating LUIS chat bot app for extracting information regarding a company. For example
"what is the filed_name1 for company Google".
So I'm currently extracting "filed_name1" using "list ...
0
votes
1
answer
432
views
How to setup LUIS AI required entities / items for an action?
I am using LUIS for a chat bot.
I created an action. I require certain entities to be present and would like to prompt the user to enter the entities if they're missing from the action.
How do I do ...