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

Commit 380b6d7

Browse files
authored
Update activity-flow.md
1 parent a2cf1e2 commit 380b6d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_docs/virtual-assistant/handbook/activity-flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Incoming activities are initially received through the BotAdapter implementation
2020
- **Telemetry Middleware** - Configures Application Insights telemetry logging.
2121
- **Transcript Logger Middleware** - Configures conversation transcript logging.
2222
- **Show Typing Middleware** - Sends typing indicators from the bot.
23-
- **Feedback Middleware** - Configures the [Feedback]({{site.baseurl}}//virtual-assistant/feedback) feature.
23+
- **Feedback Middleware** - Configures the [Feedback]({{site.baseurl}}/virtual-assistant/handbook/feedback) feature.
2424
- **Set Locale Middleware** - Configures the CurrentUICulture to enable localization scenarios.
2525
- **Event Debugger Middleware** - Enables debugging for event activities.
2626

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

0 commit comments

Comments
 (0)