Share via


DialogContext.Dialogs Property

Definition

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.

Applies to