public class DialogReportQuery
Query for dialogs.
public DialogReportQuery(@NotNull
java.lang.String namespace,
@NotNull
java.lang.String nlpModel,
@Nullable
java.util.Locale language,
long start,
int size,
@Nullable
PlayerId playerId,
@Nullable
java.lang.String text,
@Nullable
java.lang.String dialogId,
@Nullable
java.lang.String intentName,
boolean exactMatch,
@Nullable
java.time.ZonedDateTime from,
@Nullable
java.time.ZonedDateTime to,
@Nullable
ConnectorType connectorType,
boolean displayTests)
Query for dialogs.
displayTests - Display test dialogs.@NotNull public java.lang.String getNamespace()
@NotNull public java.lang.String getNlpModel()
@Nullable public java.util.Locale getLanguage()
public long getStart()
public int getSize()
@Nullable public PlayerId getPlayerId()
@Nullable public java.lang.String getText()
@Nullable public java.lang.String getDialogId()
@Nullable public java.lang.String getIntentName()
public boolean getExactMatch()
@Nullable public java.time.ZonedDateTime getFrom()
@Nullable public java.time.ZonedDateTime getTo()
@Nullable public ConnectorType getConnectorType()
public boolean getDisplayTests()
Display test dialogs.
@NotNull public java.lang.String component1()
@NotNull public java.lang.String component2()
@Nullable public java.util.Locale component3()
public long component4()
public int component5()
@Nullable public PlayerId component6()
@Nullable public java.lang.String component7()
@Nullable public java.lang.String component8()
@Nullable public java.lang.String component9()
public boolean component10()
@Nullable public java.time.ZonedDateTime component11()
@Nullable public java.time.ZonedDateTime component12()
@Nullable public ConnectorType component13()
public boolean component14()
Display test dialogs.
@NotNull public DialogReportQuery copy(@NotNull java.lang.String namespace, @NotNull java.lang.String nlpModel, @Nullable java.util.Locale language, long start, int size, @Nullable PlayerId playerId, @Nullable java.lang.String text, @Nullable java.lang.String dialogId, @Nullable java.lang.String intentName, boolean exactMatch, @Nullable java.time.ZonedDateTime from, @Nullable java.time.ZonedDateTime to, @Nullable ConnectorType connectorType, boolean displayTests)
Query for dialogs.
@NotNull public java.lang.String toString()
Query for dialogs.
public int hashCode()
Query for dialogs.
public boolean equals(@Nullable
java.lang.Object p)
Query for dialogs.