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

Name Description
Instance

Initializes a read-only new instance of the NullDialogDebugger.

Properties

Name Description
TraceSteps

Gets or sets a value indicating whether to trace steps.

Explicit Interface Implementations

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

Applies to