azure-bot-service

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

How to implement confirm prompt default locale in node bot v4

眉间皱痕 提交于 2019-12-11 17:14:10
问题 I am trying to do confirm prompt the user based on the user's prefered locale. but V4 bot prompting user in English as well eventhough Locale is spanish. Here is my code in v4 node: const { ConfirmPrompt } = require('botbuilder-dialogs'); const CONFIRM_PROMPT_ES = 'confirmPrompt_ES'; const CONFIRM_PROMPT_EN = 'confirmPrompt_EN'; // added dialogs to dialogSet this.addDialog(new ConfirmPrompt(CONFIRM_PROMPT_ES,false,**'es-mx'**)) .addDialog(new ConfirmPrompt(CONFIRM_PROMPT_EN)) if(constant.lang

Cortana channel - Failed to create bot module

╄→尐↘猪︶ㄣ 提交于 2019-12-11 16:08:33
问题 I'm using Azure Bot Channels Registration for my bot, I have working endpoint and bot works well in Web Chat and My settings are: Display Name: Engine Crave Invocation Name: Engine Crave Long Desc, Short Desc etc are all correct and filled and also organization at the last is also selected. Also, My bot takes no user permissions. But when I save the Cortana Channel, I get a popup: Unable to save. There was an error saving the channel: Failed to create bot module. Trace Id : 87140f58-46f8-4101

Using Azure Bot Service with non-Channel-Configurable Chat Service

爱⌒轻易说出口 提交于 2019-12-11 15:36:43
问题 When I create a bot in Slack, I can use channel configuration on Azure Bot Service to receive event/message from Slack and communicate with my Web App Bot which handles various functions. However, when I create a bot in a chat service which is not supported in channel configuration (e.g., Discord), I need to set up a client in my Web App Bot (e.g., Discord.Net) to communicate with the service. Then, although I guess the Direct Line channel (REST API) will handle communication between the Web

How can I programmatically obtain the DirectLine secret of a Microsoft Bot Framework chatbot application?

走远了吗. 提交于 2019-12-11 12:09:28
问题 I'm trying to automate the process of creation and deploy of chatbot applications using the Microsoft Bot Framework and the Azure Bot Service . I have a custom template that speaks to a service of mine, and I just need to customize the Web.config file for each chatbot to be deployed. I also want to use the default.htm to host a basic web chat that uses the DirectLine secret of the deployed chatbot. I was able to create a WebApp Chatbot application using the Azure CLI 2.0 , as well as

How to recover a bot made with Azure Bot Service (Botframework)?

与世无争的帅哥 提交于 2019-12-11 06:28:53
问题 While working on my bot through Microsoft Azure's "Bot Sevice" template, I clicked "save" on a change to index.js, and received an error "Unable to save," but then the entire file went blank, and I lost all the code for my bot - which was already live! It is deployed through Bot Framework to places like Slack, Kik, Facebook and others... Is there a way to recover this file? The only version I have backed up locally is too old to be much use. Thanks! 来源: https://stackoverflow.com/questions

Dialogflow bot integrated with Business Skype

删除回忆录丶 提交于 2019-12-11 06:17:02
问题 I have a bot built with Dialogflow and works perfectly in Telegram and Skype channels. However I need it to be accessed through Skype for business. Directly from Dialogflow, there is no such integration, so I decided to take a look at Microsoft bot framework where my Skype integration is hosted. Right there I can see the Skype for business channel option but when I click it, I get prompted to migrate my bot to Azure bots because Skype for business channel is only available in Azure Bot

There was an error sending this message to your bot - Test in Web Chat

て烟熏妆下的殇ゞ 提交于 2019-12-11 04:29:24
问题 I have a C# bot developed in Visual Studio which runs successfully on a bot emulator in desktop. This bot was published to Azure and again ran successfully in the bot emulator. I think this means that the app-ID and password of the bot are correct. However the same bot wouldn't work in web chat or in the "Test in Web Chat" window in Azure portal. It always replies with - couldn't send retry. Could someone please help me out? Update: An inspection of "Issues" in Channel window gives the

Difference between Microsoft Bot Framework and Azure Bot Service?

谁说我不能喝 提交于 2019-12-10 10:21:17
问题 I want to create a bot, but I am confused what is exactly Bot Framework and Azure Bot service? Can anyone explain in detail? 回答1: The best way to understand the difference is going through the docs. The Azure Bot Service documentation is available here. In a nutshell, Azure Bot Service provides a set of templates to get started with the creation of Bots and accelerate the development since it provides an integrated environment. Of course, the templates that it creates are based on the

There was an error sending this message to your bot: HTTP status code NotFound

妖精的绣舞 提交于 2019-12-08 03:48:55
问题 I tried to deploy the bot in azure. Initially I created a web app bot in azure and then I download the code from azure. After that I added all the production files like .bot, .env, web.config files in my git repository. After that I added my git repository to the azure. I also included the microsoft app id and app password in app.js file and web.config files. When I start giving test in web chat it is not running properly instead it shows " There was an error sending this message to your bot: