You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/12/08 23:19:16 UTC

[incubator-nlpcraft] branch master updated: Update NCIntentMatch.java

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 5552be1  Update NCIntentMatch.java
5552be1 is described below

commit 5552be19a7f5570b7fdfb889d3d29066f9e89c26
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Wed Dec 8 15:19:06 2021 -0800

    Update NCIntentMatch.java
---
 nlpcraft/src/main/scala/org/apache/nlpcraft/NCIntentMatch.java | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCIntentMatch.java b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCIntentMatch.java
index d169400..bc921d5 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCIntentMatch.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCIntentMatch.java
@@ -31,13 +31,6 @@ public interface NCIntentMatch {
     String getIntentId();
 
     /**
-     * Gets context of the user request.
-     *
-     * @return Original query context.
-     */
-    NCContext getContext();
-
-    /**
      * Gets a subset of entities representing matched intent. This subset is grouped by the matched terms
      * where a {@code null} sub-list defines an optional term. Order and index of sub-lists corresponds
      * to the order and index of terms in the matching intent. Number of sub-lists will always be the same