Intermediator Bot Sample Versions Save

A sample bot, built with the Microsoft Bot Framework (v4), that routes messages between two users on different channels.

v1.1

5 years ago

This is the last version targeting Microsoft Bot Framework v3.x.

v1.0

6 years ago

The major changes include:

  • Uses Bot Message Routing component v1.0.2
  • Major code clean-up
  • Resource file for all strings
  • Improved credentials/settings management
  • Tested channels now include: (Emulator), Facebook Messenger, Skype, Slack, Microsoft Teams

v0.2

6 years ago

v0.1

7 years ago

See the README for supported features and documentation.

The features not implemented in this version:

  • Proper routing data storage (rather than in memory like in this version)
  • Direct Line support for custom webchat, which would work better for (customer service) agents to manage several users at the same time
  • Identifying multiple accounts of a single user (i.e. knowing that user A in channel 1 is the same as user B in channel 2)
  • User authentication
  • Localization