You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assistant/v2/Assistant.cs
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ public AssistantService(Credentials credentials)
94
94
}
95
95
else
96
96
{
97
-
thrownewWatsonException("Please provide a username and password or authorization token to use the Assistant service. For more information, see https://github.com/watson-developer-cloud/unity-sdk/#configuring-your-service-credentials");
97
+
thrownewIBMException("Please provide a username and password or authorization token to use the Assistant service. For more information, see https://github.com/watson-developer-cloud/unity-sdk/#configuring-your-service-credentials");
98
98
}
99
99
}
100
100
@@ -155,7 +155,7 @@ public bool CreateSession(Callback<SessionResponse> callback, String assistantId
0 commit comments