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: 2 additions & 0 deletions articles/v4sdk/bot-builder-concept-dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ The central concept in the SDK to manage conversations is the idea of a Dialog.

At runtime, Dialog instances are arranged in a stack. The Dialog on the top of the stack is referred to as the ActiveDialog. The current active Dialog processes the inbound Activity. Between each turn of the conversation (which is not time-bound and may span over several days), the stack is persisted.

## Dialog Lifecycle

A Dialog implements three main functions:
- BeginDialog
- ContinueDialog
Expand Down