Package ai.tock.bot.admin.dialog
Class DialogReportQuery
-
- All Implemented Interfaces:
public final class DialogReportQueryQuery for dialogs.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnamespaceprivate final StringnlpModelprivate final Localelanguageprivate final Longstartprivate final Integersizeprivate final PlayerIdplayerIdprivate final Stringtextprivate final StringdialogIdprivate final StringintentNameprivate final BooleanexactMatchprivate final ZonedDateTimefromprivate final ZonedDateTimetoprivate final ConnectorTypeconnectorTypeprivate final BooleandisplayTestsprivate final Booleanobfuscatedprivate final Set<Integer>ratingsprivate final StringapplicationIdprivate final Set<String>intentsToHideprivate final BooleanisGenAiRagDialog
-
Constructor Summary
Constructors Constructor Description DialogReportQuery(String namespace, String nlpModel, Locale language, Long start, Integer size, PlayerId playerId, String text, String dialogId, String intentName, Boolean exactMatch, ZonedDateTime from, ZonedDateTime to, ConnectorType connectorType, Boolean displayTests, Boolean obfuscated, Set<Integer> ratings, String applicationId, Set<String> intentsToHide, Boolean isGenAiRagDialog)
-
Method Summary
Modifier and Type Method Description final StringgetNamespace()final StringgetNlpModel()final LocalegetLanguage()final LonggetStart()final IntegergetSize()final PlayerIdgetPlayerId()final StringgetText()final StringgetDialogId()final StringgetIntentName()final BooleangetExactMatch()final ZonedDateTimegetFrom()final ZonedDateTimegetTo()final ConnectorTypegetConnectorType()final BooleangetDisplayTests()Display test dialogs. final BooleangetObfuscated()Is the result is obfuscated ?. final Set<Integer>getRatings()ratings list of number between 1 and 5 to filter dialog by rating final StringgetApplicationId()applicationId configuration canal final Set<String>getIntentsToHide()final BooleanisGenAiRagDialog()-
-
Constructor Detail
-
DialogReportQuery
DialogReportQuery(String namespace, String nlpModel, Locale language, Long start, Integer size, PlayerId playerId, String text, String dialogId, String intentName, Boolean exactMatch, ZonedDateTime from, ZonedDateTime to, ConnectorType connectorType, Boolean displayTests, Boolean obfuscated, Set<Integer> ratings, String applicationId, Set<String> intentsToHide, Boolean isGenAiRagDialog)
-
-
Method Detail
-
getNamespace
final String getNamespace()
-
getNlpModel
final String getNlpModel()
-
getLanguage
final Locale getLanguage()
-
getPlayerId
final PlayerId getPlayerId()
-
getDialogId
final String getDialogId()
-
getIntentName
final String getIntentName()
-
getExactMatch
final Boolean getExactMatch()
-
getFrom
final ZonedDateTime getFrom()
-
getTo
final ZonedDateTime getTo()
-
getConnectorType
final ConnectorType getConnectorType()
-
getDisplayTests
final Boolean getDisplayTests()
Display test dialogs.
-
getObfuscated
final Boolean getObfuscated()
Is the result is obfuscated ?.
-
getRatings
final Set<Integer> getRatings()
ratings list of number between 1 and 5 to filter dialog by rating
-
getApplicationId
final String getApplicationId()
applicationId configuration canal
-
getIntentsToHide
final Set<String> getIntentsToHide()
-
isGenAiRagDialog
final Boolean isGenAiRagDialog()
-
-
-
-