This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new 63e7956  Update NCConversation.java
63e7956 is described below

commit 63e79568231f6acc8f8e8677e84f96d092a0fcb7
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Sep 20 23:19:04 2020 -0700

    Update NCConversation.java
---
 nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCConversation.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCConversation.java 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCConversation.java
index 38b3e04..76ba91b 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCConversation.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCConversation.java
@@ -51,6 +51,8 @@ public interface NCConversation {
     /**
      * Gets IDs for the previously matched intents sorted from oldest to 
newest for the current
      * user and data model.
+     *
+     * @return IDs for the previously matched intents.
      */
     List<String> getDialogFlow();
 

Reply via email to