@@ -323,7 +323,6 @@ public boolean resetContexts() {
323
323
/**
324
324
* Retrieves the list of all currently active contexts for a session
325
325
*
326
- * @param serviceContext custom service context that should be used instead of the default context
327
326
* @return List of contexts, or empty list if there is no any active contexts
328
327
* @throws AIServiceException
329
328
*/
@@ -595,7 +594,7 @@ public AIResponse uploadUserEntities(final Collection<Entity> userEntities, AISe
595
594
/**
596
595
* @param requestJson Cannot be <code>null</code>
597
596
* @param serviceContext custom service context that should be used instead of the default context
598
- * @return
597
+ * @return Response string
599
598
* @throws MalformedURLException
600
599
* @throws AIServiceException
601
600
*/
@@ -605,7 +604,7 @@ protected String doTextRequest(final String requestJson, AIServiceContext servic
605
604
606
605
/**
607
606
* @param requestJson Cannot be <code>null</code>
608
- * @return
607
+ * @return Response string
609
608
* @throws MalformedURLException
610
609
* @throws AIServiceException
611
610
*/
@@ -616,7 +615,7 @@ protected String doTextRequest(final String requestJson) throws MalformedURLExce
616
615
/**
617
616
* @param endpoint Cannot be <code>null</code>
618
617
* @param requestJson Cannot be <code>null</code>
619
- * @return
618
+ * @return Response string
620
619
* @throws MalformedURLException
621
620
* @throws AIServiceException
622
621
*/
@@ -628,7 +627,7 @@ protected String doTextRequest(final String endpoint, final String requestJson)
628
627
* @param endpoint Cannot be <code>null</code>
629
628
* @param requestJson Cannot be <code>null</code>
630
629
* @param additionalHeaders
631
- * @return
630
+ * @return Response string
632
631
* @throws MalformedURLException
633
632
* @throws AIServiceException
634
633
*/
0 commit comments