@@ -323,7 +323,6 @@ public boolean resetContexts() {
323323 /**
324324 * Retrieves the list of all currently active contexts for a session
325325 *
326- * @param serviceContext custom service context that should be used instead of the default context
327326 * @return List of contexts, or empty list if there is no any active contexts
328327 * @throws AIServiceException
329328 */
@@ -595,7 +594,7 @@ public AIResponse uploadUserEntities(final Collection<Entity> userEntities, AISe
595594 /**
596595 * @param requestJson Cannot be <code>null</code>
597596 * @param serviceContext custom service context that should be used instead of the default context
598- * @return
597+ * @return Response string
599598 * @throws MalformedURLException
600599 * @throws AIServiceException
601600 */
@@ -605,7 +604,7 @@ protected String doTextRequest(final String requestJson, AIServiceContext servic
605604
606605 /**
607606 * @param requestJson Cannot be <code>null</code>
608- * @return
607+ * @return Response string
609608 * @throws MalformedURLException
610609 * @throws AIServiceException
611610 */
@@ -616,7 +615,7 @@ protected String doTextRequest(final String requestJson) throws MalformedURLExce
616615 /**
617616 * @param endpoint Cannot be <code>null</code>
618617 * @param requestJson Cannot be <code>null</code>
619- * @return
618+ * @return Response string
620619 * @throws MalformedURLException
621620 * @throws AIServiceException
622621 */
@@ -628,7 +627,7 @@ protected String doTextRequest(final String endpoint, final String requestJson)
628627 * @param endpoint Cannot be <code>null</code>
629628 * @param requestJson Cannot be <code>null</code>
630629 * @param additionalHeaders
631- * @return
630+ * @return Response string
632631 * @throws MalformedURLException
633632 * @throws AIServiceException
634633 */
0 commit comments