Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Rachael - C# Azure Bot

NotificationsYou must be signed in to change notification settings

wilsoncg/bot

Repository files navigation

Rachael

Features:

  • .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

To build & Run:

$ func host start --csharp
  • Installms-azuretools.vscode-azurefunctions vscode extension. ThenF5 for Debugging in VSCode.

Run botframework-cli tools locally

docker build -t wilsoncg/bf-cli .docker run wilsoncg/bf-cli luis

Bot Framework Emulator application

Here you can see Rachael in the bot framework emulatorv4:

Rachael running in the emulator

AdaptiveCards vs HeroCard

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.

Tweet as HeroCard:

Tweet as HeroCard

Tweet as AdaptiveCard:

Tweet as AdaptiveCard

Nuget referenced packages:

Useful links:

Portal links:

Azure functions (Getting help):

Old links:


[8]ページ先頭

©2009-2025 Movatter.jp