DialogContext.Dialogs 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 set of dialogs which are active for the current dialog container.
public Microsoft.Bot.Builder.Dialogs.DialogSet Dialogs { get; }
member this.Dialogs : Microsoft.Bot.Builder.Dialogs.DialogSet
Public ReadOnly Property Dialogs As DialogSet
Property Value
The set of dialogs which are active for the current dialog container.