Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestActions Namespace

Classes

AssertNoActivity

Basic assertion TestAction, which validates assertions against a reply activity.

AssertReply

Test Script action to assert that the bots' reply matches expectations.

AssertReplyActivity

Basic assertion TestAction, which validates assertions against a reply activity.

AssertReplyOneOf

Assertion that reply from the bot matches one of options.

AssertTelemetryContains

Checks whether telemetry log contsain specific events.

CustomEvent

Action to script sending custom event to the bot.

MemoryAssertions

Run assertions against memory.

UserActivity

Send an activity to the bot.

UserConversationUpdate

Action to script sending a conversationUpdate activity to the bot.

UserDelay

Script action to delay test script for specified timespan.

UserSays

Action to script sending text to the bot.

UserTyping

Action to script sending typing activity to bot.