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

A

add(app) - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
add(entity) - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
add(intent) - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
add(sentence) - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
addError(error) - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
ai.tock.nlp.front.shared - package ai.tock.nlp.front.shared
 
ai.tock.nlp.front.shared.build - package ai.tock.nlp.front.shared.build
 
ai.tock.nlp.front.shared.codec - package ai.tock.nlp.front.shared.codec
 
ai.tock.nlp.front.shared.codec.alexa - package ai.tock.nlp.front.shared.codec.alexa
 
ai.tock.nlp.front.shared.config - package ai.tock.nlp.front.shared.config
 
ai.tock.nlp.front.shared.evaluation - package ai.tock.nlp.front.shared.evaluation
 
ai.tock.nlp.front.shared.merge - package ai.tock.nlp.front.shared.merge
 
ai.tock.nlp.front.shared.monitoring - package ai.tock.nlp.front.shared.monitoring
 
ai.tock.nlp.front.shared.parser - package ai.tock.nlp.front.shared.parser
 
ai.tock.nlp.front.shared.test - package ai.tock.nlp.front.shared.test
 
ai.tock.nlp.front.shared.value - package ai.tock.nlp.front.shared.value
 
AlexaCodec - Interface in ai.tock.nlp.front.shared.codec.alexa
Tock model to Alexa model Codec.
AlexaFilter - Class in ai.tock.nlp.front.shared.codec.alexa
Specify the intents you want to keep when exporting to Alexa model.
AlexaFilter(intents) - Constructor for class ai.tock.nlp.front.shared.codec.alexa.AlexaFilter
Specify the intents you want to keep when exporting to Alexa model.
AlexaFilter() - Constructor for class ai.tock.nlp.front.shared.codec.alexa.AlexaFilter
Specify the intents you want to keep when exporting to Alexa model.
AlexaIntent - Class in ai.tock.nlp.front.shared.codec.alexa
 
AlexaIntent(name, samples, slots) - Constructor for class ai.tock.nlp.front.shared.codec.alexa.AlexaIntent
 
AlexaIntentFilter - Class in ai.tock.nlp.front.shared.codec.alexa
 
AlexaIntentFilter(intent, slots) - Constructor for class ai.tock.nlp.front.shared.codec.alexa.AlexaIntentFilter
 
AlexaIntentsSchema - Class in ai.tock.nlp.front.shared.codec.alexa
 
AlexaIntentsSchema(languageModel) - Constructor for class ai.tock.nlp.front.shared.codec.alexa.AlexaIntentsSchema
 
AlexaLanguageModel - Class in ai.tock.nlp.front.shared.codec.alexa
 
AlexaLanguageModel(invocationName, types, intents) - Constructor for class ai.tock.nlp.front.shared.codec.alexa.AlexaLanguageModel
 
AlexaLanguageModel() - Constructor for class ai.tock.nlp.front.shared.codec.alexa.AlexaLanguageModel
 
AlexaModelTransformer - Interface in ai.tock.nlp.front.shared.codec.alexa
Manage final transformation of AlexaModel.
AlexaModelTransformer.DefaultImpls - Class in ai.tock.nlp.front.shared.codec.alexa
Manage final transformation of AlexaModel.
AlexaSlot - Class in ai.tock.nlp.front.shared.codec.alexa
 
AlexaSlot(name, type) - Constructor for class ai.tock.nlp.front.shared.codec.alexa.AlexaSlot
 
AlexaSlotFilter - Class in ai.tock.nlp.front.shared.codec.alexa
 
AlexaSlotFilter(name, type, targetName, targetType) - Constructor for class ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter
 
AlexaType - Class in ai.tock.nlp.front.shared.codec.alexa
 
AlexaType(name, values) - Constructor for class ai.tock.nlp.front.shared.codec.alexa.AlexaType
 
AlexaTypeDefinition - Class in ai.tock.nlp.front.shared.codec.alexa
 
AlexaTypeDefinition(id, name) - Constructor for class ai.tock.nlp.front.shared.codec.alexa.AlexaTypeDefinition
 
AlexaTypeDefinitionName - Class in ai.tock.nlp.front.shared.codec.alexa
 
AlexaTypeDefinitionName(value, synonyms) - Constructor for class ai.tock.nlp.front.shared.codec.alexa.AlexaTypeDefinitionName
 
ApplicationCodec - Interface in ai.tock.nlp.front.shared
To import and export applications, intents, entities and sentences.
ApplicationConfiguration - Interface in ai.tock.nlp.front.shared
 
ApplicationDefinition - Class in ai.tock.nlp.front.shared.config
An NLP application definition.
ApplicationDefinition(name, namespace, intents, supportedLocales, intentStatesMap, nlpEngineType, mergeEngineTypes, useEntityModels, supportSubEntities, _id) - Constructor for class ai.tock.nlp.front.shared.config.ApplicationDefinition
An NLP application definition.
ApplicationDump - Class in ai.tock.nlp.front.shared.codec
An application dump.
ApplicationDump(application, entityTypes, intents, sentences, dumpType, timestamp) - Constructor for class ai.tock.nlp.front.shared.codec.ApplicationDump
An application dump.
ApplicationImportConfiguration - Class in ai.tock.nlp.front.shared.codec
Application import options.
ApplicationImportConfiguration(newApplicationName, defaultModelMayExist) - Constructor for class ai.tock.nlp.front.shared.codec.ApplicationImportConfiguration
Application import options.
ApplicationImportConfiguration() - Constructor for class ai.tock.nlp.front.shared.codec.ApplicationImportConfiguration
Application import options.
ApplicationMonitor - Interface in ai.tock.nlp.front.shared
 

B

builds(applicationId, language, start, size) - Method in interface ai.tock.nlp.front.shared.ModelUpdater
Get builds sorted by date.

C

Classification - Class in ai.tock.nlp.front.shared.config
A classification for a sentence.
Classification(intentId, entities) - Constructor for class ai.tock.nlp.front.shared.config.Classification
A classification for a sentence.
Classification(query, intentId) - Constructor for class ai.tock.nlp.front.shared.config.Classification
 
ClassifiedEntity - Class in ai.tock.nlp.front.shared.config
A classification for an entity.
ClassifiedEntity(type, role, start, end, subEntities) - Constructor for class ai.tock.nlp.front.shared.config.ClassifiedEntity
A classification for an entity.
ClassifiedEntity(value) - Constructor for class ai.tock.nlp.front.shared.config.ClassifiedEntity
 
ClassifiedEntity(value) - Constructor for class ai.tock.nlp.front.shared.config.ClassifiedEntity
 
ClassifiedSentence - Class in ai.tock.nlp.front.shared.config
A sentence with its classification for a given Locale and an class ApplicationDefinition.
ClassifiedSentence(text, language, applicationId, creationDate, updateDate, status, classification, lastIntentProbability, lastEntityProbability, lastUsage, usageCount, unknownCount, forReview, reviewComment, qualifier) - Constructor for class ai.tock.nlp.front.shared.config.ClassifiedSentence
A sentence with its classification for a given Locale and an class ApplicationDefinition.
ClassifiedSentence(query, language, applicationId, intentId, lastIntentProbability, lastEntityProbability) - Constructor for class ai.tock.nlp.front.shared.config.ClassifiedSentence
 
ClassifiedSentenceStatus - Enum in ai.tock.nlp.front.shared.config
 
Companion - Static variable in enum ai.tock.nlp.front.shared.codec.DumpType
 
Companion - Static variable in class ai.tock.nlp.front.shared.parser.QueryState
 
component1() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
The application id of the model.
component1() - Method in class ai.tock.nlp.front.shared.build.ModelBuildQueryResult
 
component1() - Method in class ai.tock.nlp.front.shared.build.ModelBuildTrigger
The application id to build
component1() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaFilter
 
component1() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntent
 
component1() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntentFilter
 
component1() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntentsSchema
 
component1() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaLanguageModel
 
component1() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlot
 
component1() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter
 
component1() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaType
 
component1() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaTypeDefinition
 
component1() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaTypeDefinitionName
 
component1() - Method in class ai.tock.nlp.front.shared.codec.ApplicationDump
 
component1() - Method in class ai.tock.nlp.front.shared.codec.ApplicationImportConfiguration
The target application name
component1() - Method in class ai.tock.nlp.front.shared.codec.CreateApplicationQuery
 
component1() - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
component1() - Method in class ai.tock.nlp.front.shared.codec.SentenceDump
 
component1() - Method in class ai.tock.nlp.front.shared.codec.SentenceEntityDump
 
component1() - Method in class ai.tock.nlp.front.shared.codec.SentencesDump
 
component1() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
The name of the app.
component1() - Method in class ai.tock.nlp.front.shared.config.Classification
The intent id.
component1() - Method in class ai.tock.nlp.front.shared.config.ClassifiedEntity
The entity type.
component1() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
The text of the sentence.
component1() - Method in class ai.tock.nlp.front.shared.config.EntitiesRegexpDefinition
 
component1() - Method in class ai.tock.nlp.front.shared.config.EntityDefinition
The qualified name of the entity type.
component1() - Method in class ai.tock.nlp.front.shared.config.EntityTypeDefinition
The qualified name of the entity
component1() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
The name of the intent.
component1() - Method in class ai.tock.nlp.front.shared.config.SearchMark
 
component1() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
component1() - Method in class ai.tock.nlp.front.shared.config.SentencesQueryResult
 
component1() - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationQuery
 
component1() - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationResult
 
component1() - Method in class ai.tock.nlp.front.shared.evaluation.EntityToEvaluate
 
component1() - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeQuery
 
component1() - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeResult
 
component1() - Method in class ai.tock.nlp.front.shared.merge.ValueToMerge
 
component1() - Method in class ai.tock.nlp.front.shared.monitoring.MarkAsUnknownQuery
The namespace of the application.
component1() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestExportLog
 
component1() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLog
 
component1() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogIntentStat
 
component1() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
component1() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQueryResult
 
component1() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat
 
component1() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStatQuery
 
component1() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLog
The namespace of the application.
component1() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLogQuery
 
component1() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLogQueryResult
 
component1() - Method in class ai.tock.nlp.front.shared.parser.IntentQualifier
The intent.
component1() - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
Start
component1() - Method in class ai.tock.nlp.front.shared.parser.ParseQuery
A list of queries to parse.
component1() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
The intent selected.
component1() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
The language of the query.
component1() - Method in class ai.tock.nlp.front.shared.parser.QueryState
 
component1() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
component1() - Method in class ai.tock.nlp.front.shared.test.EntityTestErrorQueryResult
 
component1() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
component1() - Method in class ai.tock.nlp.front.shared.test.IntentTestErrorQueryResult
 
component1() - Method in class ai.tock.nlp.front.shared.test.TestBuild
The application id to test.
component1() - Method in class ai.tock.nlp.front.shared.test.TestErrorQuery
 
component10() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
Date of the build.
component10() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
The id of the app.
component10() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
The last usage date
component10() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
The optional category of the intent.
component10() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
component10() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
component10() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
Add this query in built-in stats.
component10() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Number of entity errors
component11() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
The total number of uses of this sentence.
component11() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
The unique
component11() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
component11() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
Display test logs.
component11() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Number of sentences tested by intent.
component12() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
The total number of unknown count generated by this sentence.
component12() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
component12() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Number of intent errors by intent.
component13() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
Tag the sentence for another person to review
component13() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
component13() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Number of entity errors by intent.
component14() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
Comment to help the other person to review
component14() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
component15() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
Last person that has qualified the sentence
component15() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
component16() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
component17() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
The optional sort parameters.
component18() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
Search the sub entities in the whole entity tree.
component19() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
Is the search should be extended to the whole app namespace
component2() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
The language of the model.
component2() - Method in class ai.tock.nlp.front.shared.build.ModelBuildQueryResult
 
component2() - Method in class ai.tock.nlp.front.shared.build.ModelBuildTrigger
Is it a full rebuild?
component2() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntent
 
component2() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntentFilter
 
component2() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaLanguageModel
 
component2() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlot
 
component2() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter
 
component2() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaType
 
component2() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaTypeDefinition
 
component2() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaTypeDefinitionName
 
component2() - Method in class ai.tock.nlp.front.shared.codec.ApplicationDump
 
component2() - Method in class ai.tock.nlp.front.shared.codec.ApplicationImportConfiguration
If true,
component2() - Method in class ai.tock.nlp.front.shared.codec.CreateApplicationQuery
 
component2() - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
component2() - Method in class ai.tock.nlp.front.shared.codec.SentenceDump
 
component2() - Method in class ai.tock.nlp.front.shared.codec.SentenceEntityDump
 
component2() - Method in class ai.tock.nlp.front.shared.codec.SentencesDump
 
component2() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
The namespace of the app.
component2() - Method in class ai.tock.nlp.front.shared.config.Classification
The entities.
component2() - Method in class ai.tock.nlp.front.shared.config.ClassifiedEntity
The entity role.
component2() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
The locale.
component2() - Method in class ai.tock.nlp.front.shared.config.EntityDefinition
The role.
component2() - Method in class ai.tock.nlp.front.shared.config.EntityTypeDefinition
The description of the entity.
component2() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
The namespace of the intent.
component2() - Method in class ai.tock.nlp.front.shared.config.SearchMark
The results start with the elements updated before
component2() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
component2() - Method in class ai.tock.nlp.front.shared.config.SentencesQueryResult
 
component2() - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationQuery
 
component2() - Method in class ai.tock.nlp.front.shared.evaluation.EntityToEvaluate
 
component2() - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeQuery
 
component2() - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeResult
 
component2() - Method in class ai.tock.nlp.front.shared.merge.ValueToMerge
 
component2() - Method in class ai.tock.nlp.front.shared.monitoring.MarkAsUnknownQuery
The name of the application.
component2() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestExportLog
 
component2() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLog
 
component2() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogIntentStat
 
component2() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
component2() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQueryResult
 
component2() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat
 
component2() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStatQuery
 
component2() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLog
The application identifier.
component2() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLogQuery
 
component2() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLogQueryResult
 
component2() - Method in class ai.tock.nlp.front.shared.parser.IntentQualifier
The probability modifier.
component2() - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
End
component2() - Method in class ai.tock.nlp.front.shared.parser.ParseQuery
The namespace of the application.
component2() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
The namespace of the selected intent.
component2() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
The unique client identifier.
component2() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
component2() - Method in class ai.tock.nlp.front.shared.test.EntityTestErrorQueryResult
 
component2() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
component2() - Method in class ai.tock.nlp.front.shared.test.IntentTestErrorQueryResult
 
component2() - Method in class ai.tock.nlp.front.shared.test.TestBuild
The tested language.
component2() - Method in class ai.tock.nlp.front.shared.test.TestErrorQuery
 
component3() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
Type of build.
component3() - Method in class ai.tock.nlp.front.shared.build.ModelBuildTrigger
Builds only if model does not exist
component3() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntent
 
component3() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaLanguageModel
 
component3() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter
 
component3() - Method in class ai.tock.nlp.front.shared.codec.ApplicationDump
 
component3() - Method in class ai.tock.nlp.front.shared.codec.CreateApplicationQuery
 
component3() - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
component3() - Method in class ai.tock.nlp.front.shared.codec.SentenceDump
 
component3() - Method in class ai.tock.nlp.front.shared.codec.SentenceEntityDump
 
component3() - Method in class ai.tock.nlp.front.shared.codec.SentencesDump
 
component3() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
The intents id of the app.
component3() - Method in class ai.tock.nlp.front.shared.config.ClassifiedEntity
Start index of the entity in the text.
component3() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
The application id.
component3() - Method in class ai.tock.nlp.front.shared.config.EntityDefinition
To evaluate time for entity date types.
component3() - Method in class ai.tock.nlp.front.shared.config.EntityTypeDefinition
The sub entities of this entity.
component3() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
The applications using this intent.
component3() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
component3() - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationQuery
 
component3() - Method in class ai.tock.nlp.front.shared.evaluation.EntityToEvaluate
 
component3() - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeQuery
 
component3() - Method in class ai.tock.nlp.front.shared.merge.ValueToMerge
 
component3() - Method in class ai.tock.nlp.front.shared.monitoring.MarkAsUnknownQuery
The language of the query.
component3() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestExportLog
 
component3() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLog
 
component3() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogIntentStat
 
component3() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
component3() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat
 
component3() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStatQuery
 
component3() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLog
The user login.
component3() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLogQuery
 
component3() - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
Entity definition.
component3() - Method in class ai.tock.nlp.front.shared.parser.ParseQuery
The name of the application.
component3() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
The language selected.
component3() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
The optional client device.
component3() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
component3() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
component3() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Start of the build.
component3() - Method in class ai.tock.nlp.front.shared.test.TestErrorQuery
 
component4() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
The optional intent id.
component4() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter
 
component4() - Method in class ai.tock.nlp.front.shared.codec.ApplicationDump
 
component4() - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
component4() - Method in class ai.tock.nlp.front.shared.codec.SentenceDump
 
component4() - Method in class ai.tock.nlp.front.shared.codec.SentenceEntityDump
 
component4() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
The locales supported by the app.
component4() - Method in class ai.tock.nlp.front.shared.config.ClassifiedEntity
End index
component4() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
Date of creation of this sentence.
component4() - Method in class ai.tock.nlp.front.shared.config.EntityTypeDefinition
Is the entity based on a dictionary
component4() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
The
component4() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
component4() - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationQuery
 
component4() - Method in class ai.tock.nlp.front.shared.evaluation.EntityToEvaluate
 
component4() - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeQuery
 
component4() - Method in class ai.tock.nlp.front.shared.merge.ValueToMerge
 
component4() - Method in class ai.tock.nlp.front.shared.monitoring.MarkAsUnknownQuery
The sentence to mark
component4() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLog
 
component4() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogIntentStat
 
component4() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
component4() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat
 
component4() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStatQuery
 
component4() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLog
The action type.
component4() - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
Current value if evaluated.
component4() - Method in class ai.tock.nlp.front.shared.parser.ParseQuery
The context of the query.
component4() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
The selected entities.
component4() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
The dialog identifier.
component4() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
component4() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
component4() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Duration of the build.
component4() - Method in class ai.tock.nlp.front.shared.test.TestErrorQuery
 
component5() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
The optional entity type name.
component5() - Method in class ai.tock.nlp.front.shared.codec.ApplicationDump
 
component5() - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
component5() - Method in class ai.tock.nlp.front.shared.codec.SentenceDump
 
component5() - Method in class ai.tock.nlp.front.shared.codec.SentenceEntityDump
 
component5() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
The states defined for each intent.
component5() - Method in class ai.tock.nlp.front.shared.config.ClassifiedEntity
The sub entities of the entity.
component5() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
Last update date.
component5() - Method in class ai.tock.nlp.front.shared.config.EntityTypeDefinition
The unique id of the entity.
component5() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
 
component5() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
component5() - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationQuery
 
component5() - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeQuery
 
component5() - Method in class ai.tock.nlp.front.shared.merge.ValueToMerge
 
component5() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLog
 
component5() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
component5() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat
 
component5() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLog
New Data of any.
component5() - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
Is this entity has been evaluated
component5() - Method in class ai.tock.nlp.front.shared.parser.ParseQuery
The state of the query.
component5() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
The entities found but not retained.
component5() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
The reference date used to parse the query.
component5() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
component5() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
component5() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Duration of sentences tests.
component5() - Method in class ai.tock.nlp.front.shared.test.TestErrorQuery
 
component6() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
Number of sentences included in the model.
component6() - Method in class ai.tock.nlp.front.shared.codec.ApplicationDump
 
