Skip to content

Releases: tompaana/intermediator-bot-sample

Intermediator Bot Sample v1.1

03 Jul 10:52
49c7f08
Compare
Choose a tag to compare

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

Intermediator Bot Sample v1.0

29 Jan 12:12
49c7f08
Compare
Choose a tag to compare

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

The first stable release utilizing the Bot Message Routing NuGet package

29 Aug 14:58
Compare
Choose a tag to compare
Merge pull request #23 from tompaana/development_nuget

Merging development snapshot to master

Version 0.1

17 Jan 12:21
Compare
Choose a tag to compare
Version 0.1 Pre-release
Pre-release

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