DialogContext.Child 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 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.