Skip navigation links
A B C D E F G H I L M P R S T U 

A

addTestEntityError(entityError) - Method in interface ai.tock.nlp.front.service.storage.TestModelDAO
 
addTestIntentError(intentError) - Method in interface ai.tock.nlp.front.service.storage.TestModelDAO
 
AdminTockUserListener - Class in ai.tock.nlp.front.service
 
ai.tock.nlp.front.service - package ai.tock.nlp.front.service
 
ai.tock.nlp.front.service.alexa - package ai.tock.nlp.front.service.alexa
 
ai.tock.nlp.front.service.storage - package ai.tock.nlp.front.service.storage
 
AlexaCodecService - Class in ai.tock.nlp.front.service.alexa
AlexaCodec implementation - mainly used for batch export.
ApplicationCodecService - Class in ai.tock.nlp.front.service
 
ApplicationConfigurationService - Class in ai.tock.nlp.front.service
 
ApplicationConfigurationServiceKt - Class in ai.tock.nlp.front.service
 
ApplicationDefinitionDAO - Interface in ai.tock.nlp.front.service.storage
 
ApplicationMonitorServiceKt - Class in ai.tock.nlp.front.service
 

B

builds(applicationId, language, start, size) - Method in class ai.tock.nlp.front.service.ModelUpdaterService
 
builds(applicationId, language, start, size) - Method in interface ai.tock.nlp.front.service.storage.ModelBuildTriggerDAO
 

C

ClassifiedSentenceDAO - Interface in ai.tock.nlp.front.service.storage
Manage sentences of the NLP model.

D

deleteApplicationById(id) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
deleteApplicationById(id) - Method in interface ai.tock.nlp.front.service.storage.ApplicationDefinitionDAO
 
deleteEntityTypeByName(name) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
deleteEntityTypeByName(name) - Method in interface ai.tock.nlp.front.service.storage.EntityTypeDefinitionDAO
 
deleteIntentById(id) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
deleteIntentById(id) - Method in interface ai.tock.nlp.front.service.storage.IntentDefinitionDAO
 
deleteNamespace(user, namespace) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
Delete namespace.
deleteNamespace(user, namespace) - Method in interface ai.tock.nlp.front.service.storage.UserNamespaceDAO
Delete namespace.
deleteOrphans() - Method in class ai.tock.nlp.front.service.ModelUpdaterService
 
deletePredefinedValueByName(entityTypeName, predefinedValue) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
deletePredefinedValueByName(entityTypeName, predefinedValue) - Method in interface ai.tock.nlp.front.service.storage.EntityTypeDefinitionDAO
 
deletePredefinedValueLabelByName(entityTypeName, predefinedValue, locale, label) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
deletePredefinedValueLabelByName(entityTypeName, predefinedValue, locale, label) - Method in interface ai.tock.nlp.front.service.storage.EntityTypeDefinitionDAO
 
deleteSentencesByApplicationId(applicationId) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
deleteSentencesByApplicationId(applicationId) - Method in interface ai.tock.nlp.front.service.storage.ClassifiedSentenceDAO
 
deleteSentencesByStatus(status) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
deleteSentencesByStatus(status) - Method in interface ai.tock.nlp.front.service.storage.ClassifiedSentenceDAO
 
deleteTestEntityError(applicationId, language, text) - Method in class ai.tock.nlp.front.service.ModelTesterService
 
deleteTestEntityError(applicationId, language, text) - Method in interface ai.tock.nlp.front.service.storage.TestModelDAO
 
deleteTestIntentError(applicationId, language, text) - Method in class ai.tock.nlp.front.service.ModelTesterService
 
deleteTestIntentError(applicationId, language, text) - Method in interface ai.tock.nlp.front.service.storage.TestModelDAO
 
deleteTrigger(trigger) - Method in class ai.tock.nlp.front.service.ModelUpdaterService
 
