The types can be seen in the .NET SDK, the Swagger schema file, etc. They are message, contactRelationUpdate, conversationUpdate, typing, endOfConversation, event, invoke, deleteUserData, messageUpdate, messageDelete, installationUpdate, messageReaction, suggestion, trace, and handoff.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
See bot-docs-pr PR 1698 for more context.
@JonathanFingold, your link 404s. I don't see a repo called bot-docs-pr under Microsoft Docs unless it is private. Under https://github.com/MicrosoftDocs/bot-docs/pulls, the most recent PR number is 1322.
@grantborthwick - It's a private repo.
Thank you @emgrol
I'm not sure I agree with the idea of relying on the activity spec page as a sort of schema document. That seems to be happening a lot and I don't know how that trend started. It's certainly a well-written document and it should be easy to find, but it can be hard to follow if a developer just wants to see something technical like all 15 activity types. There's no specific anchor on the page where the activity types are listed, so all we can do is link the reader to the whole page and expect them to work it out on their own, which isn't very user-friendly. And I notice that deleteUserData is missing from the spec, so if we replace the activities overview doc with the activity spec then we'll lose the deleteUserData documentation.
I think these are good points @v-kydela. Do you have any suggestions/ideas @kaiqb?
I talked with @Kaiqb about this again today and he said we should just reference the schema docs.
Closing this now that the PR has been merged, changes will go live later today.