Top "Botframework" questions

The Microsoft Bot Framework is used for building intelligent chat bots and deploying them to multiple messaging platforms or channels at once.

date.toLocaleDateString is not a function

Have simple function which returns an error: ERROR: date.toLocaleDateString is not a function TypeError: date.toLocaleDateString is not a …

javascript node.js string date botframework
node.js error message events.js:183 throw er; // Unhandled 'error' event

Playing around Microsoft's botframework, when I try to run the app.js file, which is the main file of the …

node.js botframework sublimetext
Bot Framework without Azure possible?

If i'm building a bot with the Microsoft Bot Framework, do i need to deploy my bot to Azure in …

azure bots botframework
How to resolve the error as “500 internal server error” in Bot Framework Channel Emulator?

I am working on Bot framework technology, recently Microsoft announced the new version (V3) of bot. I was already developed …

botframework
How to get started with Microsoft Bot Framework?

I got introduced to BOTBUILDER from one of the links shared in hacker-news. What are the developer resources to get …

c# azure bots botframework
Microsoft Bot Integration with Whatsapp

I am trying to integrate Microsoft Bot Framework with WhatsApp. I already have existing bots (skype and webchat) that talk …

botframework bots whatsapp
How to avoid "Sorry, my bot code is having an issue" in Microsoft Bot Framework

I have a bot that runs on Azure + Bot Framework + LUIS (via LuisDialog). If the user happens to send two …

c# botframework azure-language-understanding
Handling multiple dialogs in Microsoft bot framework

I am creating a bot using Microsoft bot framework , the bot will be receiving orders for a restaurant , I want …

botframework
Bot Framework V4 - TypeError: Cannot perform 'get' on a proxy that has been revoked

I am trying to make a rest query against a database that stores knowledge articles for users and returns an …

javascript botframework
Terminate all dialogs and exit conversation in MS Bot Framework when the user types "exit", "quit" etc

I can't figure out how to do the a very simple thing in MS Bot Framework: allow the user to …

c# bots botframework