UserTyping Class

Definition

Action to script sending typing activity to bot.

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

Constructors

Name Description
UserTyping(String, Int32)

Initializes a new instance of the UserTyping class.

Fields

Name Description
Kind

Kind to serialize.

Properties

Name Description
User

Gets or sets the User name.

Methods

Name Description
ExecuteAsync(TestAdapter, BotCallbackHandler, Inspector)

Execute the test.

RegisterSourcePath(String, Int32)

Registers the path to file and callers line.

(Inherited from TestAction)

Applies to