ActivityTypes enum
Enum representing activity types.
Fields
| Command | A command activity. |
| CommandResult | A result of a command activity. |
| ContactRelationUpdate | An update to a contact relationship. |
| ConversationUpdate | An update to a conversation. |
| DeleteUserData | An activity to delete user data. |
| EndOfConversation | Indicates the end of a conversation. |
| Event | An event activity. |
| Handoff | A handoff activity to another bot or human. |
| InstallationUpdate | An update to an installation. |
| Invoke | An invoke activity. |
| InvokeResponse | A response to an invoke activity. |
| Message | A message activity. |
| MessageDelete | A deletion of a message. |
| MessageReaction | A reaction to a message. |
| MessageUpdate | An update to a message. |
| Suggestion | A suggestion activity. |
| Trace | A trace activity for debugging. |
| Typing | A typing indicator activity. |