deleteTrigger(trigger) - Method in interface ai.tock.nlp.front.service.storage.ModelBuildTriggerDAO
 

E

EntityTypeDefinitionDAO - Interface in ai.tock.nlp.front.service.storage
 
evaluateEntities(query) - Method in class ai.tock.nlp.front.service.ParserService
 
export(applicationId, dumpType) - Method in class ai.tock.nlp.front.service.ApplicationCodecService
 
export(applicationId, language) - Method in interface ai.tock.nlp.front.service.storage.ParseRequestLogDAO
 
exportIntentsSchema(invocationName, applicationId, localeToExport, filter, transformer) - Method in class ai.tock.nlp.front.service.alexa.AlexaCodecService
 
exportSentences(applicationId, dumpType, intent, locale) - Method in class ai.tock.nlp.front.service.ApplicationCodecService
 
exportSentences(query, dumpType) - Method in class ai.tock.nlp.front.service.ApplicationCodecService
 

F

FrontExtensionsKt - Class in ai.tock.nlp.front.service
 
FrontIocKt - Class in ai.tock.nlp.front.service
 

G

getAllDictionaryData() - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
Load all dictionary data.
getAllDictionaryData() - Method in interface ai.tock.nlp.front.service.storage.EntityTypeDefinitionDAO
Load all dictionary data.
getApplicationById(id) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
getApplicationById(id) - Method in interface ai.tock.nlp.front.service.storage.ApplicationDefinitionDAO
 
getApplicationByNamespaceAndName(namespace, name) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
getApplicationByNamespaceAndName(namespace, name) - Method in interface ai.tock.nlp.front.service.storage.ApplicationDefinitionDAO
 
getApplicationDAO() - Static method in class ai.tock.nlp.front.service.ApplicationConfigurationServiceKt
 
getApplications() - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
getApplications() - Method in interface ai.tock.nlp.front.service.storage.ApplicationDefinitionDAO
 
getConfig() - Method in class ai.tock.nlp.front.service.ApplicationCodecService
 
getCurrentModelConfiguration(applicationName, nlpEngineType) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
getDictionaryDataByEntityName(qualifiedName) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
Load DictionaryData for entity qualified name.
getDictionaryDataByEntityName(qualifiedName) - Method in interface ai.tock.nlp.front.service.storage.EntityTypeDefinitionDAO
Load DictionaryData for entity qualified name.
getDictionaryDataByNamespace(namespace) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
Load all data of given namespace.
getDictionaryDataByNamespace(namespace) - Method in interface ai.tock.nlp.front.service.storage.EntityTypeDefinitionDAO
Load all data of given namespace.
getEntityTypeByName(name) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
getEntityTypeByName(name) - Method in interface ai.tock.nlp.front.service.storage.EntityTypeDefinitionDAO
 
getEntityTypeDAO() - Static method in class ai.tock.nlp.front.service.ApplicationConfigurationServiceKt
 
getEntityTypes() - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
getEntityTypes() - Method in interface ai.tock.nlp.front.service.storage.EntityTypeDefinitionDAO
 
getFrontModule() - Static method in class ai.tock.nlp.front.service.FrontIocKt
 
getIntentById(id) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
getIntentById(id) - Method in interface ai.tock.nlp.front.service.storage.IntentDefinitionDAO
 
getIntentByNamespaceAndName(namespace, name) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
getIntentByNamespaceAndName(namespace, name) - Method in interface ai.tock.nlp.front.service.storage.IntentDefinitionDAO
 
getIntentDAO() - Static method in class ai.tock.nlp.front.service.ApplicationConfigurationServiceKt
 
getIntentIdByQualifiedName(name) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
getIntentsByApplicationId(applicationId) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
getIntentsByApplicationId(applicationId) - Method in interface ai.tock.nlp.front.service.storage.IntentDefinitionDAO
 
getIntentsUsingEntity(entityType) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
getIntentsUsingEntity(entityType) - Method in interface ai.tock.nlp.front.service.storage.IntentDefinitionDAO
 
