DialogContext.Child Property

Definition

Gets dialog context for child if there is an active child.

public Microsoft.Bot.Builder.Dialogs.DialogContext Child { get; }
member this.Child : Microsoft.Bot.Builder.Dialogs.DialogContext
Public ReadOnly Property Child As DialogContext

Property Value

Dialog context for child if there is an active child.

Applies to