You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2022/03/31 18:35:27 UTC

[incubator-nlpcraft] branch NLPCRAFT-490 updated (21e4ecf -> 1972c8b)

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

sergeykamov pushed a change to branch NLPCRAFT-490
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.


    from 21e4ecf  WIP codereview.
     add e030277  WIP.
     add 1972c8b  WIP.

No new revisions were added by this update.

Summary of changes:
 .../scala/org/apache/nlpcraft/NCCallbackData.java  |  7 ++
 .../scala/org/apache/nlpcraft/NCModelClient.java   |  7 ++
 .../internal/dialogflow/NCDialogFlowManager.scala  | 38 +++++++++-
 .../nlpcraft/internal/impl/NCModelClientImpl.scala |  1 +
 .../intent/matcher/NCIntentSolverManager.scala     | 86 +++++++++++++++++-----
 .../internal/impl/NCModelClientSpec3.scala         | 73 ++++++++++++++++++
 6 files changed, 188 insertions(+), 24 deletions(-)
 create mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/internal/impl/NCModelClientSpec3.scala