Del via


PersistentDialogTask Class

Definition

This dialog task loads the dialog stack from IBotData before handling the incoming activity and saves the dialog stack to IBotData afterwards.

public sealed class PersistentDialogTask : Microsoft.Bot.Builder.Dialogs.Internals.IPostToBot
type PersistentDialogTask = class
    interface IPostToBot
Public NotInheritable Class PersistentDialogTask
Implements IPostToBot
Inheritance
PersistentDialogTask
Implements

Constructors

PersistentDialogTask(IPostToBot, IBotData)

Explicit Interface Implementations

IPostToBot.PostAsync(IActivity, CancellationToken)

Applies to