Object NlpCoreClient

  • All Implemented Interfaces:
    ai.tock.nlp.core.ModelCore , ai.tock.nlp.core.NlpCore

    
    public class NlpCoreClient
     implements NlpCore, ModelCore
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class ai.tock.nlp.core.NlpCore

        evaluateEntities, getBuiltInEntityTypes, healthcheck, mergeValues, parse, supportValuesMerge, supportedNlpEngineTypes
      • Methods inherited from class ai.tock.nlp.core.ModelCore

        deleteOrphans, getCurrentModelConfiguration, testModel, updateEntityModelForEntityType, updateEntityModelForIntent, updateIntentModel, updateModelConfiguration, warmupModels
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail