EricDahlvang
If you're not having fun with code, you're probably doing it wrong.
@Microsoft Bellevue, Washington
Pinned Repositories
AdaptiveCards-WeatherBot
Example showing how to create an intelligent bot that displays a weather forecast for a city using APIXU.
AdaptiveDoWhile
DoWhile Adaptive Dialog example
BotFramework-SynchronousSkill
Experimental parent and skill bots demonstrating invoke, expected replies and Teams invoke
ChooseLanguageBot
BotBuilder .NET SDK example of overriding the activity Locale with user choice
Dynamic-Teams-Backgrounds
Dynamic Microsoft Teams Meeting Backgrounds with Stable Diffusion - 2022 Hackathon
FacebookEventsBotExpanded
23.facebook-events including an example of Facebook handover protocol
Microsoft.Bot.Builder.FormFlow
FormFlow for BotBuilder-dotnet v4
MultiTurnPromptBot-SyncId
Copied from https://github.com/microsoft/BotBuilder-Samples/tree/master/samples/csharp_dotnetcore/05.multi-turn-prompt and modified to demonstrate how a bot can be made to ignore superfluous messages
OpenUrlRedirectBot
Example of how to provide a Redirect Controller enabling logging when a user clicks an OpenUrl link
SuperSimpleProxyBot
Super simple example demonstrating how little code is needed to proxy a conversation between users on different channels
EricDahlvang's Repositories
EricDahlvang/AdaptiveCards-WeatherBot
Example showing how to create an intelligent bot that displays a weather forecast for a city using APIXU.
EricDahlvang/ChooseLanguageBot
BotBuilder .NET SDK example of overriding the activity Locale with user choice
EricDahlvang/EndConversationTest
EricDahlvang/ExchangeConnectivityTest
Test connectivity to an email account using EWS apis
EricDahlvang/intermediator-bot-sample
A bot build on Microsoft Bot Framework that routes messages between users on different channels. This sample also provides a solution for call center integration (customer service agent UI).
EricDahlvang/Microsoft.Bot.Sample.AzureSql
IBotDataStore implementation using Azure Sql
EricDahlvang/AADv2Sample-Workarounds
Shows a number of workarounds for specific channels when using the AADv2 sample
EricDahlvang/AdaptiveCards
A new way for developers to exchange card content in a common and consistent way.
EricDahlvang/AuthBot
General authentication/authorization Bot Framework sample
EricDahlvang/BackChannelEventTest
Repo created to assist in answering: http://stackoverflow.com/questions/43528342/sending-events-from-an-embedded-webchat
EricDahlvang/Bot-HandOff
EricDahlvang/BotAuth
BotAuth it a set of libraries for .NET and Node that simplifies the process of perfoming OAuth and establishing an identity in a project build with the Bot Framework.
EricDahlvang/BotBuilder
Azure Bot Service provides tools to build, test, deploy, and manage connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services.
EricDahlvang/BotBuilder-Azure
Azure specific functionality of the Microsoft Bot Builder
EricDahlvang/BotBuilder-AzureSql
AzureSQL implementation of Microsoft Bot Builder's IActivityLogger and IBotDataStore
EricDahlvang/BotBuilder-CognitiveServices
The Microsoft Cognitive Services controls for Microsoft Bot Builder
EricDahlvang/botbuilder-java
Java SDK used to build chat bots for the Microsoft Bot Framework.
EricDahlvang/BotBuilder-Location
An open-source location picker control for Microsoft Bot Framework powered by Bing Maps REST services.
EricDahlvang/BotFramework-Emulator
Emulator for the Microsoft Bot Framework. Allows developers to test and debug their bots on localhost or remotely through a tunnel.
EricDahlvang/botFramework-proactiveMessages
Microsoft Bot Framework proactive messages samples
EricDahlvang/BotFramework-Samples
Samples used in the Bot Framework documentation and blog posts
EricDahlvang/botframeworktest
Microsoft Bot Framework Node.js Express Test
EricDahlvang/BotToBot-Handoff
Bot Framework sample to show how to build a single bot from multiple sub-bots that are independently developed and deployed.
EricDahlvang/ContosoScubaBot-1
Sample bot built with rich Adaptive Cards
EricDahlvang/DirectLineAndroidSample
Android Sample for Direct Line API - Microsoft Bot Framework
EricDahlvang/LearnAI-Bootcamp
LearnAI Boot Camp Training Materials
EricDahlvang/microsoft-bot-testing
EricDahlvang/MultiTurnHelpStepsBot
Simple example of tracking multi-turn steps within a bot with Next and Back buttons in a Hero card
EricDahlvang/SkinnedWebChat
Bot used in a .net mvc site, demonstrating how a WebChat bot can be themed.
EricDahlvang/TokenBotExample
Example of how to exchange a bot Secret for a Token in an MVC site.