You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/dotnet/bot-builder-dotnet-activities.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The following activity types are supported by the Bot Builder SDK for .NET.
20
20
21
21
| Activity.Type | Interface | Description |
22
22
|------|------|------|
23
-
|[message](#messag)| IMessageActivity | Represents a communication between bot and user. |
23
+
|[message](#message)| IMessageActivity | Represents a communication between bot and user. |
24
24
|[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. |
25
25
|[contactRelationUpdate](#contactrelationupdate)| IContactRelationUpdateActivity | Indicates that the bot was added or removed from a user's contact list. |
26
26
|[typing](#typing)| ITypingActivity | Indicates that the user or bot on the other end of the conversation is compiling a response. |
0 commit comments