This is an automated email from the ASF dual-hosted git repository. sergeykamov pushed a commit to branch NLPCRAFT-366 in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-java-client.git
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(); }
