microsoft / BotFramework-Emulator

A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.
https://aka.ms/botemulator
MIT License
1.8k stars 750 forks source link

Emulator Core: ConversationUpdate should not send when the conversation start, but before the first message #643

Open compulim opened 6 years ago

compulim commented 6 years ago

https://github.com/Microsoft/BotFramework-WebChat/issues/869

According to @EricDahlvang.

Using WebChat or directline, the bot's ConversationUpdate is sent when the conversation is created and the user's ConversationUpdate is sent when they first send a message.

We need to minimize the difference between ABS and Emulator Core.

corinagum commented 5 years ago

I'm a little late to the party but I was reading through our related email thread from the new year Hackathon. I gathered:

To me it sounds like this is an issue that should be tracked in Web Chat, and that we want a sanity check meeting before implementation. Does anyone have further insight?