Jaa


AdaptiveDialog.CreateChildContext(DialogContext) Method

Definition

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

dc
DialogContext

The DialogContext for the current turn of conversation.

Returns

The child DialogContext or null if no Actions are found for the given context.

Applies to