component6() - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
component6() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
The current nlp engine used to build the model.
component6() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
The current status of the sentence.
component6() - Method in class ai.tock.nlp.front.shared.config.EntityTypeDefinition
The entity predefined values
component6() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
This intent is returned as a classification result
component6() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
component6() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLog
 
component6() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
component6() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat
 
component6() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLog
Is there a technical error?
component6() - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
Sub entities if any.
component6() - Method in class ai.tock.nlp.front.shared.parser.ParseQuery
The query is restricted to the specified intents only.
component6() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
The intent evaluated probability.
component6() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
The user timezone.
component6() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
component6() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
component6() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Number of sentences included in the model.
component6() - Method in class ai.tock.nlp.front.shared.test.TestErrorQuery
 
component7() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
Duration of the build.
component7() - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
component7() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
Is intent entity model and
component7() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
The current classification of the sentence.
component7() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
The qualified sentences of each
component7() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
component7() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
component7() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLog
Date of the action.
component7() - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
Recognition probability.
component7() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
The average entity evaluation probability.
component7() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
Is it a non regression test?
component7() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
component7() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
component7() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Number of sentences tested.
component8() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
Is there an error during the build?
component8() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
Is
component8() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
If not yet validated,
component8() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
The optional displayed label of the intent.
component8() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
component8() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
component8() - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
Does this entity value support merge with other values
component8() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
The analysed query.
component8() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
Should the query be saved in db if not already present?
component8() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
component8() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
component8() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Number of errors.
component9() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
Error message if there is an error.
component9() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
Does this app support sub entities?
component9() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
If not yet validated,
component9() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
The optional description of the intent.
component9() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
component9() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
component9() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
Other intents with significant probabilities.
component9() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
If a query is already validated in the model,
component9() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
component9() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
component9() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Number of intent errors.
containsEntityOrSubEntity(entityType) - Method in class ai.tock.nlp.front.shared.config.Classification
Does this classification contains the specified entity type ?
containsEntityOrSubEntity(entityType) - Method in class ai.tock.nlp.front.shared.config.ClassifiedEntity
Does this entity contains the specified entity type ?
copy(applicationId, language, type, intentId, entityTypeName, nbSentences, duration, error, errorMessage, date) - Method in class ai.tock.nlp.front.shared.build.ModelBuild
A NLP model build.
copy(total, data) - Method in class ai.tock.nlp.front.shared.build.ModelBuildQueryResult
 
copy(applicationId, all, onlyIfModelNotExists) - Method in class ai.tock.nlp.front.shared.build.ModelBuildTrigger
Trigger NLP model build.
copy(intents) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaFilter
Specify the intents you want to keep when exporting to Alexa model.
copy(name, samples, slots) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntent
 
copy(intent, slots) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntentFilter
 
copy(languageModel) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntentsSchema
 
copy(invocationName, types, intents) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaLanguageModel
 
copy(name, type) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlot
 
copy(name, type, targetName, targetType) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter
 
copy(name, values) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaType
 
copy(id, name) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaTypeDefinition
 
copy(value, synonyms) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaTypeDefinitionName
 
copy(application, entityTypes, intents, sentences, dumpType, timestamp) - Method in class ai.tock.nlp.front.shared.codec.ApplicationDump
An application dump.
copy(newApplicationName, defaultModelMayExist) - Method in class ai.tock.nlp.front.shared.codec.ApplicationImportConfiguration
Application import options.
copy(name, namespace, locale) - Method in class ai.tock.nlp.front.shared.codec.CreateApplicationQuery
To handle application request creation.
copy(applicationsImported, entitiesImported, intentsImported, sentencesImported, localeAdded, success, errorMessages) - Method in class ai.tock.nlp.front.shared.codec.ImportReport
The import result report.
copy(text, intent, entities, language, status) - Method in class ai.tock.nlp.front.shared.codec.SentenceDump
 
copy(entity, role, subEntities, start, end) - Method in class ai.tock.nlp.front.shared.codec.SentenceEntityDump
 
copy(applicationName, language, sentences) - Method in class ai.tock.nlp.front.shared.codec.SentencesDump
A classified sentences dump.
copy(name, namespace, intents, supportedLocales, intentStatesMap, nlpEngineType, mergeEngineTypes, useEntityModels, supportSubEntities, _id) - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
An NLP application definition.
copy(intentId, entities) - Method in class ai.tock.nlp.front.shared.config.Classification
A classification for a sentence.
copy(type, role, start, end, subEntities) - Method in class ai.tock.nlp.front.shared.config.ClassifiedEntity
A classification for an entity.
copy(text, language, applicationId, creationDate, updateDate, status, classification, lastIntentProbability, lastEntityProbability, lastUsage, usageCount, unknownCount, forReview, reviewComment, qualifier) - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
A sentence with its classification for a given Locale and an class ApplicationDefinition.
copy(regexp) - Method in class ai.tock.nlp.front.shared.config.EntitiesRegexpDefinition
 
copy(entityTypeName, role, atStartOfDay) - Method in class ai.tock.nlp.front.shared.config.EntityDefinition
An entity is an class EntityTypeDefinition with a role.
copy(name, description, subEntities, dictionary, _id, predefinedValues) - Method in class ai.tock.nlp.front.shared.config.EntityTypeDefinition
A type of entity.
copy(name, namespace, applications, entities, entitiesRegexp, mandatoryStates, sharedIntents, label, description, category, _id) - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
Definition of an intent.
copy(text, date) - Method in class ai.tock.nlp.front.shared.config.SearchMark
A basic mark used to display results after the mark.
copy(applicationId, language, start, size, search, intentId, status, notStatus, onlyExactMatch, entityType, entityRolesToInclude, entityRolesToExclude, modifiedAfter, modifiedBefore, searchMark, onlyToReview, sort, searchSubEntities, wholeNamespace) - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
Complex query to search classified sentences.
copy(total, sentences) - Method in class ai.tock.nlp.front.shared.config.SentencesQueryResult
copy(namespace, applicationName, context, entities, text) - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationQuery
 
copy(values) - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationResult
 
copy(start, end, entity, subEntities) - Method in class ai.tock.nlp.front.shared.evaluation.EntityToEvaluate
 
copy(namespace, applicationName, context, entity, values) - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeQuery
 
copy(value, content) - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeResult
 
copy(value, content, initial, position, probability) - Method in class ai.tock.nlp.front.shared.merge.ValueToMerge
 
copy(namespace, applicationName, language, text) - Method in class ai.tock.nlp.front.shared.monitoring.MarkAsUnknownQuery
Informs the nlp model that a sentence has not been understood.
copy(text, intent, date) - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestExportLog
A minimal export log.
copy(applicationId, query, result, durationInMS, error, date) - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLog
 
copy(intent1, intent2, occurrences, average) - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogIntentStat
 
copy(applicationId, language, start, size, search, onlyExactMatch, searchMark, clientDevice, clientId, sinceDate, displayTests) - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
copy(total, logs) - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQueryResult
 
copy(day, error, count, averageDuration, averageIntentProbability, averageEntitiesProbability) - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat
 
copy(applicationId, language, intent, minOccurrences) - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStatQuery
 
copy(namespace, applicationId, login, actionType, newData, error, date) - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLog
A user action description - used to trace modifications.
copy(namespace, start, size) - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLogQuery
copy(total, logs) - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLogQueryResult
 
copy(intent, modifier) - Method in class ai.tock.nlp.front.shared.parser.IntentQualifier
Each allowed intent if ParseQuery.intentsSubset is set.
copy(start, end, entity, value, evaluated, subEntities, probability, mergeSupport) - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
This class is copied from ai.tock.nlp.core.EntityValue, but value is typed at Value. This is basically a hack to avoid including Value notion in the core.
copy(queries, namespace, applicationName, context, state, intentsSubset) - Method in class ai.tock.nlp.front.shared.parser.ParseQuery
A NLP parse query.
copy(intent, intentNamespace, language, entities, notRetainedEntities, intentProbability, entitiesProbability, retainedQuery, otherIntentsProbabilities) - Method in class ai.tock.nlp.front.shared.parser.ParseResult
A NLP parse result.
copy(language, clientId, clientDevice, dialogId, referenceDate, referenceTimezone, test, registerQuery, checkExistingQuery, increaseQueryCounter) - Method in class ai.tock.nlp.front.shared.parser.QueryContext
The context of a user query.
copy(states) - Method in class ai.tock.nlp.front.shared.parser.QueryState
 
copy(applicationId, language, text, intentId, lastAnalyse, averageErrorProbability, count, total, firstDetectionDate) - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
copy(total, data) - Method in class ai.tock.nlp.front.shared.test.EntityTestErrorQueryResult
 
copy(applicationId, language, text, currentIntent, wrongIntent, averageErrorProbability, count, total, firstDetectionDate) - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
copy(total, data) - Method in class ai.tock.nlp.front.shared.test.IntentTestErrorQueryResult
 
copy(applicationId, language, startDate, buildModelDuration, testSentencesDuration, nbSentencesInModel, nbSentencesTested, nbErrors, intentErrors, entityErrors, nbSentencesTestedByIntent, intentErrorsByIntent, entityErrorsByIntent) - Method in class ai.tock.nlp.front.shared.test.TestBuild
A build used to test the model.
copy(applicationId, language, intentName, after, start, size) - Method in class ai.tock.nlp.front.shared.test.TestErrorQuery
 
CreateApplicationQuery - Class in ai.tock.nlp.front.shared.codec
To handle application request creation.
CreateApplicationQuery(name, namespace, locale) - Constructor for class ai.tock.nlp.front.shared.codec.CreateApplicationQuery
To handle application request creation.

D

