- Notifications
You must be signed in to change notification settings - Fork3
wilsoncg/bot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- .NET Core3.1
- Running on a consumption model as an Azure serverless functionv3.x
- Connected to theLUIS language understanding servicev2.0
- Bot Framework SDKv4
- Connected to twitter APIv2
- Custom OAuthASP.NET DelegatingHandler
- Uses Adaptive cardsv1.2 for web chat
$ func host start --csharp
- Install
ms-azuretools.vscode-azurefunctions
vscode extension. ThenF5
for Debugging in VSCode.
docker build -t wilsoncg/bf-cli .docker run wilsoncg/bf-cli luis
Here you can see Rachael in the bot framework emulatorv4:
Adaptive cards are only supported in certain channels. We therefore render tweets as an AdaptiveCard for the webchat channel, and as a HeroCard for the skype channel. Refer to theAzure bot service channels reference.
- Microsoft.NET.Sdk.Functions -Azure Functions docs
- Microsoft.Bot.Builder.Azure -Bot Framework SDK docs
- Bot Framework SDK repohttps://github.com/microsoft/botframework-sdk/blob/master/README.md
- Microsoft.Bot.Builder.* packages & repohttps://github.com/microsoft/botbuilder-dotnet/
- To learn how to debug Azure Bot Service bots, please visithttps://aka.ms/bf-docs-azure-debug
- Full list of app settings variables:https://docs.microsoft.com/en-gb/azure/azure-functions/functions-app-settings
- Azure functions authentication/keyshttps://github.com/Azure/azure-functions-host/wiki/Http-Functions
- Adaptive cards SDKhttps://docs.microsoft.com/en-us/adaptive-cards/sdk/authoring-cards/net
- Microsoft applications:https://apps.dev.microsoft.com
- LUIS applications:https://eu.luis.ai/applications/
- Bot framework:https://dev.botframework.com/bots
- Resources viewer:https://resources.azure.com
- Azure Functions Documentation
- Azure Functions MSDN forum
- Azure Functions on Stack Overflow
- Azure Functions host wiki
- Reporting issues
- Azure function tools for Visual Studio 2017:https://devblogs.microsoft.com/aspnet/visual-studio-tools-for-azure-functions/
- Azure function tools roadmap 2017:https://devblogs.microsoft.com/aspnet/azure-functions-tools-roadmap/