-
public final class MarkAsUnknownQueryInforms the nlp model that a sentence has not been understood.
-
-
Constructor Summary
Constructors Constructor Description MarkAsUnknownQuery(String namespace, String applicationName, Locale language, String text)
-
Method Summary
Modifier and Type Method Description final StringgetNamespace()The namespace of the application. final StringgetApplicationName()The name of the application. final LocalegetLanguage()The language of the query. final StringgetText()The sentence to mark -
-
Method Detail
-
getNamespace
final String getNamespace()
The namespace of the application.
-
getApplicationName
final String getApplicationName()
The name of the application.
-
getLanguage
final Locale getLanguage()
The language of the query.
-
-
-
-