botframework

RASA nlu parse not give currect intent, give same intent in result

假如想象 提交于 2019-12-12 08:16:13
问题 RASA version : 0.10.5 spaCy version : 1.9.0 Installed models : en, en_core_web_sm I am creating training data using dialogflow export data and successfully finished training but when I request and give some text it gives wrong intent result. It always gives the same intent in result and also every time same intent_ranking. Please let me know how can I get proper intent results as well as entities result. 回答1: The general recommendation when Rasa NLU seems to be functioning correctly, but

C# Bot framework - Resource not found Error

Deadly 提交于 2019-12-12 06:55:47
问题 I've built a small basic web bot app using bot framework and want to deploy it on Azure. I've followed all the steps and it's working fine under "Test in Web Chat" of Azure Portal too, but however as I open my bot's endpoint https://optlbot.azurewebsites.net/api/messages I get an error saying The requested resource does not support http method 'GET' Can somebody please help me, I can't debug my application at all. I've also tested on emulator and there too it's working fine. 回答1: Yes, the URL

Luis only picking up 2 intent when published in azure but is working perfectly in bot emulator

大城市里の小女人 提交于 2019-12-12 06:50:01
问题 I have a bot that is working fine in Bot emulator with all its LUIS,QnAMaker and Dispatch. I have many intents including Help which all works perfectly in Bot Emulator but when published on azure and messenger, Anything i type it only returns two intents, Cancel and sometimes None Intent. Bot emulator In Messenger after publishing in Azure My LUIS intents MainDialog: (Dialog A and Dialog B is same as maindialog but inherits ComponentDialog instead of InterruptDialog) public class MainDialog :

What does botframework “Login failed due to MSA collision” mean? And how to fix?

删除回忆录丶 提交于 2019-12-12 06:26:19
问题 Today Microsoft announced their botframework during the Build2016 presentation. I would like to register a bot via https://dev.botframework.com/ but when attempting to log in using my existing Microsoft credentials I receive the following error "Login failed due to MSA collision." What does this error mean? And how can I get logged into Microsoft's botframework.com so that I can register a bot? botframework 回答1: Check that you have a first and last name set on your MSA account. This may be

QnA Maker SDK/Azure templates active learning and endpoint URL

◇◆丶佛笑我妖孽 提交于 2019-12-12 06:23:25
问题 Once the bot is created using qnamaker.ai, I wanted to deploy it in Azure using the SDK and publishing from VS2017, which let me define the top parameter to enable the Active Learning as shown in https://github.com/Microsoft/BotBuilder-CognitiveServices/tree/master/CSharp/Samples/QnAMaker But when I want to register it in dev.botframework the end point URL doesn't work. If I use Azure Bot Service template, is not possible to set the top parameter but registering in my Bots is ready straight

Luis Dialog creation issue

两盒软妹~` 提交于 2019-12-12 05:48:40
问题 hi I am implementing one bot using LUIS, so I want to take input from user & give answer, if user enters incomplete info. then I want to reply him with another dialog which I suppose to get from Luis json. I had implemented the same in Luis. But after the changes of the Luis UI. I am not able to get the steps to implement the above mentioned dynamic conversation in Luis. Looking guidance on the same. Thanks in advance. In the old version of luis, I had designed the Luis Application which was

Creating a thumbnail card with buttons in Bot Framework for Node.js without the session object

和自甴很熟 提交于 2019-12-12 05:47:18
问题 My bot has a timer job that checks for something every N minutes and sends a reminder to the user. Since this is a timer job, that means it's outside any dialog and I don't have access to the session object. The code works fine if I create the reminder message like this: new builder.Message().text("This is a reminder!"); However, this code does not work because the CardAction requires a session object as a parameter: var card = new builder.ThumbnailCard() .title("Reminder") .text("Hey it's a

Can I download an Entities List from my bot using LUIS?

百般思念 提交于 2019-12-12 05:41:57
问题 I manually inputted thousands of data points into my LUIS bot for an Entities List but I may have to start over with a new bot. Is there any way to preserve my Entities List that I made? 回答1: In the luis.ai page, once logged you can see your applications at https://www.luis.ai/applications. Right from there, you can export your application using the {} button. Then, you can just click the Import App button (in that account or in another one) to import it back. 回答2: As stuartd said in his

How to switch between two luis.ai dialog with different languages

限于喜欢 提交于 2019-12-12 05:40:25
问题 i have created a bot in bot framework using also luis.ai. In my luis account i have created two app with different language culture. One app in english and other in french. Both have their intents. In my code i call one time english dialog, and other time french luis dialog . My problem is that when i start conversation in english facebook channel ( messenger ) i get the right answer. Inside this bot and channel when i type in french , my bot don't call french dialog . When i start

How to localize Microsoft Bot Application?

China☆狼群 提交于 2019-12-12 05:29:57
问题 I am creating a bot application using Microsoft Bot Framework and want to localize the bot with multiple languages. I have created resource files but I don't know how to proceed with setting the culture. I know about Localizing MVC Web Application but I am not getting how do I do this for the Dialogs in Bot Application . 回答1: Create a Resources.resx file for your default language. From there you can create another resx for other languages such as Resources.fr.resx for french. Then change the