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
commit e165dd95ea0f5646e7885a3671fd88a9d009f0d5 Author: Aaron Radzinski <aradzin...@datalingvo.com> AuthorDate: Tue Mar 29 13:21:02 2022 -0700 Update NCDialogFlowItem.java --- nlpcraft/src/main/scala/org/apache/nlpcraft/NCDialogFlowItem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCDialogFlowItem.java b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCDialogFlowItem.java index 4ea757f..f293fda 100644 --- a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCDialogFlowItem.java +++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCDialogFlowItem.java @@ -22,7 +22,7 @@ package org.apache.nlpcraft; * represents a snapshot of winning intent's match and its associated data. List of dialog flow items * is passed into a custom user-defined dialog flow match method. * - * @see NCConversation#getDialogFlow() + * @see NCConversation#getDialogFlow() */ public interface NCDialogFlowItem { /**