Skip to content
Closed
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
Update bot-framework-rest-connector-concepts.md
  • Loading branch information
Nik7A authored Feb 12, 2021
commit ab90cbef986c81047ee3f3029891738278f851d8
2 changes: 1 addition & 1 deletion articles/rest-api/bot-framework-rest-connector-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The Bot Connector service enables your bot to exchange messages with channels co

### Activity

The Bot Connector service exchanges information between between bot and channel (user) by passing an [Activity][Activity] object. The most common type of activity is **message**, but there are other activity types that can be used to communicate various types of information to a bot or channel. For details about Activities in the Bot Connector service, see [Activities overview](https://aka.ms/botSpecs-activitySchema).
The Bot Connector service exchanges information between bot and channel (user) by passing an [Activity][Activity] object. The most common type of activity is **message**, but there are other activity types that can be used to communicate various types of information to a bot or channel. For details about Activities in the Bot Connector service, see [Activities overview](https://aka.ms/botSpecs-activitySchema).

## Bot State service

Expand Down