Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
DeleteActivityHandler type
- Package:
- @microsoft/agents-hosting
Defines a handler for deleting an activity. Used for middleware that needs to intercept or handle activity deletions.
type DeleteActivityHandler = (
context: TurnContext,
reference: ConversationReference,
next: () => Promise<void>
) => Promise<void>
