Share via


UserDelay Class

Definition

Script action to delay test script for specified timespan.

public class UserDelay : Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestAction
type UserDelay = class
    inherit TestAction
Public Class UserDelay
Inherits TestAction
Inheritance
UserDelay

Constructors

UserDelay(String, Int32)

Initializes a new instance of the UserDelay class.

Fields

Kind

serialization of kind.

Properties

Timespan

Gets or sets the timespan to delay.

Methods

ExecuteAsync(TestAdapter, BotCallbackHandler, Inspector)

Execute the test.

RegisterSourcePath(String, Int32)

Registers the path to file and callers line.

(Inherited from TestAction)

Applies to