deleteApplicationById(id) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 
deleteEntityTypeByName(name) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
Delete the class EntityTypeDefinition and cleanup all sentences from this entity type.
deleteOrphans() - Method in interface ai.tock.nlp.front.shared.ModelUpdater
Delete orphans intent and entity models.
deletePredefinedValueByName(entityTypeName, predefinedValue) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 
deletePredefinedValueLabelByName(entityTypeName, predefinedValue, locale, label) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 
deleteSentencesByStatus(status) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 
deleteTestEntityError(applicationId, language, text) - Method in interface ai.tock.nlp.front.shared.ModelTester
 
deleteTestIntentError(applicationId, language, text) - Method in interface ai.tock.nlp.front.shared.ModelTester
 
deleteTrigger(trigger) - Method in interface ai.tock.nlp.front.shared.ModelUpdater
Delete the trigger.
DumpType - Enum in ai.tock.nlp.front.shared.codec
Only full supported for now.
DumpType.Companion - Class in ai.tock.nlp.front.shared.codec
 

E

EntitiesRegexpDefinition - Class in ai.tock.nlp.front.shared.config
 
EntitiesRegexpDefinition(regexp) - Constructor for class ai.tock.nlp.front.shared.config.EntitiesRegexpDefinition
 
EntityDefinition - Class in ai.tock.nlp.front.shared.config
An entity is an class EntityTypeDefinition with a role.
EntityDefinition(entityTypeName, role, atStartOfDay) - Constructor for class ai.tock.nlp.front.shared.config.EntityDefinition
An entity is an class EntityTypeDefinition with a role.
EntityDefinition(entity) - Constructor for class ai.tock.nlp.front.shared.config.EntityDefinition
 
EntityEvaluationQuery - Class in ai.tock.nlp.front.shared.evaluation
 
EntityEvaluationQuery(namespace, applicationName, context, entities, text) - Constructor for class ai.tock.nlp.front.shared.evaluation.EntityEvaluationQuery
 
EntityEvaluationResult - Class in ai.tock.nlp.front.shared.evaluation
 
EntityEvaluationResult(values) - Constructor for class ai.tock.nlp.front.shared.evaluation.EntityEvaluationResult
 
EntityTestError - Class in ai.tock.nlp.front.shared.test
 
EntityTestError(applicationId, language, text, intentId, lastAnalyse, averageErrorProbability, count, total, firstDetectionDate) - Constructor for class ai.tock.nlp.front.shared.test.EntityTestError
 
EntityTestErrorQueryResult - Class in ai.tock.nlp.front.shared.test
 
EntityTestErrorQueryResult(total, data) - Constructor for class ai.tock.nlp.front.shared.test.EntityTestErrorQueryResult
 
EntityToEvaluate - Class in ai.tock.nlp.front.shared.evaluation
 
EntityToEvaluate(start, end, entity, subEntities) - Constructor for class ai.tock.nlp.front.shared.evaluation.EntityToEvaluate
 
EntityTypeDefinition - Class in ai.tock.nlp.front.shared.config
A type of entity.
EntityTypeDefinition(name, description, subEntities, dictionary, _id, predefinedValues) - Constructor for class ai.tock.nlp.front.shared.config.EntityTypeDefinition
A type of entity.
equals(p) - Method in class ai.tock.nlp.front.shared.build.ModelBuild
 
equals(p) - Method in class ai.tock.nlp.front.shared.build.ModelBuildQueryResult
 
equals(p) - Method in class ai.tock.nlp.front.shared.build.ModelBuildTrigger
 
equals(p) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaFilter
 
equals(p) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntent
 
equals(p) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntentFilter
 
equals(p) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntentsSchema
 
equals(p) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaLanguageModel
 
equals(p) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlot
 
equals(p) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter
 
equals(p) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaType
 
equals(p) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaTypeDefinition
 
equals(p) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaTypeDefinitionName
 
equals(p) - Method in class ai.tock.nlp.front.shared.codec.ApplicationDump
 
equals(p) - Method in class ai.tock.nlp.front.shared.codec.ApplicationImportConfiguration
 
equals(p) - Method in class ai.tock.nlp.front.shared.codec.CreateApplicationQuery
 
equals(p) - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
equals(p) - Method in class ai.tock.nlp.front.shared.codec.SentenceDump
 
equals(p) - Method in class ai.tock.nlp.front.shared.codec.SentenceEntityDump
 
equals(p) - Method in class ai.tock.nlp.front.shared.codec.SentencesDump
 
equals(p) - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
 
equals(p) - Method in class ai.tock.nlp.front.shared.config.Classification
 
equals(p) - Method in class ai.tock.nlp.front.shared.config.ClassifiedEntity
 
equals(p) - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
 
equals(p) - Method in class ai.tock.nlp.front.shared.config.EntitiesRegexpDefinition
 
equals(p) - Method in class ai.tock.nlp.front.shared.config.EntityDefinition
 
equals(p) - Method in class ai.tock.nlp.front.shared.config.EntityTypeDefinition
 
equals(p) - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
 
equals(p) - Method in class ai.tock.nlp.front.shared.config.SearchMark
 
equals(p) - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
equals(p) - Method in class ai.tock.nlp.front.shared.config.SentencesQueryResult
 
equals(p) - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationQuery
 
equals(p) - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationResult
 
equals(p) - Method in class ai.tock.nlp.front.shared.evaluation.EntityToEvaluate
 
equals(p) - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeQuery
 
equals(p) - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeResult
 
equals(p) - Method in class ai.tock.nlp.front.shared.merge.ValueToMerge
 
equals(p) - Method in class ai.tock.nlp.front.shared.monitoring.MarkAsUnknownQuery
 
equals(p) - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestExportLog
 
equals(p) - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLog
 
equals(p) - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogIntentStat
 
equals(p) - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
equals(p) - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQueryResult
 
equals(p) - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat
 
equals(p) - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStatQuery
 
equals(p) - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLog
 
equals(p) - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLogQuery
 
equals(p) - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLogQueryResult
 
equals(p) - Method in class ai.tock.nlp.front.shared.parser.IntentQualifier
 
equals(p) - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
 
equals(p) - Method in class ai.tock.nlp.front.shared.parser.ParseQuery
 
equals(p) - Method in class ai.tock.nlp.front.shared.parser.ParseResult
 
equals(p) - Method in class ai.tock.nlp.front.shared.parser.QueryContext
 
equals(p) - Method in class ai.tock.nlp.front.shared.parser.QueryState
 
equals(p) - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
equals(p) - Method in class ai.tock.nlp.front.shared.test.EntityTestErrorQueryResult
 
equals(p) - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
equals(p) - Method in class ai.tock.nlp.front.shared.test.IntentTestErrorQueryResult
 
equals(p) - Method in class ai.tock.nlp.front.shared.test.TestBuild
 
equals(p) - Method in class ai.tock.nlp.front.shared.test.TestErrorQuery
 
evaluateEntities(query) - Method in interface ai.tock.nlp.front.shared.Parser
Evaluates entities.
export(applicationId, dumpType) - Method in interface ai.tock.nlp.front.shared.ApplicationCodec
Export application dump.
export(applicationId, language) - Method in interface ai.tock.nlp.front.shared.ApplicationMonitor
 
exportIntentsSchema(invocationName, applicationId, localeToExport, filter, transformer) - Method in interface ai.tock.nlp.front.shared.codec.alexa.AlexaCodec
Export a Tock model to an Alexa model (Skill Builder format).
exportSentences(applicationId, dumpType, intent, locale) - Method in interface ai.tock.nlp.front.shared.ApplicationCodec
Export sentences dump.
exportSentences(query, dumpType) - Method in interface ai.tock.nlp.front.shared.ApplicationCodec
Export sentences dump.

F

filterCustomSlotSamples($this, samples) - Static method in class ai.tock.nlp.front.shared.codec.alexa.AlexaModelTransformer.DefaultImpls
Filter samples.
filterCustomSlotSamples(samples) - Method in interface ai.tock.nlp.front.shared.codec.alexa.AlexaModelTransformer
Filter samples.
findEntity(type, role) - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
 
findEntity(role) - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
 
findEntity(entity) - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
 
findSlot(intent, entity) - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaFilter
 
firstValue(role) - Method in class ai.tock.nlp.front.shared.parser.ParseResult
Returns the first value for the specified entity role.

G

get_id() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
The id of the app.
get_id() - Method in class ai.tock.nlp.front.shared.config.EntityTypeDefinition
The unique id of the entity.
get_id() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
The unique
getActionType() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLog
The action type.
getAfter() - Method in class ai.tock.nlp.front.shared.test.TestErrorQuery
 
getAll() - Method in class ai.tock.nlp.front.shared.build.ModelBuildTrigger
Is it a full rebuild?
getApplication() - Method in class ai.tock.nlp.front.shared.codec.ApplicationDump
 
getApplicationById(id) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 
getApplicationByNamespaceAndName(namespace, name) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 
getApplicationId() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
The application id of the model.
getApplicationId() - Method in class ai.tock.nlp.front.shared.build.ModelBuildTrigger
The application id to build
getApplicationId() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
The application id.
getApplicationId() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
getApplicationId() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLog
 
getApplicationId() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
getApplicationId() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStatQuery
 
getApplicationId() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLog
The application identifier.
getApplicationId() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
getApplicationId() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
getApplicationId() - Method in class ai.tock.nlp.front.shared.test.TestBuild
The application id to test.
getApplicationId() - Method in class ai.tock.nlp.front.shared.test.TestErrorQuery
 
getApplicationName() - Method in class ai.tock.nlp.front.shared.codec.SentencesDump
 
getApplicationName() - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationQuery
 
getApplicationName() - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeQuery
 
getApplicationName() - Method in class ai.tock.nlp.front.shared.monitoring.MarkAsUnknownQuery
The name of the application.
getApplicationName() - Method in class ai.tock.nlp.front.shared.parser.ParseQuery
The name of the application.
getApplications() - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 
getApplications() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
The applications using this intent.
getApplicationsImported() - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
getAtStartOfDay() - Method in class ai.tock.nlp.front.shared.config.EntityDefinition
To evaluate time for entity date types.
getAverage() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogIntentStat
 
