public ApplicationMonitor
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ai.tock.nlp.front.shared.monitoring.ParseRequestExportLog> |
export(org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
java.util.Locale language) |
java.util.List<ai.tock.nlp.front.shared.monitoring.ParseRequestLogIntentStat> |
intentStats(ParseRequestLogStatQuery query) |
void |
save(UserActionLog log) |
ParseRequestLogQueryResult |
search(ParseRequestLogQuery query) |
UserActionLogQueryResult |
search(UserActionLogQuery query) |
java.util.List<ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat> |
stats(ParseRequestLogStatQuery query) |
@NotNull ParseRequestLogQueryResult search(@NotNull ParseRequestLogQuery query)
@NotNull
java.util.List<ai.tock.nlp.front.shared.monitoring.ParseRequestLogStat> stats(@NotNull
ParseRequestLogStatQuery query)
@NotNull
java.util.List<ai.tock.nlp.front.shared.monitoring.ParseRequestLogIntentStat> intentStats(@NotNull
ParseRequestLogStatQuery query)
@NotNull
java.util.List<ai.tock.nlp.front.shared.monitoring.ParseRequestExportLog> export(@NotNull
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
@NotNull
java.util.Locale language)
void save(@NotNull
UserActionLog log)
@NotNull UserActionLogQueryResult search(@NotNull UserActionLogQuery query)