We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0010ab5 commit e67629eCopy full SHA for e67629e
Scripts/UnitTests/TestAssistantCF.cs
@@ -40,9 +40,9 @@ class TestAssistantCF : UnitTest
40
private fsSerializer _serializer = new fsSerializer();
41
42
private string _inputString = "Hello";
43
- private string _conversationString0 = "unlock the door";
44
- private string _conversationString1 = "turn on the ac";
45
- private string _conversationString2 = "turn down the radio";
+ private string _conversationString0 = "Are you open on christmas?";
+ private string _conversationString1 = "Can you connect me to a real person?";
+ private string _conversationString2 = "goodbye";
46
private static string _lastIntent = null;
47
48
private static string _createdWorkspaceName = "unity-sdk-example-workspace-delete";
0 commit comments