getAverageDuration() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat
 
getAverageEntitiesProbability() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat
 
getAverageErrorProbability() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
getAverageErrorProbability() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
getAverageIntentProbability() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat
 
getBuildModelDuration() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Duration of the build.
getCategory() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
The optional category of the intent.
getCheckExistingQuery() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
If a query is already validated in the model,
getClassification() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
The current classification of the sentence.
getClientDevice() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
getClientDevice() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
The optional client device.
getClientId() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
getClientId() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
The unique client identifier.
getContent() - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeResult
 
getContent() - Method in class ai.tock.nlp.front.shared.merge.ValueToMerge
 
getContext() - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationQuery
 
getContext() - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeQuery
 
getContext() - Method in class ai.tock.nlp.front.shared.parser.ParseQuery
The context of the query.
getCount() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat
 
getCount() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
getCount() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
getCreationDate() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
Date of creation of this sentence.
getCurrentIntent() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
getCurrentModelConfiguration(applicationName, nlpEngineType) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
Returns the current model configuration.
getData() - Method in class ai.tock.nlp.front.shared.build.ModelBuildQueryResult
 
getData() - Method in class ai.tock.nlp.front.shared.test.EntityTestErrorQueryResult
 
getData() - Method in class ai.tock.nlp.front.shared.test.IntentTestErrorQueryResult
 
getDate() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
Date of the build.
getDate() - Method in class ai.tock.nlp.front.shared.config.SearchMark
The results start with the elements updated before
getDate() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestExportLog
 
getDate() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLog
 
getDate() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLog
Date of the action.
getDay() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat
 
getDefaultModelMayExist() - Method in class ai.tock.nlp.front.shared.codec.ApplicationImportConfiguration
If true,
getDescription() - Method in class ai.tock.nlp.front.shared.config.EntityTypeDefinition
The description of the entity.
getDescription() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
The optional description of the intent.
getDialogId() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
The dialog identifier.
getDictionary() - Method in class ai.tock.nlp.front.shared.config.EntityTypeDefinition
Is the entity based on a dictionary
getDictionaryDataByEntityName(qualifiedName) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
Load DictionaryData for entity qualified name.
getDisplayTests() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
Display test logs.
getDumpType() - Method in class ai.tock.nlp.front.shared.codec.ApplicationDump
 
getDuration() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
Duration of the build.
getDurationInMS() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLog
 
getEnd() - Method in class ai.tock.nlp.front.shared.codec.SentenceEntityDump
 
getEnd() - Method in class ai.tock.nlp.front.shared.config.ClassifiedEntity
End index
getEnd() - Method in class ai.tock.nlp.front.shared.evaluation.EntityToEvaluate
 
getEnd() - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
End
getEntities() - Method in class ai.tock.nlp.front.shared.codec.SentenceDump
 
getEntities() - Method in class ai.tock.nlp.front.shared.config.Classification
The entities.
getEntities() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
The
getEntities() - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationQuery
 
getEntities() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
The selected entities.
getEntitiesImported() - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
getEntitiesProbability() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
The average entity evaluation probability.
getEntitiesRegexp() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
 
getEntity() - Method in class ai.tock.nlp.front.shared.codec.SentenceEntityDump
 
getEntity() - Method in class ai.tock.nlp.front.shared.evaluation.EntityToEvaluate
 
getEntity() - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeQuery
 
getEntity() - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
Entity definition.
getEntityErrors() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Number of entity errors
getEntityErrorsByIntent() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Number of entity errors by intent.
getEntityRolesToExclude() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
getEntityRolesToInclude() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
getEntityType() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
getEntityTypeByName(name) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 
getEntityTypeName() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
The optional entity type name.
getEntityTypeName() - Method in class ai.tock.nlp.front.shared.config.EntityDefinition
The qualified name of the entity type.
getEntityTypes() - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 
getEntityTypes() - Method in class ai.tock.nlp.front.shared.codec.ApplicationDump
 
getError() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
Is there an error during the build?
getError() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLog
 
getError() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat
 
getError() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLog
Is there a technical error?
getErrorMessage() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
Error message if there is an error.
getErrorMessages() - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
getEvaluated() - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
Is this entity has been evaluated
getFirstDetectionDate() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
getFirstDetectionDate() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
getForReview() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
Tag the sentence for another person to review
getId() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaTypeDefinition
 
getIncreaseQueryCounter() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
Add this query in built-in stats.
getInitial() - Method in class ai.tock.nlp.front.shared.merge.ValueToMerge
 
getIntent() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntentFilter
 
getIntent() - Method in class ai.tock.nlp.front.shared.codec.SentenceDump
 
getIntent() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestExportLog
 
getIntent() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStatQuery
 
getIntent() - Method in class ai.tock.nlp.front.shared.parser.IntentQualifier
The intent.
getIntent() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
The intent selected.
getIntent1() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogIntentStat
 
getIntent2() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogIntentStat
 
getIntentById(id) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 
getIntentByNamespaceAndName(namespace, name) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 
getIntentErrors() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Number of intent errors.
getIntentErrorsByIntent() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Number of intent errors by intent.
getIntentId() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
The optional intent id.
getIntentId() - Method in class ai.tock.nlp.front.shared.config.Classification
The intent id.
getIntentId() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
getIntentId() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
getIntentIdByQualifiedName(name) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 
getIntentName() - Method in class ai.tock.nlp.front.shared.test.TestErrorQuery
 
getIntentNamespace() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
The namespace of the selected intent.
getIntentProbability() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
The intent evaluated probability.
getIntents() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaFilter
 
getIntents() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaLanguageModel
 
getIntents() - Method in class ai.tock.nlp.front.shared.codec.ApplicationDump
 
getIntents() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
The intents id of the app.
getIntentsByApplicationId(applicationId) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 
getIntentsImported() - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
getIntentsSubset() - Method in class ai.tock.nlp.front.shared.parser.ParseQuery
The query is restricted to the specified intents only.
getIntentStatesMap() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
The states defined for each intent.
getInvocationName() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaLanguageModel
 
getLabel() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
The optional displayed label of the intent.
getLanguage() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
The language of the model.
getLanguage() - Method in class ai.tock.nlp.front.shared.codec.SentenceDump
 
getLanguage() - Method in class ai.tock.nlp.front.shared.codec.SentencesDump
 
getLanguage() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
The locale.
getLanguage() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
getLanguage() - Method in class ai.tock.nlp.front.shared.monitoring.MarkAsUnknownQuery
The language of the query.
getLanguage() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
getLanguage() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStatQuery
 
getLanguage() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
The language selected.
getLanguage() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
The language of the query.
getLanguage() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
getLanguage() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
getLanguage() - Method in class ai.tock.nlp.front.shared.test.TestBuild
The tested language.
getLanguage() - Method in class ai.tock.nlp.front.shared.test.TestErrorQuery
 
getLanguageModel() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntentsSchema
 
getLastAnalyse() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
getLastEntityProbability() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
If not yet validated,
getLastIntentProbability() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
If not yet validated,
getLastUsage() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
The last usage date
getLocale() - Method in class ai.tock.nlp.front.shared.codec.CreateApplicationQuery
 
getLocaleAdded() - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
getLogin() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLog
The user login.
getLogs() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQueryResult
 
getLogs() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLogQueryResult
 
getMandatoryStates() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
This intent is returned as a classification result
getMergeEngineTypes() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
Is intent entity model and
getMergeSupport() - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
Does this entity value support merge with other values
getMinOccurrences() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStatQuery
 
getModified() - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
getModifiedAfter() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
getModifiedBefore() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
getModifier() - Method in class ai.tock.nlp.front.shared.parser.IntentQualifier
The probability modifier.
getName() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntent
 
getName() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlot
 
getName() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter
 
getName() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaType
 
getName() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaTypeDefinition
 
getName() - Method in class ai.tock.nlp.front.shared.codec.CreateApplicationQuery
 
getName() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
The name of the app.
getName() - Method in class ai.tock.nlp.front.shared.config.EntityTypeDefinition
The qualified name of the entity
getName() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
The name of the intent.
getNamespace() - Method in class ai.tock.nlp.front.shared.codec.CreateApplicationQuery
 
getNamespace() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
The namespace of the app.
getNamespace() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
The namespace of the intent.
getNamespace() - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationQuery
 
getNamespace() - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeQuery
 
getNamespace() - Method in class ai.tock.nlp.front.shared.monitoring.MarkAsUnknownQuery
The namespace of the application.
getNamespace() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLog
The namespace of the application.
getNamespace() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLogQuery
 
getNamespace() - Method in class ai.tock.nlp.front.shared.parser.ParseQuery
The namespace of the application.
getNbErrors() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Number of errors.
getNbSentences() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
Number of sentences included in the model.
getNbSentencesInModel() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Number of sentences included in the model.
getNbSentencesTested() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Number of sentences tested.
getNbSentencesTestedByIntent() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Number of sentences tested by intent.
getNewApplicationName() - Method in class ai.tock.nlp.front.shared.codec.ApplicationImportConfiguration
The target application name
getNewData() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLog
New Data of any.
getNlpEngineType() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
The current nlp engine used to build the model.
getNoState() - Method in class ai.tock.nlp.front.shared.parser.QueryState.Companion
 
getNotRetainedEntities() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
The entities found but not retained.
getNotStatus() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
getOccurrences() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogIntentStat
 
getOnlyExactMatch() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
getOnlyExactMatch() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
getOnlyIfModelNotExists() - Method in class ai.tock.nlp.front.shared.build.ModelBuildTrigger
Builds only if model does not exist
getOnlyToReview() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
getOtherIntentsProbabilities() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
Other intents with significant probabilities.
getPosition() - Method in class ai.tock.nlp.front.shared.merge.ValueToMerge
 
