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