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 Stringnamespaceprivate final StringapplicationNameprivate final Localelanguageprivate final LocalecurrentLanguage
-
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 StringgetNamespace()final StringgetApplicationName()final LocalegetLanguage()final LocalegetCurrentLanguage()final ParseRequestLogStatQuerytoStatQuery(ApplicationDefinitionĀ application)-
-
Method Detail
-
getMinOccurrences
final Integer getMinOccurrences()
-
getOnlyCurrentLocale
final Boolean getOnlyCurrentLocale()
-
getNamespace
final String getNamespace()
-
getApplicationName
final String getApplicationName()
-
getLanguage
final Locale getLanguage()
-
getCurrentLanguage
final Locale getCurrentLanguage()
-
toStatQuery
final ParseRequestLogStatQuery toStatQuery(ApplicationDefinitionĀ application)
-
-
-
-