azure-language-understanding Questions

3

I have an intent "BookTicket". I have few utterances for the same: "book a ticket", "book my ticket".....it works fine. It also works with "do not book a ticket", "book my show". My question is: H...
Harrelson asked 21/7, 2016 at 7:39

3

I am working on hacking up the GitHub 'CoreBot' sample code for Bot Framework V4 (with LUIS) for my own purposes, and have hit a snag in the way the responses and waterfall dialog steps are being e...

7

Solved

Does anyone know the specific differences and features among the three, Or if one has more features/more flexible to use as a developer?

1

Solved

Can aws-lex be used to build a conversation flow bot? For example: Is there a way to do something like this in aws-lex or not? I tried using slots/prompts/lambda but I am not able to go to 2nd...

3

Solved

I have a bot that runs on Azure + Bot Framework + LUIS (via LuisDialog). If the user happens to send two messages in a quick succession (before the bot has a chance to answer), they see this erro...
Odelle asked 21/9, 2016 at 7:7

2

Solved

I have a travel bot with following intents:- BookAFlight (trained with 20 utterances) GetTicketCopy (trained with 20 utterances) CancelTicket (trained with 20 utterances) None (default) (currentl...
Thoth asked 8/9, 2017 at 12:11

3

We've built an MS Bot Framework bot that consumes our existing, internal, on-premises APIs during conversations. We'd like to release this bot by dropping a Web Chat Component into the DOM of our e...

6

I'm trying to create a simple chat bot on Microsoft Bot Framework and I want to add LUIS app ID and LUIS subscription key to my application. Where can I get the subscription key?
Thrower asked 21/3, 2017 at 7:32

2

I have created a LUIS Utterance like this with a simple entity included: orders in process for customer abc Where abc is replaced with the simple entity vf_NARCName In the bot when I type the que...
Propaedeutic asked 4/10, 2018 at 15:7

2

We have a bot deployed on Azure but we want to give it to a client so he can deploy it run it using his own resources. We need to give them a Powershell script that magically create and deploy all ...

1

Solved

I made a Bot using Microsoft bot framework and made use of Luis for matching intents. Some of the intents directs it to QNA and and some other intents directs it to graph api. My Question is what...

2

Solved

I've intent A and B using LUIS.ai. In intent A I'm using builder.Prompts.text to ask user couple questions. However, sometimes depending on the answer it would switched to intent B. I'm guessing it...
Spae asked 11/4, 2017 at 16:30

2

Solved

Conversation Learner requires that I provide a LUIS authoring key (LUIS_AUTHORING_KEY). How do I get one and where do I find it?
Palumbo asked 11/5, 2018 at 18:33

1

I have been trying to model the small talk model of api.ai in LUIS, but it is getting out of hand quickly. Any suggestions on how to do this would be appreciated. are you busy, are you ok, are you...
Sequestered asked 28/6, 2016 at 7:55

2

Solved

My bot has LUIS dialog with a couple of intents. I call LUIS dialog from my MessageController. If the intent is detected, I start a child dialog. When the child dialog is done, I call context.Done(...
Neille asked 29/9, 2016 at 23:24

4

Solved

I'm trying to access the complete original text from within a method marked as a LuisIntent within a LuisDialog. The documentation shows these methods as taking two arguments: IDialogContext cont...
Naught asked 7/4, 2016 at 16:51

4

I am developing a Bot Framework application that integrates with Slack using Microsoft Bot technology. In the bot project, I was trying to get the user location when the user sends a message. What...
Chasidychasing asked 17/5, 2016 at 6:8

1

Solved

I'm trying to create a child dialog from a Luis intent to gather additional information from the user. However I'm receiving a Cannot convert from 'method group' to 'ResumeAfter<object>' erro...
Calabrese asked 21/4, 2017 at 19:5

1

Solved

The old version of the LUIS console used to have an "import utterances" function. The new console does not seem to have this function anymore. In addition, the API (I think) used to have this opti...
Stylite asked 20/3, 2017 at 13:7

1

My colleagues and I are working on building a very large application using Microsoft bot framework and Microsoft LUIS. Essentially we are trying to create a bot where people from across the o...

1

Solved

I'm using a LuisDialog and all I get the the callback returns is an IDialogContext and the LuisResult. Is there a way I can get info from the original Activity, like channel, from name, et al?
Retinite asked 7/9, 2016 at 15:55

1

Solved

I'm trying to use the FormBuilder in combination with my intents as I created them in Luis. I just can't find the documentation to do this. I would like to do the following things: A user would ...
Stroh asked 26/4, 2016 at 19:23

2

I have a Dialog class which is a FormDialog (say, FormDialog< SandwichOrder>; one which builds an order for a sandwich, as per the bot framework documentation website). The SandwichOrder include...
Hercules asked 5/4, 2016 at 22:58
1

© 2022 - 2024 — McMap. All rights reserved.