getLogDAO() - Static method in class ai.tock.nlp.front.service.ApplicationMonitorServiceKt
 
getModel() - Method in class ai.tock.nlp.front.service.ModelTesterService
 
getModel() - Method in class ai.tock.nlp.front.service.ModelUpdaterService
 
getModelDAO() - Method in class ai.tock.nlp.front.service.ModelTesterService
 
getNamespaces(user) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
Returns all the namespaces of a user.
getNamespaces(user) - Method in interface ai.tock.nlp.front.service.storage.UserNamespaceDAO
Returns all the namespaces of a user.
getSentenceDAO() - Static method in class ai.tock.nlp.front.service.ApplicationConfigurationServiceKt
 
getSentences(intents, language, status) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
getSentences(intents, language, status) - Method in interface ai.tock.nlp.front.service.storage.ClassifiedSentenceDAO
 
getSupportedNlpEngineTypes() - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
getTestBuilds(query) - Method in class ai.tock.nlp.front.service.ModelTesterService
 
getTestBuilds(query) - Method in interface ai.tock.nlp.front.service.storage.TestModelDAO
 
getTriggerDAO() - Static method in class ai.tock.nlp.front.service.ModelUpdaterServiceKt
 
getTriggers() - Method in class ai.tock.nlp.front.service.ModelUpdaterService
 
getTriggers() - Method in interface ai.tock.nlp.front.service.storage.ModelBuildTriggerDAO
 
getUserLogDAO() - Static method in class ai.tock.nlp.front.service.ApplicationMonitorServiceKt
 
getUserNamespaceDAO() - Static method in class ai.tock.nlp.front.service.ApplicationConfigurationServiceKt
 
getUsers(namespace) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
Returns all the users of a namespace.
getUsers(namespace) - Method in interface ai.tock.nlp.front.service.storage.UserNamespaceDAO
Returns all the users of a namespace.

H

hasNamespace(user, namespace) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
Is this user has the namespace ?
hasNamespace(user, namespace) - Method in interface ai.tock.nlp.front.service.storage.UserNamespaceDAO
Is this user has the namespace ?
healthcheck() - Method in class ai.tock.nlp.front.service.ParserService
 

I

import(namespace, dump, configuration) - Method in class ai.tock.nlp.front.service.ApplicationCodecService
 
importSentences(namespace, dump) - Method in class ai.tock.nlp.front.service.ApplicationCodecService
 
incrementUnknown(query) - Method in class ai.tock.nlp.front.service.ParserService
 
incrementUnknownStat(applicationId, language, text) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
Increment unknown stat.
incrementUnknownStat(applicationId, language, text) - Method in interface ai.tock.nlp.front.service.storage.ClassifiedSentenceDAO
Increment unknown stat.
initializeConfiguration() - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
INSTANCE - Static variable in class ai.tock.nlp.front.service.AdminTockUserListener
 
INSTANCE - Static variable in class ai.tock.nlp.front.service.alexa.AlexaCodecService
AlexaCodec implementation - mainly used for batch export.
INSTANCE - Static variable in class ai.tock.nlp.front.service.ApplicationCodecService
 
INSTANCE - Static variable in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
INSTANCE - Static variable in class ai.tock.nlp.front.service.ModelTesterService
 
INSTANCE - Static variable in class ai.tock.nlp.front.service.ModelUpdaterService
 
INSTANCE - Static variable in class ai.tock.nlp.front.service.ParserService
 
IntentDefinitionDAO - Interface in ai.tock.nlp.front.service.storage
 
intentStats(query) - Method in interface ai.tock.nlp.front.service.storage.ParseRequestLogDAO
 
isNamespaceOwner(user, namespace) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
Is it the namespace owner ?
isNamespaceOwner(user, namespace) - Method in interface ai.tock.nlp.front.service.storage.UserNamespaceDAO
Is it the namespace owner ?

