Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/bfcomposer-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Bot Framework Composer is an integrated development tool that developers and mul
* a ready-to-use bot runtime executable

## Advantage of developing bots with Composer
Developers familiar with the Bot Framework SDK will notice differences between bots developed with it and the Bot Framwork Composer. Some of the advantages of developing bots in Composer include:
Developers familiar with the Bot Framework SDK will notice differences between bots developed with it and the Bot Framework Composer. Some of the advantages of developing bots in Composer include:
- use of Adaptive Dialogs allow for Language Generation (LG), which can simplify interruption handling and give bots character
- visual design surface in Composer eliminates the need for boilerplate code and makes bot development more accessible. You no longer need to navigate between experiences to maintain LU model as it is editable within the app.
- time saved with fewer steps to set up your environment
Expand Down