Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/dotnet/bot-builder-dotnet-activities.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following activity types are supported by the Bot Builder SDK for .NET.

| Activity.Type | Interface | Description |
|------|------|------|
| [message](#messag) | IMessageActivity | Represents a communication between bot and user. |
| [message](#message) | IMessageActivity | Represents a communication between bot and user. |
| [conversationUpdate](#conversationupdate) | IConversationUpdateActivity | Indicates that the bot was added to a conversation, other members were added to or removed from the conversation, or conversation metadata has changed. |
| [contactRelationUpdate](#contactrelationupdate) | IContactRelationUpdateActivity | Indicates that the bot was added or removed from a user's contact list. |
| [typing](#typing) | ITypingActivity | Indicates that the user or bot on the other end of the conversation is compiling a response. |
Expand Down