I am trying to call a dialog in the bot which has to go to specific function, Here is the scenario...
I have a dialog bot as shown below
bot.dialog('/Welcome', [
function(session){
builder.Prompts.text(session, "Welcome to the Bot");
},
function…
I am currently writing a Cortana app using Microsoft's Bot Framework and LUIS for language processing.
The goal is to have the user specify a direction and axis for movement. For example: Move Z Axis Up.
In LUIS I have this translated with axis and…
I have created at bot for slack and deployed to Azure, for this bot I have a client requirement, My client wants to measure latency between slack client to Bot and vice a versa. i.e only time taken by user message to reach to Bot and
time taken by…
This problem occurs only on Telegram Desktop App for MacOS.
When a user presses one of any "builder.Prompts.choice" buttons, Bot starts sending message, which is supposed to answer user's choice, infinitely.
This problem occured today and there was…
I'm currently building a chatbot with Azure's Bot service. I use a NLU-Bot, mixed with a waterfall flow, because dependent on the intent I want to get some specific information.
Therefore I match the intent1 and want to
var intents = new…
I am creating a bot based on the instruction on this link but I am getting the Authorization_RequestDenied message when submitting.
Insufficient privileges to complete the operation.
Please check that your account has sufficient access to the…
i)What's the workflow of an Azure Bot Framework Program that is written in Node.js?
ii)Does it always include a Dialog to run through? Or is there any other way to run my program without Dialogs?
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…
I was trying to set up a prod and dev environments for my bot app with Twilio channels tied to an Azure Bot when I started getting this error on my prod env.
Error: POST to 'https://sms.botframework.com/v3/conversations/..../' failed: [400] Bad…
Up until two days ago, I have been running the bot framework using Table Storage for my bot data based on this blog post [Saving State data with Bot Builder for Azure][1]
As of yesterday, I started getting the following error while running the bot…
I have developed a endpoint to be used for an skype bot but I have not hosted it in Azure so in order to be use skype channel I need registered it using Azure Bot Service (Bot Channels Registration). I did it but when I try create a App Password for…
Where to find App settings in Azure bot, which was previously migrated from Microsoft bot framework? I want to set variable AzureWebJobsDisableHomepage with value of true.
How to provide AppId in Azure Bot service. Going ahead all Microsoft bot framework application will be in Azure bot service. In dev portal of Microsoft bot framework we could provide the app Id while create a Bot application. How can we follow the…
I have an Azure Bot Service, AppServiceDomainChecker, that I am trying to migrate to the new Azure Bot Service platform. I click on the "migrate" button on the Bot Framework site and it starts, but it eventually errors out when copying files to the…
I'm developing a chatbot using Bot Framework and Node.js. My purpose is to guide the user with a Menu. I imagine that the user open the bot and it automatically prompts: " Hi I'm your bot you what are you looking for? - option1 - option2 "
Once…