TestScript.SendConversationUpdate(String, Int32) 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.
Sends conversation update.
public Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestScript SendConversationUpdate (string path = "", int line = 0);
member this.SendConversationUpdate : string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestScript
Public Function SendConversationUpdate (Optional path As String = "", Optional line As Integer = 0) As TestScript
Parameters
- path
- String
Optional path to caller file.
- line
- Int32
Optional number for the caller's line.
Returns
Modified TestScript.