Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Update activity-flow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lauren-mills authored Nov 22, 2019
1 parent a2cf1e2 commit 380b6d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_docs/virtual-assistant/handbook/activity-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Incoming activities are initially received through the BotAdapter implementation
- **Telemetry Middleware** - Configures Application Insights telemetry logging.
- **Transcript Logger Middleware** - Configures conversation transcript logging.
- **Show Typing Middleware** - Sends typing indicators from the bot.
- **Feedback Middleware** - Configures the [Feedback]({{site.baseurl}}//virtual-assistant/feedback) feature.
- **Feedback Middleware** - Configures the [Feedback]({{site.baseurl}}/virtual-assistant/handbook/feedback) feature.
- **Set Locale Middleware** - Configures the CurrentUICulture to enable localization scenarios.
- **Event Debugger Middleware** - Enables debugging for event activities.

Expand Down Expand Up @@ -49,4 +49,4 @@ Once interruptions are evaluated, the activity is processed according to its act
- **OnMessageActivityAsync()** - Any incoming message activities that were not handled by a waiting dialog.
- **OnMembersAddedAsync()** - Any incoming conversation update activity. Used for introduction logic.
- **OnEventActivityAsync()** - Any incoming event activity
- **OnUnhandledActivityTypeAsync()** - Any other incoming activity.
- **OnUnhandledActivityTypeAsync()** - Any other incoming activity.

0 comments on commit 380b6d7

Please sign in to comment.