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.

Where can I get the LUIS subscription key?

I'm trying to create a simple chat bot on Microsoft Bot Framework and I want to add LUIS app ID …

azure botframework chatbot azure-language-understanding
How can I get my bot to post a message to a Microsoft Teams channel?

I have a bot that is identical to the one demonstrated in the docs quickstart. It repeats back whatever the …

node.js botframework microsoft-teams
Lazy load javascript file

I'm trying to implement a Microsoft botframework chatbot on our site but don't want to burden the users who won't …

javascript botframework
Bot Framework - Sign-In Card, how get auth result

working with Microsoft Bot Framework V3 I started using Sign-In Cards. I did a simple cut and paste from example …

bots botframework
How to integrate Luis into bot builder

I'm trying to use the FormBuilder in combination with my intents as I created them in Luis. I just can't …

c# bots botframework azure-language-understanding
Gif images don't play in Microsoft Teams

I'm using the following code to display a gif image as an attachment in my reply: Activity replyToConversation = (Activity)context.…

c# botframework botconnector microsoft-teams
Bot framework v4.0 how to execute the previous waterfall step in a dialog

I'm trying to create a dialog in which I define multiple waterfall steps. In the context of this dialog, I …

c# botframework waterfall
Bot - How to return a newline from Bot to both skype preview and skype web app

I have a Bot app that returns a newline just fine to the Skype preview windows 10 app, using \n\n. …

newline botframework