NullDialogDebugger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |