Delen via


AdaptiveDialog.CreateChildContext(DialogContext) Methode

Definitie

Hiermee maakt u een onderliggend element DialogContext voor de opgegeven 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

De DialogContext voor de huidige wending van het gesprek.

Retouren

Het onderliggende DialogContext element of null als er geen Actions worden gevonden voor de opgegeven context.

Van toepassing op