UserSays Class

Definition

Action to script sending text to the bot.

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

Constructors

Name Description
UserSays(String, Int32)

Initializes a new instance of the UserSays class.

Fields

Name Description
Kind

Seralization of kind.

Properties

Name Description
Text

Gets or sets the text.

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