Skip to content

Commit e978752

Browse files
committed
VSIX - update master README.md to include new Core Bot with Tests template
1 parent bb19948 commit e978752

File tree

1 file changed

+1
-0
lines changed
  • generators/vsix-vs-win/BotBuilderVSIX-V4

1 file changed

+1
-0
lines changed

generators/vsix-vs-win/BotBuilderVSIX-V4/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ There are three different template options. The table below can help guide whic
1515
| ---------- | --------- |
1616
| Echo Bot | A good template if you want a little more than "Hello World!", but not much more. This template handles the very basics of sending messages to a bot, and having the bot process the messages by repeating them back to the user. This template produces a bot that simply "echoes" back to the user anything the user says to the bot. |
1717
| Core Bot | Our most advanced template, the Core Bot template provides 6 core features every bot is likely to have. This template covers the core features of a Conversational-AI bot using [LUIS](https://www.luis.ai). See the **Core Bot Features** table below for more details. |
18+
| Core Bot with Tests | Our Core Bot template plus a full unit test project. This template contains all the Core Bot features plus a complete set of unit tests showing how to unit test Core Bot using the Bot Framework Testing framework introduced in version 4.5 of Bot Framework. |
1819
| Empty Bot | A good template if you are familiar with Bot Framework v4, and simple want a basic skeleton project. Also a good option if you want to take sample code from the documentation and paste it into a minimal bot in order to learn. |
1920

2021
### How to Choose a Template

0 commit comments

Comments
 (0)