L

listenApplicationDefinitionChanges(listener) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
Listen changes on entity type definitions.
listenApplicationDefinitionChanges(listener) - Method in interface ai.tock.nlp.front.service.storage.ApplicationDefinitionDAO
Listen changes on entity type definitions.
listenDictionaryDataChanges(listener) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
Listen all dictionary data changes
listenDictionaryDataChanges(listener) - Method in interface ai.tock.nlp.front.service.storage.EntityTypeDefinitionDAO
Listen all dictionary data changes
listenEntityTypeChanges(listener) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
Listen changes on entity type definitions.
listenEntityTypeChanges(listener) - Method in interface ai.tock.nlp.front.service.storage.EntityTypeDefinitionDAO
Listen changes on entity type definitions.
listenIntentDefinitionChanges(listener) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
Listen changes on entity type definitions.
listenIntentDefinitionChanges(listener) - Method in interface ai.tock.nlp.front.service.storage.IntentDefinitionDAO
Listen changes on entity type definitions.

M

mergeValues(query) - Method in class ai.tock.nlp.front.service.ParserService
 
ModelBuildTriggerDAO - Interface in ai.tock.nlp.front.service.storage
 
ModelTesterService - Class in ai.tock.nlp.front.service
 
ModelUpdaterService - Class in ai.tock.nlp.front.service
 
ModelUpdaterServiceKt - Class in ai.tock.nlp.front.service
 

P

parse(query) - Method in class ai.tock.nlp.front.service.ParserService
 
ParseRequestLogDAO - Interface in ai.tock.nlp.front.service.storage
 
ParserService - Class in ai.tock.nlp.front.service
 
prepareImport(dump) - Method in class ai.tock.nlp.front.service.ApplicationCodecService
 

R

registerUser(user, joinNamespace) - Method in class ai.tock.nlp.front.service.AdminTockUserListener
 
removeEntityFromIntent(application, intent, entityType, role) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
removeEntityFromSentences(applicationId, intentId, entityType, role) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
removeEntityFromSentences(applicationId, intentId, entityType, role) - Method in interface ai.tock.nlp.front.service.storage.ClassifiedSentenceDAO
 
removeIntentFromApplication(application, intentId) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
removeSubEntityFromEntity(application, entityType, role) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
removeSubEntityFromSentences(applicationId, entityType, role) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
removeSubEntityFromSentences(applicationId, entityType, role) - Method in interface ai.tock.nlp.front.service.storage.ClassifiedSentenceDAO
 

S

save(sentence, user) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
save(entityType) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
save(application) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
save(data) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
Save DictionaryData.
save(intent) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
save(sentence) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
save(build) - Method in class ai.tock.nlp.front.service.ModelUpdaterService
 
save(trigger) - Method in class ai.tock.nlp.front.service.ModelUpdaterService
 
save(application) - Method in interface ai.tock.nlp.front.service.storage.ApplicationDefinitionDAO
 
save(sentence) - Method in interface ai.tock.nlp.front.service.storage.ClassifiedSentenceDAO
 
save(entityType) - Method in interface ai.tock.nlp.front.service.storage.EntityTypeDefinitionDAO
 
save(data) - Method in interface ai.tock.nlp.front.service.storage.EntityTypeDefinitionDAO
Save DictionaryData.
save(intent) - Method in interface ai.tock.nlp.front.service.storage.IntentDefinitionDAO
 
save(trigger) - Method in interface ai.tock.nlp.front.service.storage.ModelBuildTriggerDAO
 
save(build) - Method in interface ai.tock.nlp.front.service.storage.ModelBuildTriggerDAO
 
save(log) - Method in interface ai.tock.nlp.front.service.storage.ParseRequestLogDAO
 
save(log) - Method in interface ai.tock.nlp.front.service.storage.UserActionLogDAO
 
