DialogContext.ActiveDialog Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the cached instance of the active dialog on the top of the stack or null
if the stack is empty.
public Microsoft.Bot.Builder.Dialogs.DialogInstance ActiveDialog { get; }
member this.ActiveDialog : Microsoft.Bot.Builder.Dialogs.DialogInstance
Public ReadOnly Property ActiveDialog As DialogInstance
Property Value
The cached instance of the active dialog on the top of the stack or null
if the stack is empty.