Reaction buttons example and activity id #3632
Labels
backlog
Out of scope for the current iteration but it will be evaluated in a future release.
Bot Services
Required for internal Azure reporting. Do not delete. Do not change color.
bug
Indicates an unexpected problem or an unintended behavior.
customer-replied-to
Required for internal reporting. Do not delete.
customer-reported
Required for internal Azure reporting. Do not delete.
front-burner
p2
Nice to have
Sample
Implement PoC or sample code
Milestone
Version
4.11
Describe the bug
First, I'm not sure if this is the best category for my input.
In the sample for reaction buttons the activityId is passed in the MessageReaction object which does not seem to be part of the specification bot builder implementation.
Also, MessageRection.cs has a type property for the reaction which is not used in the sample to populate the reaction.
Steps to reproduce
See implementation in the sample
Expected behavior
Shoudn't the activityid be transported via the
replyToId
activity property and the reaction in the type of "MessageReaction"?Like this:
This way, it would be easier to handle the reactions out of the box with c# bot builder sdk:
[Bug]
The text was updated successfully, but these errors were encountered: