This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch ver-0.8.0
in repository
https://gitbox.apache.org/repos/asf/incubator-nlpcraft-java-client.git
The following commit(s) were added to refs/heads/ver-0.8.0 by this push:
new 6187c1a Update NCResult.java
6187c1a is described below
commit 6187c1ad687db03e1467f71f91da42e05b22fac9
Author: unknown <[email protected]>
AuthorDate: Tue May 18 09:46:09 2021 -0700
Update NCResult.java
---
src/main/java/org/apache/nlpcraft/client/NCResult.java | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/nlpcraft/client/NCResult.java
b/src/main/java/org/apache/nlpcraft/client/NCResult.java
index e14a7da..74d9871 100644
--- a/src/main/java/org/apache/nlpcraft/client/NCResult.java
+++ b/src/main/java/org/apache/nlpcraft/client/NCResult.java
@@ -113,6 +113,10 @@ public interface NCResult {
*/
String getLogHolder();
- // TODO:
+ /**
+ * Gets optional metadata of the query result.
+ *
+ * @return Optional metadata of the query result.
+ */
Map<String, Object> getResultMeta();
}