Share via


NullDialogDebugger Class

Definition

Default Dialog Debugger which simply ignores step calls for the IDialogDebuggerinterface.

public class NullDialogDebugger : Microsoft.Bot.Builder.Dialogs.Debugging.IDialogDebugger
type NullDialogDebugger = class
    interface IDialogDebugger
Public Class NullDialogDebugger
Implements IDialogDebugger
Inheritance
NullDialogDebugger
Implements

Fields

Instance

Initializes a read-only new instance of the NullDialogDebugger.

Properties

TraceSteps

Gets or sets a value indicating whether to trace steps.

Explicit Interface Implementations

IDialogDebugger.StepAsync(DialogContext, Object, String, CancellationToken)

Applies to