public class ApplicationCodecService
public static ApplicationCodecService INSTANCE
@NotNull public ai.tock.nlp.front.shared.ApplicationConfiguration getConfig()
@NotNull
public ai.tock.nlp.front.shared.codec.ApplicationDump export(@NotNull
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
@NotNull
ai.tock.nlp.front.shared.codec.DumpType dumpType)
@NotNull
public ai.tock.nlp.front.shared.codec.ApplicationImportConfiguration prepareImport(@NotNull
ai.tock.nlp.front.shared.codec.ApplicationDump dump)
@NotNull
public ai.tock.nlp.front.shared.codec.ImportReport import(@NotNull
java.lang.String namespace,
@NotNull
ai.tock.nlp.front.shared.codec.ApplicationDump dump,
@NotNull
ai.tock.nlp.front.shared.codec.ApplicationImportConfiguration configuration)
@NotNull
public ai.tock.nlp.front.shared.codec.ImportReport importSentences(@NotNull
java.lang.String namespace,
@NotNull
ai.tock.nlp.front.shared.codec.SentencesDump dump)
@NotNull
public ai.tock.nlp.front.shared.codec.SentencesDump exportSentences(@NotNull
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
@NotNull
ai.tock.nlp.front.shared.codec.DumpType dumpType,
@Nullable
java.lang.String intent,
@Nullable
java.util.Locale locale)
@NotNull
public ai.tock.nlp.front.shared.codec.SentencesDump exportSentences(@NotNull
ai.tock.nlp.front.shared.config.SentencesQuery query,
@NotNull
ai.tock.nlp.front.shared.codec.DumpType dumpType)