-
- All Implemented Interfaces:
public final class DialogsSearchQuery extends PaginatedQuery
-
-
Field Summary
Fields Modifier and Type Field Description private final PlayerIdplayerIdprivate final Stringtextprivate final StringdialogIdprivate final StringintentNameprivate final BooleanexactMatchprivate final ConnectorTypeconnectorTypeprivate final BooleandisplayTestsprivate final BooleanskipObfuscationprivate final StringapplicationNameprivate final LocalecurrentLanguageprivate final Localelanguageprivate final Stringnamespaceprivate final SearchMarksearchMarkprivate final Integersizeprivate final List<Pair<String, Boolean>>sortprivate final Longstart
-
Method Summary
Modifier and Type Method Description final PlayerIdgetPlayerId()final StringgetText()final StringgetDialogId()final StringgetIntentName()final BooleangetExactMatch()final ConnectorTypegetConnectorType()final BooleangetDisplayTests()final BooleangetSkipObfuscation()final DialogReportQuerytoDialogReportQuery()-
Methods inherited from class ai.tock.nlp.admin.model.ApplicationScopedQuery
getApplicationName, getCurrentLanguage, getLanguage, getNamespace -
Methods inherited from class ai.tock.nlp.admin.model.PaginatedQuery
getSearchMark, getSize, getSort, getStart -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPlayerId
final PlayerId getPlayerId()
-
getDialogId
final String getDialogId()
-
getIntentName
final String getIntentName()
-
getExactMatch
final Boolean getExactMatch()
-
getConnectorType
final ConnectorType getConnectorType()
-
getDisplayTests
final Boolean getDisplayTests()
-
getSkipObfuscation
final Boolean getSkipObfuscation()
-
toDialogReportQuery
final DialogReportQuery toDialogReportQuery()
-
-
-
-