UserConversationUpdate Class

Definition

Action to script sending a conversationUpdate activity to the bot.

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

Constructors

Name Description
UserConversationUpdate(String, Int32)

Initializes a new instance of the UserConversationUpdate class.

Fields

Name Description
Kind

Kind for serialization.

Properties

Name Description
MembersAdded

Gets the members added names.

MembersRemoved

Gets the members removed names.

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