Uses of Class
org.apache.nlpcraft.model.tools.test.NCTestClientException
-
Packages that use NCTestClientException Package Description org.apache.nlpcraft.model.tools.test Contains model testing framework. -
-
Uses of NCTestClientException in org.apache.nlpcraft.model.tools.test
Methods in org.apache.nlpcraft.model.tools.test that throw NCTestClientException Modifier and Type Method Description NCTestResult
NCTestClient. ask(String txt)
Tests single sentence and returns its result.void
NCTestClient. clearConversation()
Clears conversation for this test client.void
NCTestClient. close()
Closes test client connection to the server.void
NCTestClient. open(String mdlId)
Connects test client to the server for testing with given model ID.
-