Package ai.tock.nlp.admin.model
Class LogStatsQuery
-
- All Implemented Interfaces:
public final class LogStatsQuery extends ApplicationScopedQuery
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringintentprivate final IntegerminOccurrencesprivate final BooleanonlyCurrentLocaleprivate final LocalecurrentLanguageprivate final Stringnamespaceprivate final StringapplicationNameprivate final Localelanguage
-
Constructor Summary
Constructors Constructor Description LogStatsQuery(String intent, Integer minOccurrences, Boolean onlyCurrentLocale)
-
Method Summary
Modifier and Type Method Description final StringgetIntent()final IntegergetMinOccurrences()final BooleangetOnlyCurrentLocale()final ParseRequestLogStatQuerytoStatQuery(ApplicationDefinitionĀ application)-
-
Method Detail
-
getMinOccurrences
final Integer getMinOccurrences()
-
getOnlyCurrentLocale
final Boolean getOnlyCurrentLocale()
-
toStatQuery
final ParseRequestLogStatQuery toStatQuery(ApplicationDefinitionĀ application)
-
-
-
-