Package ai.tock.bot.admin.dialog
Class DialogReportQuery
-
- All Implemented Interfaces:
public final class DialogReportQueryQuery for dialogs.
-
-
Field Summary
-
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, Boolean withAnnotations, Set<BotAnnotationState> annotationStates, Set<BotAnnotationReasonType> annotationReasons, SortDirection annotationSort, SortDirection dialogSort, ZonedDateTime annotationCreationDateFrom, ZonedDateTime annotationCreationDateTo, ZonedDateTime dialogCreationDateFrom, ZonedDateTime dialogCreationDateTo)
-
Method Summary
-
-
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, Boolean withAnnotations, Set<BotAnnotationState> annotationStates, Set<BotAnnotationReasonType> annotationReasons, SortDirection annotationSort, SortDirection dialogSort, ZonedDateTime annotationCreationDateFrom, ZonedDateTime annotationCreationDateTo, ZonedDateTime dialogCreationDateFrom, ZonedDateTime dialogCreationDateTo)
-
-
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()
-
getWithAnnotations
final Boolean getWithAnnotations()
-
getAnnotationStates
final Set<BotAnnotationState> getAnnotationStates()
-
getAnnotationReasons
final Set<BotAnnotationReasonType> getAnnotationReasons()
-
getAnnotationSort
final SortDirection getAnnotationSort()
-
getDialogSort
final SortDirection getDialogSort()
-
getAnnotationCreationDateFrom
final ZonedDateTime getAnnotationCreationDateFrom()
-
getAnnotationCreationDateTo
final ZonedDateTime getAnnotationCreationDateTo()
-
getDialogCreationDateFrom
final ZonedDateTime getDialogCreationDateFrom()
-
getDialogCreationDateTo
final ZonedDateTime getDialogCreationDateTo()
-
-
-
-