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

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

commit 5c7d10f7168909b489d894b9026ab42df6a79cf1
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Dec 27 23:58:29 2020 -0800

    Update NCIntentSolver.scala
---
 .../scala/org/apache/nlpcraft/model/intent/impl/NCIntentSolver.scala    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/impl/NCIntentSolver.scala
 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/impl/NCIntentSolver.scala
index 835f4c6..8d684bb 100644
--- 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/impl/NCIntentSolver.scala
+++ 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/impl/NCIntentSolver.scala
@@ -150,7 +150,7 @@ class NCIntentSolver(intents: List[(NCDslIntent/*Intent*/, 
NCIntentMatch ⇒ NCR
                 if (cbRes.getIntentId == null)
                     cbRes.setIntentId(res.intentId)
                     
-                logger.info(s"Intent '${res.intentId}' for variant 
#${res.variantIdx + 1} selected as the ${r("'best match'")}")
+                logger.info(s"Intent '${res.intentId}' for variant 
#${res.variantIdx + 1} selected as the ${r("'best match'")}.")
 
                 NCDialogFlowManager.addMatchedIntent(res.intentId, 
req.getUser.getId, ctx.getModel.getId, span)
                 

Reply via email to