getPredefinedValues() - Method in class ai.tock.nlp.front.shared.config.EntityTypeDefinition
Deprecated. 
getProbability() - Method in class ai.tock.nlp.front.shared.merge.ValueToMerge
 
getProbability() - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
Recognition probability.
getQualifiedName() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
A qualified name (ie "namespace:name") of the app.
getQualifiedName() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
Qualified name (ie "namespace:name") of the intent.
getQualifier() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
Last person that has qualified the sentence
getQueries() - Method in class ai.tock.nlp.front.shared.parser.ParseQuery
A list of queries to parse.
getQuery() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLog
 
getReferenceDate() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
The reference date used to parse the query.
getReferenceTimezone() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
The user timezone.
getRegexp() - Method in class ai.tock.nlp.front.shared.config.EntitiesRegexpDefinition
 
getRegisterQuery() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
Should the query be saved in db if not already present?
getResult() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLog
 
getRetainedQuery() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
The analysed query.
getReviewComment() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
Comment to help the other person to review
getRole() - Method in class ai.tock.nlp.front.shared.codec.SentenceEntityDump
 
getRole() - Method in class ai.tock.nlp.front.shared.config.ClassifiedEntity
The entity role.
getRole() - Method in class ai.tock.nlp.front.shared.config.EntityDefinition
The role.
getSamples() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntent
 
getSearch() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
getSearch() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
getSearchMark() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
getSearchMark() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
getSearchSubEntities() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
Search the sub entities in the whole entity tree.
getSentences(intents, language, status) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
Get the sentences with the specified criteria.
getSentences() - Method in class ai.tock.nlp.front.shared.codec.ApplicationDump
 
getSentences() - Method in class ai.tock.nlp.front.shared.codec.SentencesDump
 
getSentences() - Method in class ai.tock.nlp.front.shared.config.SentencesQueryResult
 
getSentencesImported() - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
getSharedIntents() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
The qualified sentences of each
getSinceDate() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
getSize() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
getSize() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
getSize() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLogQuery
 
getSize() - Method in class ai.tock.nlp.front.shared.test.TestErrorQuery
 
getSlots() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntent
 
getSlots() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntentFilter
 
getSort() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
The optional sort parameters.
getStart() - Method in class ai.tock.nlp.front.shared.codec.SentenceEntityDump
 
getStart() - Method in class ai.tock.nlp.front.shared.config.ClassifiedEntity
Start index of the entity in the text.
getStart() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
getStart() - Method in class ai.tock.nlp.front.shared.evaluation.EntityToEvaluate
 
getStart() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
getStart() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLogQuery
 
getStart() - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
Start
getStart() - Method in class ai.tock.nlp.front.shared.test.TestErrorQuery
 
getStartDate() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Start of the build.
getState() - Method in class ai.tock.nlp.front.shared.parser.ParseQuery
The state of the query.
getStates() - Method in class ai.tock.nlp.front.shared.parser.QueryState
 
getStatus() - Method in class ai.tock.nlp.front.shared.codec.SentenceDump
 
getStatus() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
The current status of the sentence.
getStatus() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
getSubEntities() - Method in class ai.tock.nlp.front.shared.codec.SentenceEntityDump
 
getSubEntities() - Method in class ai.tock.nlp.front.shared.config.ClassifiedEntity
The sub entities of the entity.
getSubEntities() - Method in class ai.tock.nlp.front.shared.config.EntityTypeDefinition
The sub entities of this entity.
getSubEntities() - Method in class ai.tock.nlp.front.shared.evaluation.EntityToEvaluate
 
getSubEntities() - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
Sub entities if any.
getSuccess() - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
getSupportedLocales() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
The locales supported by the app.
getSupportedNlpEngineTypes() - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
Returns supported NLP engines.
getSupportSubEntities() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
Does this app support sub entities?
getSynonyms() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaTypeDefinitionName
 
getTargetName() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter
 
getTargetType() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter
 
getTest() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
Is it a non regression test?
getTestBuilds(query) - Method in interface ai.tock.nlp.front.shared.ModelTester
 
getTestSentencesDuration() - Method in class ai.tock.nlp.front.shared.test.TestBuild
Duration of sentences tests.
getText() - Method in class ai.tock.nlp.front.shared.codec.SentenceDump
 
getText() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
The text of the sentence.
getText() - Method in class ai.tock.nlp.front.shared.config.SearchMark
 
getText() - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationQuery
 
getText() - Method in class ai.tock.nlp.front.shared.monitoring.MarkAsUnknownQuery
The sentence to mark
getText() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestExportLog
 
getText() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
getText() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
getTimestamp() - Method in class ai.tock.nlp.front.shared.codec.ApplicationDump
 
getTotal() - Method in class ai.tock.nlp.front.shared.build.ModelBuildQueryResult
 
getTotal() - Method in class ai.tock.nlp.front.shared.config.SentencesQueryResult
 
getTotal() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQueryResult
 
getTotal() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLogQueryResult
 
getTotal() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
getTotal() - Method in class ai.tock.nlp.front.shared.test.EntityTestErrorQueryResult
 
getTotal() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
getTotal() - Method in class ai.tock.nlp.front.shared.test.IntentTestErrorQueryResult
 
getTriggers() - Method in interface ai.tock.nlp.front.shared.ModelUpdater
Get all available triggers.
getType() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
Type of build.
getType() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlot
 
getType() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter
 
getType() - Method in class ai.tock.nlp.front.shared.config.ClassifiedEntity
The entity type.
getTypes() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaLanguageModel
 
getUnknownCount() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
The total number of unknown count generated by this sentence.
getUpdateDate() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
Last update date.
getUsageCount() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
The total number of uses of this sentence.
getUseEntityModels() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
Is
getValue() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaTypeDefinitionName
 
getValue() - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeResult
 
getValue() - Method in class ai.tock.nlp.front.shared.merge.ValueToMerge
 
getValue() - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
Current value if evaluated.
getValues() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaType
 
getValues() - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationResult
 
getValues() - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeQuery
 
getWholeNamespace() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
Is the search should be extended to the whole app namespace
getWrongIntent() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 

H

hasEntity(entity) - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
 
hasEntity(entity) - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
 
hashCode() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
 
hashCode() - Method in class ai.tock.nlp.front.shared.build.ModelBuildQueryResult
 
hashCode() - Method in class ai.tock.nlp.front.shared.build.ModelBuildTrigger
 
hashCode() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaFilter
 
hashCode() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntent
 
hashCode() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntentFilter
 
hashCode() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntentsSchema
 
hashCode() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaLanguageModel
 
hashCode() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlot
 
hashCode() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter
 
hashCode() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaType
 
hashCode() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaTypeDefinition
 
hashCode() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaTypeDefinitionName
 
hashCode() - Method in class ai.tock.nlp.front.shared.codec.ApplicationDump
 
hashCode() - Method in class ai.tock.nlp.front.shared.codec.ApplicationImportConfiguration
 
hashCode() - Method in class ai.tock.nlp.front.shared.codec.CreateApplicationQuery
 
hashCode() - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
hashCode() - Method in class ai.tock.nlp.front.shared.codec.SentenceDump
 
hashCode() - Method in class ai.tock.nlp.front.shared.codec.SentenceEntityDump
 
hashCode() - Method in class ai.tock.nlp.front.shared.codec.SentencesDump
 
hashCode() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
 
hashCode() - Method in class ai.tock.nlp.front.shared.config.Classification
 
hashCode() - Method in class ai.tock.nlp.front.shared.config.ClassifiedEntity
 
hashCode() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
 
hashCode() - Method in class ai.tock.nlp.front.shared.config.EntitiesRegexpDefinition
 
hashCode() - Method in class ai.tock.nlp.front.shared.config.EntityDefinition
 
hashCode() - Method in class ai.tock.nlp.front.shared.config.EntityTypeDefinition
 
hashCode() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
 
hashCode() - Method in class ai.tock.nlp.front.shared.config.SearchMark
 
hashCode() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
hashCode() - Method in class ai.tock.nlp.front.shared.config.SentencesQueryResult
 
hashCode() - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationQuery
 
hashCode() - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationResult
 
hashCode() - Method in class ai.tock.nlp.front.shared.evaluation.EntityToEvaluate
 
hashCode() - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeQuery
 
hashCode() - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeResult
 
hashCode() - Method in class ai.tock.nlp.front.shared.merge.ValueToMerge
 
hashCode() - Method in class ai.tock.nlp.front.shared.monitoring.MarkAsUnknownQuery
 
hashCode() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestExportLog
 
hashCode() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLog
 
hashCode() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogIntentStat
 
hashCode() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
hashCode() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQueryResult
 
hashCode() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat
 
hashCode() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStatQuery
 
hashCode() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLog
 
hashCode() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLogQuery
 
hashCode() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLogQueryResult
 
hashCode() - Method in class ai.tock.nlp.front.shared.parser.IntentQualifier
 
hashCode() - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
 
hashCode() - Method in class ai.tock.nlp.front.shared.parser.ParseQuery
 
hashCode() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
 
hashCode() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
 
hashCode() - Method in class ai.tock.nlp.front.shared.parser.QueryState
 
hashCode() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
hashCode() - Method in class ai.tock.nlp.front.shared.test.EntityTestErrorQueryResult
 
hashCode() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
hashCode() - Method in class ai.tock.nlp.front.shared.test.IntentTestErrorQueryResult
 
hashCode() - Method in class ai.tock.nlp.front.shared.test.TestBuild
 
hashCode() - Method in class ai.tock.nlp.front.shared.test.TestErrorQuery
 
hasSameContent(sentence) - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
Check if the sentence has the same content (status, creation & update dates excluded)
healthcheck() - Method in interface ai.tock.nlp.front.shared.Parser
Checks parser availability.

I

