ericsk / mbf-line-connect

Create Line Bots with Microsoft Bot Framework Connector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MBF-LINE-CONNECT

Microsoft Bot Framework (MBF) helps chatbot developers do cross-communication-platform development. Developers use BotBuilder SDK to build and deploy a bot, then, the Bot Connector helps the bot communicate with vary message platform. However, the Bot Connector hasn't support the LINE platform yet but the Bot Connector provides REST APIs for developers to manually support the unsupported platforms. This project is a showcase for LINE bot developers to leverage the MBF features by using these REST APIs (a.k.a. Direct Line API).

Architecture

The architecture of this workaround can be drawn as this:

[Bot using MBF] <-- Direct Line --> [Line Bot] <--> (End User)

Folders

  • botcore: The bot built with BotBuilder.
  • linebot: The LINE bot sample. It shows how LINE bots communicate with MBF bot through the Direct Line API.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

Create Line Bots with Microsoft Bot Framework Connector

License:MIT License


Languages

Language:JavaScript 100.0%