question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

C# - Bot Emulator @Mentions Empty in Message object

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tomlmcommented, Apr 9, 2016

I just updated the emulator and it supports mentions as described. Thanks

1reaction
tomlmcommented, Apr 1, 2016

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found