Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestActions Namespace
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.
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. |