C# - Bot Emulator @Mentions Empty in Message object
See original GitHub issueI am using the Bot Emulator and typing into the window the following message:
What time is it for @paul at 2 in the afternoon?
In the Microsoft.Bot.Connector.Message
class I was expecting the mentions property on the object to be populated with paul
or @paul
I am not entirely sure if this is a bug or me not understanding how this property gets populated in the API
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
C# - Bot Emulator @Mentions Empty in Message object · Issue ...
I am using the Bot Emulator and typing into the window the following message: What time is it for @paul at 2 in...
Read more >c# - Mentions in Framework and Emulator always empty
The context.Activity.GetMentions() always returns an empty array of mentions. I tried a lot of different names (Bot, the bot-guid, foobot, ...
Read more >Basics of the Microsoft Bot Framework - Bot Service
The message activity carries conversation information between the parties. In an echo bot example, the message activities are carrying simple ...
Read more >Sending a Welcome Message using the v4 Bot Framework ...
The chat screen remained completely empty. Where was the welcome message and first question? When I finally typed "Hello?" into the chat window, ......
Read more >Using the Bot framework | My Memory
Run you Bot application; Run the Bot emulator; In the emulator type the following http://localhost:3979/api/messages (obviously replace the localhost:3979 ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I just updated the emulator and it supports mentions as described. Thanks
oh dang, that’s a good idea. The emulator is currently only detects mentioning the bot by appId, aka @FooBot will show up in the mentions. But just doing it as a simulated user is a good idea, I will update it.