TestFlow.SendConversationUpdate Method
Definition
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.
Creates a conversation update activity and process it the activity.
public Microsoft.Bot.Builder.Adapters.TestFlow SendConversationUpdate ();
member this.SendConversationUpdate : unit -> Microsoft.Bot.Builder.Adapters.TestFlow
Public Function SendConversationUpdate () As TestFlow
Returns
A new TestFlow object.