NCResult askSync()

in src/main/java/org/apache/nlpcraft/client/NCClient.java [388:393]


    NCResult askSync(String mdlId, String txt, Map<String, Object> data, boolean enableLog, Long usrId, String usrExtId)
        throws NCClientException, IOException;

    default NCResult askSync(String mdlId, String txt) throws NCClientException, IOException {
        return askSync(mdlId, txt, null, false, null, null);
    }