File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/IBM.WatsonDeveloperCloud.Assistant.v1.IntegrationTests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ public class AssistantServiceIntegrationTests
4040
4141 private static string _workspaceID ;
4242 private string _inputString = "Hello" ;
43- private string _assistantString0 = "unlock the door " ;
44- private string _assistantString1 = "turn on the ac " ;
45- private string _assistantString2 = "turn down the radio " ;
43+ private string _assistantString0 = "Are you open on christmas? " ;
44+ private string _assistantString1 = "Can you connect me to a real person? " ;
45+ private string _assistantString2 = "goodbye " ;
4646
4747 private static string _createdWorkspaceName = "dotnet-sdk-example-workspace-delete" ;
4848 private static string _createdWorkspaceDescription = "A Workspace created by the .NET SDK Conversation example script. Please delete this." ;
You can’t perform that action at this time.
0 commit comments