public class MarkAsUnknownQuery
Informs the nlp model that a sentence has not been understood.
public MarkAsUnknownQuery(@NotNull
java.lang.String namespace,
@NotNull
java.lang.String applicationName,
@NotNull
java.util.Locale language,
@NotNull
java.lang.String text)
Informs the nlp model that a sentence has not been understood.
namespace - The namespace of the application.applicationName - The name of the application.language - The language of the query.text - The sentence to mark@NotNull public java.lang.String getNamespace()
The namespace of the application.
@NotNull public java.lang.String getApplicationName()
The name of the application.
@NotNull public java.util.Locale getLanguage()
The language of the query.
@NotNull public java.lang.String getText()
The sentence to mark