ryanvolum / offline-directline

Unofficial package to emulate the bot framework connector locally.
https://www.npmjs.com/package/offline-directline
78 stars 44 forks source link

Conversation update #20

Closed ryanvolum closed 6 years ago

ryanvolum commented 6 years ago

Added logic to send bot a conversationUpdate activity when a client is initialized. Unlike the actual directline connector, only one conversationUpdate is sent (instead of one for each the user and the bot).

This serves as a way for bots to proactively welcome users as they join a conversation.