Skip to content

Commit 49a68d2

Browse files
author
Mehak Bindra
committed
minor rendering error
1 parent 8384a95 commit 49a68d2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

teams.md/src/components/include/migrations/botbuilder/sending-activities/python.incl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
# highlight-error-start
105105
- from botbuilder.core import ActivityHandler, TurnContext
106106
- from botbuilder.schema import Activity, Attachment
107-
# higlight-error-end
107+
# highlight-error-end
108108
# highlight-success-start
109109
+ from microsoft.teams.api import MessageActivity
110110
+ from microsoft.teams.apps import ActivityContext, App
@@ -167,7 +167,7 @@
167167
# highlight-success-start
168168
+ from microsoft.teams.api import Attachment, MessageActivity, MessageActivityInput
169169
+ from microsoft.teams.apps import ActivityContext, App
170-
# highlight-success-start
170+
# highlight-success-end
171171
172172
# highlight-error-start
173173
- class MyActivityHandler(ActivityHandler):

teams.md/src/pages/templates/migrations/botbuilder/integration.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ and registers the `BotBuilderPlugin` with your adapter and activity handler. It
6060
In the ouptut below,
6161
The first line comes from the BotBuilder ActivityHandler. The second line comes from the Teams SDK message activity handler.
6262
This shows that both handlers can process the same message sequentially when using the BotBuilder Plugin.
63+
This strategy can now be used to incrementally migrate from BotBuilder to the Teams SDK.
6364

6465
```
6566
hi from botbuilder...

0 commit comments

Comments
 (0)