Difficulty accessing messages in an existing conversation in Microsoft Bot Framework
问题 I'm trying to build a separate app - basically a daemon running on my intranet - that can connect to a Bot Connector app and access an existing conversation between a user and the bot. To start at this, I'm using the DirectLine NuGet package, and then searching for existing messages with the conversationId found in a conversation I've started with the bot via the emulator. For example, I fired up the emulator, and got the conversationId "8a684db8". Over in my console app, I've got the