import(namespace, dump, configuration) - Method in interface ai.tock.nlp.front.shared.ApplicationCodec
Import the application dump.
ImportReport - Class in ai.tock.nlp.front.shared.codec
The import result report.
ImportReport(applicationsImported, entitiesImported, intentsImported, sentencesImported, localeAdded, success, errorMessages) - Constructor for class ai.tock.nlp.front.shared.codec.ImportReport
The import result report.
ImportReport() - Constructor for class ai.tock.nlp.front.shared.codec.ImportReport
The import result report.
importSentences(namespace, dump) - Method in interface ai.tock.nlp.front.shared.ApplicationCodec
Import the sentences dump.
incrementUnknown(query) - Method in interface ai.tock.nlp.front.shared.Parser
Marks a sentence as unknown.
initializeConfiguration() - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
Load the configuration cache.
INSTANCE - Static variable in class ai.tock.nlp.front.shared.value.ValueTransformer
Transforms any instance in Value instance.
IntentDefinition - Class in ai.tock.nlp.front.shared.config
Definition of an intent.
IntentDefinition(name, namespace, applications, entities, entitiesRegexp, mandatoryStates, sharedIntents, label, description, category, _id) - Constructor for class ai.tock.nlp.front.shared.config.IntentDefinition
Definition of an intent.
IntentQualifier - Class in ai.tock.nlp.front.shared.parser
Each allowed intent if ParseQuery.intentsSubset is set.
IntentQualifier(intent, modifier) - Constructor for class ai.tock.nlp.front.shared.parser.IntentQualifier
Each allowed intent if ParseQuery.intentsSubset is set.
intentStats(query) - Method in interface ai.tock.nlp.front.shared.ApplicationMonitor
 
IntentTestError - Class in ai.tock.nlp.front.shared.test
 
IntentTestError(applicationId, language, text, currentIntent, wrongIntent, averageErrorProbability, count, total, firstDetectionDate) - Constructor for class ai.tock.nlp.front.shared.test.IntentTestError
 
IntentTestErrorQueryResult - Class in ai.tock.nlp.front.shared.test
 
IntentTestErrorQueryResult(total, data) - Constructor for class ai.tock.nlp.front.shared.test.IntentTestErrorQueryResult
 

M

MarkAsUnknownQuery - Class in ai.tock.nlp.front.shared.monitoring
Informs the nlp model that a sentence has not been understood.
MarkAsUnknownQuery(namespace, applicationName, language, text) - Constructor for class ai.tock.nlp.front.shared.monitoring.MarkAsUnknownQuery
Informs the nlp model that a sentence has not been understood.
mergeValues(query) - Method in interface ai.tock.nlp.front.shared.Parser
Merges entity values of same type. For example "tomorrow" + "morning" = "tomorrow morning"
ModelBuild - Class in ai.tock.nlp.front.shared.build
A NLP model build.
ModelBuild(applicationId, language, type, intentId, entityTypeName, nbSentences, duration, error, errorMessage, date) - Constructor for class ai.tock.nlp.front.shared.build.ModelBuild
A NLP model build.
ModelBuildQueryResult - Class in ai.tock.nlp.front.shared.build
 
ModelBuildQueryResult(total, data) - Constructor for class ai.tock.nlp.front.shared.build.ModelBuildQueryResult
 
ModelBuildTrigger - Class in ai.tock.nlp.front.shared.build
Trigger NLP model build.
ModelBuildTrigger(applicationId, all, onlyIfModelNotExists) - Constructor for class ai.tock.nlp.front.shared.build.ModelBuildTrigger
Trigger NLP model build.
ModelBuildType - Enum in ai.tock.nlp.front.shared.build
 
ModelTester - Interface in ai.tock.nlp.front.shared
 
ModelUpdater - Interface in ai.tock.nlp.front.shared
Manage updates of NLP models (both intents and entity models).

P

parse(query) - Method in interface ai.tock.nlp.front.shared.Parser
Parses sentences with NLP.
ParsedEntityValue - Class in ai.tock.nlp.front.shared.parser
This class is copied from ai.tock.nlp.core.EntityValue, but value is typed at Value. This is basically a hack to avoid including Value notion in the core.
ParsedEntityValue(start, end, entity, value, evaluated, subEntities, probability, mergeSupport) - Constructor for class ai.tock.nlp.front.shared.parser.ParsedEntityValue
This class is copied from ai.tock.nlp.core.EntityValue, but value is typed at Value. This is basically a hack to avoid including Value notion in the core.
ParsedEntityValue(start, end, entity, value, evaluated, subEntities, probability, mergeSupport) - Constructor for class ai.tock.nlp.front.shared.parser.ParsedEntityValue
 
ParsedEntityValue(entityValue, probability, mergeSupport) - Constructor for class ai.tock.nlp.front.shared.parser.ParsedEntityValue
 
parseDumpType(s) - Method in class ai.tock.nlp.front.shared.codec.DumpType.Companion
 
ParseQuery - Class in ai.tock.nlp.front.shared.parser
A NLP parse query.
ParseQuery(queries, namespace, applicationName, context, state, intentsSubset) - Constructor for class ai.tock.nlp.front.shared.parser.ParseQuery
A NLP parse query.
Parser - Interface in ai.tock.nlp.front.shared
 
ParseRequestExportLog - Class in ai.tock.nlp.front.shared.monitoring
A minimal export log.
ParseRequestExportLog(text, intent, date) - Constructor for class ai.tock.nlp.front.shared.monitoring.ParseRequestExportLog
A minimal export log.
ParseRequestLog - Class in ai.tock.nlp.front.shared.monitoring
 
ParseRequestLog(applicationId, query, result, durationInMS, error, date) - Constructor for class ai.tock.nlp.front.shared.monitoring.ParseRequestLog
 
ParseRequestLogIntentStat - Class in ai.tock.nlp.front.shared.monitoring
 
ParseRequestLogIntentStat(intent1, intent2, occurrences, average) - Constructor for class ai.tock.nlp.front.shared.monitoring.ParseRequestLogIntentStat
 
ParseRequestLogQuery - Class in ai.tock.nlp.front.shared.monitoring
 
ParseRequestLogQuery(applicationId, language, start, size, search, onlyExactMatch, searchMark, clientDevice, clientId, sinceDate, displayTests) - Constructor for class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
ParseRequestLogQueryResult - Class in ai.tock.nlp.front.shared.monitoring
 
ParseRequestLogQueryResult(total, logs) - Constructor for class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQueryResult
 
ParseRequestLogStat - Class in ai.tock.nlp.front.shared.monitoring
 
ParseRequestLogStat(day, error, count, averageDuration, averageIntentProbability, averageEntitiesProbability) - Constructor for class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat
 
ParseRequestLogStatQuery - Class in ai.tock.nlp.front.shared.monitoring
 
ParseRequestLogStatQuery(applicationId, language, intent, minOccurrences) - Constructor for class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStatQuery
 
ParseResult - Class in ai.tock.nlp.front.shared.parser
A NLP parse result.
ParseResult(intent, intentNamespace, language, entities, notRetainedEntities, intentProbability, entitiesProbability, retainedQuery, otherIntentsProbabilities) - Constructor for class ai.tock.nlp.front.shared.parser.ParseResult
A NLP parse result.
prepareImport(dump) - Method in interface ai.tock.nlp.front.shared.ApplicationCodec
Analyse the application dump and present options.

Q

QueryContext - Class in ai.tock.nlp.front.shared.parser
The context of a user query.
QueryContext(language, clientId, clientDevice, dialogId, referenceDate, referenceTimezone, test, registerQuery, checkExistingQuery, increaseQueryCounter) - Constructor for class ai.tock.nlp.front.shared.parser.QueryContext
The context of a user query.
QueryState - Class in ai.tock.nlp.front.shared.parser
 
QueryState(states) - Constructor for class ai.tock.nlp.front.shared.parser.QueryState
 
QueryState() - Constructor for class ai.tock.nlp.front.shared.parser.QueryState
 
QueryState.Companion - Class in ai.tock.nlp.front.shared.parser
 

R

removeEntityFromIntent(application, intent, entityType, role) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
Remove entity from intent.
removeIntentFromApplication(application, intentId) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
Remove intent from application.
removeSubEntityFromEntity(application, entityType, role) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
Remove a sub entity from an entity.

S

save(application) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 
save(sentence, user) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 
save(entityType) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 
save(data) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
Save DictionaryData.
save(intent) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 
save(log) - Method in interface ai.tock.nlp.front.shared.ApplicationMonitor
 
search(query) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 
search(query) - Method in interface ai.tock.nlp.front.shared.ApplicationMonitor
 
search(query) - Method in interface ai.tock.nlp.front.shared.ApplicationMonitor
 
SearchMark - Class in ai.tock.nlp.front.shared.config
A basic mark used to display results after the mark.
SearchMark(text, date) - Constructor for class ai.tock.nlp.front.shared.config.SearchMark
A basic mark used to display results after the mark.
searchTestEntityErrors(query) - Method in interface ai.tock.nlp.front.shared.ModelTester
 
searchTestIntentErrors(query) - Method in interface ai.tock.nlp.front.shared.ModelTester
 
SentenceDump - Class in ai.tock.nlp.front.shared.codec
 
SentenceDump(text, intent, entities, language, status) - Constructor for class ai.tock.nlp.front.shared.codec.SentenceDump
 
SentenceEntityDump - Class in ai.tock.nlp.front.shared.codec
 
SentenceEntityDump(entity, role, subEntities, start, end) - Constructor for class ai.tock.nlp.front.shared.codec.SentenceEntityDump
 
SentenceEntityDump(entity) - Constructor for class ai.tock.nlp.front.shared.codec.SentenceEntityDump
 