saveNamespace(namespace) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
Persists namespace.
saveNamespace(namespace) - Method in interface ai.tock.nlp.front.service.storage.UserNamespaceDAO
Persists namespace.
saveTestBuild(build) - Method in interface ai.tock.nlp.front.service.storage.TestModelDAO
 
search(query) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
search(query) - Method in interface ai.tock.nlp.front.service.storage.ClassifiedSentenceDAO
 
search(query) - Method in interface ai.tock.nlp.front.service.storage.ParseRequestLogDAO
 
search(query) - Method in interface ai.tock.nlp.front.service.storage.UserActionLogDAO
 
searchTestEntityErrors(query) - Method in class ai.tock.nlp.front.service.ModelTesterService
 
searchTestEntityErrors(query) - Method in interface ai.tock.nlp.front.service.storage.TestModelDAO
 
searchTestIntentErrors(query) - Method in class ai.tock.nlp.front.service.ModelTesterService
 
searchTestIntentErrors(query) - Method in interface ai.tock.nlp.front.service.storage.TestModelDAO
 
setCurrentNamespace(user, namespace) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
Set current namespace for selected user.
setCurrentNamespace(user, namespace) - Method in interface ai.tock.nlp.front.service.storage.UserNamespaceDAO
Set current namespace for selected user.
stats(query) - Method in interface ai.tock.nlp.front.service.storage.ParseRequestLogDAO
 
switchSentencesEntity(sentences, targetApplication, oldEntity, newEntity) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
switchSentencesEntity(sentences, oldEntity, newEntity) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
switchSentencesEntity(sentences, oldEntity, newEntity) - Method in interface ai.tock.nlp.front.service.storage.ClassifiedSentenceDAO
 
switchSentencesIntent(sentences, targetApplication, targetIntentId) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
switchSentencesIntent(sentences, newIntentId) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
switchSentencesIntent(applicationId, oldIntentId, newIntentId) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
switchSentencesIntent(applicationId, oldIntentId, newIntentId) - Method in interface ai.tock.nlp.front.service.storage.ClassifiedSentenceDAO
 
switchSentencesIntent(sentences, newIntentId) - Method in interface ai.tock.nlp.front.service.storage.ClassifiedSentenceDAO
 
switchSentencesStatus(sentences, newStatus) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
switchSentencesStatus(sentences, newStatus) - Method in interface ai.tock.nlp.front.service.storage.ClassifiedSentenceDAO
 

T

TestModelDAO - Interface in ai.tock.nlp.front.service.storage
 
testModels() - Method in class ai.tock.nlp.front.service.ModelTesterService
 
toIntent(intentId, cache) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
toIntent(intent) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
triggerBuild(trigger) - Method in class ai.tock.nlp.front.service.ModelUpdaterService
 

U

UnknownApplicationException - Exception in ai.tock.nlp.front.service
Thrown when no application is found.
UnknownApplicationException(namespace, applicationName) - Constructor for exception ai.tock.nlp.front.service.UnknownApplicationException
Thrown when no application is found.
updateEntityDefinition(namespace, applicationName, entity) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
updateEntityModelForEntityType(validatedSentences, application, entityTypeDefinition, language, engineType, onlyIfNotExists) - Method in class ai.tock.nlp.front.service.ModelUpdaterService
 
updateEntityModelForIntent(validatedSentences, application, intentId, language, engineType, onlyIfNotExists) - Method in class ai.tock.nlp.front.service.ModelUpdaterService
 
updateIntentsModelForApplication(validatedSentences, application, language, engineType, onlyIfNotExists) - Method in class ai.tock.nlp.front.service.ModelUpdaterService
 
updateModelConfiguration(applicationName, engineType, configuration) - Method in class ai.tock.nlp.front.service.ApplicationConfigurationService
 
UserActionLogDAO - Interface in ai.tock.nlp.front.service.storage
 
UserNamespaceDAO - Interface in ai.tock.nlp.front.service.storage
 
A B C D E F G H I L M P R S T U 
Skip navigation links