Object FrontClient

  • All Implemented Interfaces:
    ai.tock.nlp.front.shared.ApplicationCodec , ai.tock.nlp.front.shared.ApplicationConfiguration , ai.tock.nlp.front.shared.ApplicationMonitor , ai.tock.nlp.front.shared.ModelTester , ai.tock.nlp.front.shared.ModelUpdater , ai.tock.nlp.front.shared.Parser , ai.tock.nlp.front.shared.codec.alexa.AlexaCodec

    
    public class FrontClient
     implements Parser, ApplicationConfiguration, ModelUpdater, ApplicationCodec, ApplicationMonitor, AlexaCodec, ModelTester
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static FrontClient INSTANCE
    • 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.front.shared.Parser

        evaluateEntities, healthcheck, incrementUnknown, mergeValues, parse
      • Methods inherited from class ai.tock.nlp.front.shared.ApplicationConfiguration

        configurations, deleteApplicationById, deleteEntityTypeByName, deleteNamespace, deletePredefinedValueByName, deletePredefinedValueLabelByName, deleteSentencesByStatus, getApplicationById, getApplicationByNamespaceAndName, getApplications, getCurrentModelConfiguration, getDictionaryDataByEntityName, getEntityTypeByName, getEntityTypes, getEntityTypesByNamespaceAndSharedEntityTypes, getFaqDefinitionByIntentId, getFaqsDefinitionByApplicationId, getIntentById, getIntentByNamespaceAndName, getIntentIdByQualifiedName, getIntentsByApplicationId, getModelSharedIntents, getNamespaceConfiguration, getNamespaces, getSentences, getSentencesForModel, getSharableNamespaceConfiguration, getSupportedNlpEngineTypes, getUsers, hasNamespace, initializeConfiguration, isEntityTypeObfuscated, isExistingNamespace, isNamespaceOwner, removeEntityFromIntent, removeIntentFromApplication, removeSubEntityFromEntity, save, save, save, save, save, save, saveNamespace, saveNamespaceConfiguration, search, setCurrentNamespace, switchSentencesEntity, switchSentencesIntent, switchSentencesStatus, updateEntityDefinition, updateModelConfiguration, users
      • Methods inherited from class ai.tock.nlp.front.shared.ApplicationMonitor

        export, intentStats, save, search, search, search, stats
      • Methods inherited from class ai.tock.nlp.front.shared.ModelUpdater

        builds, deleteOrphans, deleteTrigger, getTriggers, triggerBuild, updateEntityModelForEntityType, updateEntityModelForIntent, updateIntentsModelForApplication
      • Methods inherited from class ai.tock.nlp.front.shared.ApplicationCodec

        export, exportSentences, exportSentences, exportSentences, import, importSentences, prepareImport
      • Methods inherited from class ai.tock.nlp.front.shared.codec.alexa.AlexaCodec

        exportIntentsSchema
      • Methods inherited from class ai.tock.nlp.front.shared.ModelTester

        deleteTestEntityError, deleteTestIntentError, getTestBuilds, searchTestEntityErrors, searchTestIntentErrors, testModels
      • Methods inherited from class java.lang.Object

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

    • Method Detail