SentencesDump - Class in ai.tock.nlp.front.shared.codec
A classified sentences dump.
SentencesDump(applicationName, language, sentences) - Constructor for class ai.tock.nlp.front.shared.codec.SentencesDump
A classified sentences dump.
SentencesQuery - Class in ai.tock.nlp.front.shared.config
Complex query to search classified sentences.
SentencesQuery(applicationId, language, start, size, search, intentId, status, notStatus, onlyExactMatch, entityType, entityRolesToInclude, entityRolesToExclude, modifiedAfter, modifiedBefore, searchMark, onlyToReview, sort, searchSubEntities, wholeNamespace) - Constructor for class ai.tock.nlp.front.shared.config.SentencesQuery
Complex query to search classified sentences.
SentencesQueryResult - Class in ai.tock.nlp.front.shared.config
SentencesQueryResult(total, sentences) - Constructor for class ai.tock.nlp.front.shared.config.SentencesQueryResult
setLocaleAdded(p) - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
setSentencesImported(p) - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
setSuccess(p) - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
stats(query) - Method in interface ai.tock.nlp.front.shared.ApplicationMonitor
 
supportStates(states) - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
 
switchSentencesEntity(sentences, targetApplication, oldEntity, newEntity) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
Switch old entity to new entity.
switchSentencesIntent(sentences, targetApplication, targetIntentId) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
Switch specified sentences to a new intent.
switchSentencesStatus(sentences, newStatus) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
 

T

TestBuild - Class in ai.tock.nlp.front.shared.test
A build used to test the model.
TestBuild(applicationId, language, startDate, buildModelDuration, testSentencesDuration, nbSentencesInModel, nbSentencesTested, nbErrors, intentErrors, entityErrors, nbSentencesTestedByIntent, intentErrorsByIntent, entityErrorsByIntent) - Constructor for class ai.tock.nlp.front.shared.test.TestBuild
A build used to test the model.
TestErrorQuery - Class in ai.tock.nlp.front.shared.test
 
TestErrorQuery(applicationId, language, intentName, after, start, size) - Constructor for class ai.tock.nlp.front.shared.test.TestErrorQuery
 
testModels() - Method in interface ai.tock.nlp.front.shared.ModelTester
 
toClassifiedEntity() - Method in class ai.tock.nlp.front.shared.codec.SentenceEntityDump
 
toEntity(entityProvider) - Method in class ai.tock.nlp.front.shared.config.ClassifiedEntity
 
toEntityRecognition(entityProvider) - Method in class ai.tock.nlp.front.shared.config.ClassifiedEntity
 
toEntityRecognition() - Method in class ai.tock.nlp.front.shared.evaluation.EntityToEvaluate
 
toEntityValue(entityProvider) - Method in class ai.tock.nlp.front.shared.config.ClassifiedEntity
 
toSampleExpression(intentProvider, entityTypeProvider) - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
Build an expression from this sentence.
toString() - Method in class ai.tock.nlp.front.shared.build.ModelBuild
 
toString() - Method in class ai.tock.nlp.front.shared.build.ModelBuildQueryResult
 
toString() - Method in class ai.tock.nlp.front.shared.build.ModelBuildTrigger
 
toString() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaFilter
 
toString() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntent
 
toString() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntentFilter
 
toString() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaIntentsSchema
 
toString() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaLanguageModel
 
toString() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlot
 
toString() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter
 
toString() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaType
 
toString() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaTypeDefinition
 
toString() - Method in class ai.tock.nlp.front.shared.codec.alexa.AlexaTypeDefinitionName
 
toString() - Method in class ai.tock.nlp.front.shared.codec.ApplicationDump
 
toString() - Method in class ai.tock.nlp.front.shared.codec.ApplicationImportConfiguration
 
toString() - Method in class ai.tock.nlp.front.shared.codec.CreateApplicationQuery
 
toString() - Method in class ai.tock.nlp.front.shared.codec.ImportReport
 
toString() - Method in class ai.tock.nlp.front.shared.codec.SentenceDump
 
toString() - Method in class ai.tock.nlp.front.shared.codec.SentenceEntityDump
 
toString() - Method in class ai.tock.nlp.front.shared.codec.SentencesDump
 
toString() - Method in class ai.tock.nlp.front.shared.config.ApplicationDefinition
 
toString() - Method in class ai.tock.nlp.front.shared.config.Classification
 
toString() - Method in class ai.tock.nlp.front.shared.config.ClassifiedEntity
 
toString() - Method in class ai.tock.nlp.front.shared.config.ClassifiedSentence
 
toString() - Method in class ai.tock.nlp.front.shared.config.EntitiesRegexpDefinition
 
toString() - Method in class ai.tock.nlp.front.shared.config.EntityDefinition
 
toString() - Method in class ai.tock.nlp.front.shared.config.EntityTypeDefinition
 
toString() - Method in class ai.tock.nlp.front.shared.config.IntentDefinition
 
toString() - Method in class ai.tock.nlp.front.shared.config.SearchMark
 
toString() - Method in class ai.tock.nlp.front.shared.config.SentencesQuery
 
toString() - Method in class ai.tock.nlp.front.shared.config.SentencesQueryResult
 
toString() - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationQuery
 
toString() - Method in class ai.tock.nlp.front.shared.evaluation.EntityEvaluationResult
 
toString() - Method in class ai.tock.nlp.front.shared.evaluation.EntityToEvaluate
 
toString() - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeQuery
 
toString() - Method in class ai.tock.nlp.front.shared.merge.ValuesMergeResult
 
toString() - Method in class ai.tock.nlp.front.shared.merge.ValueToMerge
 
toString() - Method in class ai.tock.nlp.front.shared.monitoring.MarkAsUnknownQuery
 
toString() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestExportLog
 
toString() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLog
 
toString() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogIntentStat
 
toString() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQuery
 
toString() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogQueryResult
 
toString() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat
 
toString() - Method in class ai.tock.nlp.front.shared.monitoring.ParseRequestLogStatQuery
 
toString() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLog
 
toString() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLogQuery
 
toString() - Method in class ai.tock.nlp.front.shared.monitoring.UserActionLogQueryResult
 
toString() - Method in class ai.tock.nlp.front.shared.parser.IntentQualifier
 
toString() - Method in class ai.tock.nlp.front.shared.parser.ParsedEntityValue
 
toString() - Method in class ai.tock.nlp.front.shared.parser.ParseQuery
 
toString() - Method in class ai.tock.nlp.front.shared.parser.ParseResult
 
toString() - Method in class ai.tock.nlp.front.shared.parser.QueryContext
 
toString() - Method in class ai.tock.nlp.front.shared.parser.QueryState
 
toString() - Method in class ai.tock.nlp.front.shared.test.EntityTestError
 
toString() - Method in class ai.tock.nlp.front.shared.test.EntityTestErrorQueryResult
 
toString() - Method in class ai.tock.nlp.front.shared.test.IntentTestError
 
toString() - Method in class ai.tock.nlp.front.shared.test.IntentTestErrorQueryResult
 
toString() - Method in class ai.tock.nlp.front.shared.test.TestBuild
 
toString() - Method in class ai.tock.nlp.front.shared.test.TestErrorQuery
 
toValueDescriptor() - Method in class ai.tock.nlp.front.shared.merge.ValueToMerge
 
transform(schema) - Method in interface ai.tock.nlp.front.shared.codec.alexa.AlexaModelTransformer
Last change to transform Alexa model.
triggerBuild(trigger) - Method in interface ai.tock.nlp.front.shared.ModelUpdater
Save the trigger.

U

updateEntityDefinition(namespace, applicationName, entity) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
Update matching entity definition of all intents of the specified application.
updateEntityModelForEntityType(validatedSentences, application, entityTypeDefinition, language, engineType, onlyIfNotExists) - Method in interface ai.tock.nlp.front.shared.ModelUpdater
 
updateEntityModelForIntent(validatedSentences, application, intentId, language, engineType, onlyIfNotExists) - Method in interface ai.tock.nlp.front.shared.ModelUpdater
Update all entities model of intent.
updateIntentsModelForApplication(validatedSentences, application, language, engineType, onlyIfNotExists) - Method in interface ai.tock.nlp.front.shared.ModelUpdater
Update intents model.
updateModelConfiguration(applicationName, engineType, configuration) - Method in interface ai.tock.nlp.front.shared.ApplicationConfiguration
Updates the model configuration for the given application name.
UserActionLog - Class in ai.tock.nlp.front.shared.monitoring
A user action description - used to trace modifications.
UserActionLog(namespace, applicationId, login, actionType, newData, error, date) - Constructor for class ai.tock.nlp.front.shared.monitoring.UserActionLog
A user action description - used to trace modifications.
UserActionLogQuery - Class in ai.tock.nlp.front.shared.monitoring
UserActionLogQuery(namespace, start, size) - Constructor for class ai.tock.nlp.front.shared.monitoring.UserActionLogQuery
UserActionLogQueryResult - Class in ai.tock.nlp.front.shared.monitoring
 
UserActionLogQueryResult(total, logs) - Constructor for class ai.tock.nlp.front.shared.monitoring.UserActionLogQueryResult
 

V

ValuesMergeQuery - Class in ai.tock.nlp.front.shared.merge
 
ValuesMergeQuery(namespace, applicationName, context, entity, values) - Constructor for class ai.tock.nlp.front.shared.merge.ValuesMergeQuery
 
ValuesMergeResult - Class in ai.tock.nlp.front.shared.merge
 
ValuesMergeResult(value, content) - Constructor for class ai.tock.nlp.front.shared.merge.ValuesMergeResult
 
ValueToMerge - Class in ai.tock.nlp.front.shared.merge
 
ValueToMerge(value, content, initial, position, probability) - Constructor for class ai.tock.nlp.front.shared.merge.ValueToMerge
 
ValueTransformer - Class in ai.tock.nlp.front.shared.value
Transforms any instance in Value instance.

W

wrapNullableValue(value) - Method in class ai.tock.nlp.front.shared.value.ValueTransformer
 
wrapValue(value) - Method in class ai.tock.nlp.front.shared.value.ValueTransformer
 
A B C D E F G H I M P Q R S T U V W 
Skip navigation links