Skip to content
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 articles/v4sdk/bot-builder-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ monikerRange: 'azure-bot-service-4.0'
# Basic bot structure
[!INCLUDE [pre-release-label](../includes/pre-release-label.md)]

Azure Bot Service and the Bot Builder SDK provides libraries, samples, and tools to help you build and debug bots. However, before we get into too much detail on any of those, it's important to understand the basic structure of a bot and how they all work together. These concepts apply regardless of of which programming language you choose. Links to more in depth content are provided throughout; this article will provide an initial mental framework for how a bot operates.
Azure Bot Service and the Bot Builder SDK provides libraries, samples, and tools to help you build and debug bots. However, before we get into too much detail on any of those, it's important to understand the basic structure of a bot and how they all work together. These concepts apply regardless of which programming language you choose. Links to more in depth content are provided throughout; this article will provide an initial mental framework for how a bot operates.

From the ground up, let's explore the basic structure of a bot.

Expand Down