AdaptiveDialog.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 a child DialogContext for the given context.
public override Microsoft.Bot.Builder.Dialogs.DialogContext CreateChildContext (Microsoft.Bot.Builder.Dialogs.DialogContext dc);
override this.CreateChildContext : Microsoft.Bot.Builder.Dialogs.DialogContext -> Microsoft.Bot.Builder.Dialogs.DialogContext
Public Overrides Function CreateChildContext (dc As DialogContext) As DialogContext
Parameters
The DialogContext for the current turn of conversation.
Returns
The child DialogContext or null if no Actions are found for the given context.