Skip to content

Commit e41dabe

Browse files
authored
Release 'live' 2-26-19 (#1326)
1 parent 05ddade commit e41dabe

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

articles/bot-service-channel-connect-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Once you've confirmed your channel settings, you'll be directed to a page simila
5454

5555
![LINE screenshot channel page](./media/channels/LINE-screenshot-5.png)
5656

57-
Click on the channel you created to access your channel settings, and scroll down to find the **Basic information > Channel secret**. Save that somewhere for a moment.
57+
Click on the channel you created to access your channel settings, and scroll down to find the **Basic information > Channel secret**. Save that somewhere for a moment. Verify the Available features include `PUSH_MESSAGE`.
5858

5959
![LINE screenshot channel secret](./media/channels/LINE-screenshot-6.png)
6060

articles/bot-service-resources-bot-framework-faq.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: v-demak
66
manager: kamrani
77
ms.topic: article
88
ms.service: bot-service
9-
ms.date: 08/28/2018
9+
ms.date: 02/21/2019
1010
---
1111

1212
# Bot Framework Frequently Asked Questions
@@ -44,9 +44,11 @@ SDK V3 bots continue to run and be supported by Azure Bot Service. Since the re
4444
- Bot Framework SDK V4 offers conversational centric development experience with an SDK architecture that is modular and extensible, empowering developers to create robust and sophisticated chat applications. V4 extendable design was based on customer feedback, suggesting SDK V3 dialog models and primitives are too ridged and constraining extendibility.
4545

4646
### What is the general migration strategy? I have a V3 bot, how can I migrate it to V4/ Can I migrate my V3 bot to V4?
47-
- At this time, migration help for bots created with SDK V3 to SDK V4 will come in the form of documentations and samples. We currently do not have plans to provide any SDK V3 compatibility layer in SDK V4 that would allow V3 build bots to work within a V4 bot.
48-
- If you already have Bot Framework SDK V3 bots in production, don’t worry, they continue to work as is for the foreseeable future.
49-
- Bot Framework SDK V4 is an evolution of the very successful V3 SDK. V4 is a major version release which includes breaking changes that prevent V3 bots from running on the newer V4 SDK.
47+
48+
- See [Differences between the v3 and v4 .NET SDK](v4sdk/migration/migration-about.md) for information on migrating V3 bots to V4.
49+
- At this time, migration help for bots created with SDK V3 to SDK V4 will come in the form of documentation and samples. We currently do not have plans to provide any SDK V3 compatibility layer in SDK V4 that would allow V3 build bots to work within a V4 bot.
50+
- If you already have Bot Framework SDK V3 bots in production, don’t worry, they continue to work as is for the foreseeable future.
51+
- Bot Framework SDK V4 is an evolution of the very successful V3 SDK. V4 is a major version release which includes breaking changes that prevent V3 bots from running on the newer V4 SDK.
5052

5153
### Should I build new a bot using V3 or V4?
5254
- For new conversational experiences, we recommend you start a new bot using Bot Framework SDK V4.
-1.19 KB
Loading

0 commit comments

Comments
 (0)