DialogContainer.CreateChildContext(DialogContext) Method
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.
Creates an inner dialog context for the containers active child.
public abstract Microsoft.Bot.Builder.Dialogs.DialogContext CreateChildContext (Microsoft.Bot.Builder.Dialogs.DialogContext dc);
abstract member CreateChildContext : Microsoft.Bot.Builder.Dialogs.DialogContext -> Microsoft.Bot.Builder.Dialogs.DialogContext
Public MustOverride Function CreateChildContext (dc As DialogContext) As DialogContext
Parameters
Parents dialog context.
Returns
A new dialog context for the active child.