I can Update and Delete activities from a Skill #5788
Labels
Area: Skills
The issue is related to skills
feature-request
A request for new functionality or an enhancement to an existing one.
P1
Painful if we don't fix, won't block releasing
Size: M
The issue is not very complex and it is well understood, it will take 1 to 3 days to complete
Issue
SkillHandler
does not currently implementOnDeleteActivityAsync
andOnUpdateActivityAsync
so a skill that tries to send update or delete activities will get a not implemented exception.Proposed change
Implement
SkillHandler.OnUpdateActivityAsync
andSkillHandler.OnDeleteActivityAsync
and create a teams sample based on sample 57.teams-conversation-bot that demonstrates how to use the feature.Component Impact
Additional notes
If the consumer is interacting with the skill using
ExpectReplies
, the delete and update activities will still hit the SkillController endpoint which is a non-issue since this scenario mainly targets teams that doesn't use ExpectReplies.TODO: need to test this in Slack if time allows.
Related
Tracking Status
Dotnet SDK (Tracked in issue)
Javascript SDK (Tracked in issue)
Python SDK (Tracked in issue)
The text was updated successfully, but these errors were encountered: