public class AdminService
public static AdminService INSTANCE
@NotNull public ai.tock.nlp.front.client.FrontClient getFront()
@NotNull public SentenceReport parseSentence(@NotNull ParseQuery query)
@NotNull public SentencesReport searchSentences(@NotNull SearchQuery query)
@NotNull public UpdateSentencesReport updateSentences(@NotNull UpdateSentencesQuery query)
@NotNull public TranslateReport translateSentences(@NotNull TranslateSentencesQuery query)
@Nullable public ApplicationWithIntents getApplicationWithIntents(@NotNull org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId)
@NotNull public ApplicationWithIntents getApplicationWithIntents(@NotNull ai.tock.nlp.front.shared.config.ApplicationDefinition application)
@Nullable
public ai.tock.nlp.front.shared.config.IntentDefinition createOrGetIntent(@NotNull
java.lang.String namespace,
@NotNull
ai.tock.nlp.front.shared.config.IntentDefinition intent)
@Nullable
public ai.tock.nlp.front.shared.config.IntentDefinition createOrUpdateIntent(@NotNull
java.lang.String namespace,
@NotNull
ai.tock.nlp.front.shared.config.IntentDefinition intent)
@NotNull public LogsReport searchLogs(@NotNull LogsQuery query)
@NotNull public IntentTestErrorQueryResultReport searchTestIntentErrors(@NotNull ai.tock.nlp.front.shared.test.TestErrorQuery query)
@NotNull public EntityTestErrorQueryResultReport searchTestEntityErrors(@NotNull ai.tock.nlp.front.shared.test.TestErrorQuery query)
@NotNull
public java.util.List<ai.tock.nlp.admin.model.TestBuildStat> testBuildStats(@NotNull
TestBuildQuery query,
@NotNull
ai.tock.nlp.front.shared.config.ApplicationDefinition app)