-
- All Implemented Interfaces:
public final class ApplicationDumpAn application dump is a full NLP application data snapshot, with intents, entities and sentences.
-
-
Field Summary
Fields Modifier and Type Field Description private final ApplicationDefinitionapplicationprivate final List<EntityTypeDefinition>entityTypesprivate final List<IntentDefinition>intentsprivate final List<ClassifiedSentence>sentencesprivate final DumpTypedumpTypeprivate final Instanttimestamp
-
Constructor Summary
Constructors Constructor Description ApplicationDump(ApplicationDefinition application, List<EntityTypeDefinition> entityTypes, List<IntentDefinition> intents, List<ClassifiedSentence> sentences, DumpType dumpType, Instant timestamp)
-
Method Summary
Modifier and Type Method Description final ApplicationDefinitiongetApplication()final List<EntityTypeDefinition>getEntityTypes()final List<IntentDefinition>getIntents()final List<ClassifiedSentence>getSentences()final DumpTypegetDumpType()final InstantgetTimestamp()-
-
Constructor Detail
-
ApplicationDump
ApplicationDump(ApplicationDefinition application, List<EntityTypeDefinition> entityTypes, List<IntentDefinition> intents, List<ClassifiedSentence> sentences, DumpType dumpType, Instant timestamp)
-
-
Method Detail
-
getApplication
final ApplicationDefinition getApplication()
-
getEntityTypes
final List<EntityTypeDefinition> getEntityTypes()
-
getIntents
final List<IntentDefinition> getIntents()
-
getSentences
final List<ClassifiedSentence> getSentences()
-
getDumpType
final DumpType getDumpType()
-
getTimestamp
final Instant getTimestamp()
-
-
-
-