public class DialogExecutionReport
| Constructor and Description |
|---|
DialogExecutionReport(org.litote.kmongo.Id<ai.tock.bot.engine.dialog.Dialog> dialogReportId,
boolean error,
org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> errorActionId,
Message returnedMessage,
java.lang.String errorMessage,
java.time.Instant date,
java.time.Duration duration) |
| Modifier and Type | Method and Description |
|---|---|
org.litote.kmongo.Id<ai.tock.bot.engine.dialog.Dialog> |
component1() |
boolean |
component2() |
org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> |
component3() |
Message |
component4() |
java.lang.String |
component5() |
java.time.Instant |
component6() |
java.time.Duration |
component7() |
DialogExecutionReport |
copy(org.litote.kmongo.Id<ai.tock.bot.engine.dialog.Dialog> dialogReportId,
boolean error,
org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> errorActionId,
Message returnedMessage,
java.lang.String errorMessage,
java.time.Instant date,
java.time.Duration duration) |
boolean |
equals(java.lang.Object p) |
java.time.Instant |
getDate() |
org.litote.kmongo.Id<ai.tock.bot.engine.dialog.Dialog> |
getDialogReportId() |
java.time.Duration |
getDuration() |
boolean |
getError() |
org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> |
getErrorActionId() |
java.lang.String |
getErrorMessage() |
Message |
getReturnedMessage() |
int |
hashCode() |
java.lang.String |
toString() |
public DialogExecutionReport(@NotNull
org.litote.kmongo.Id<ai.tock.bot.engine.dialog.Dialog> dialogReportId,
boolean error,
@Nullable
org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> errorActionId,
@Nullable
Message returnedMessage,
@Nullable
java.lang.String errorMessage,
@NotNull
java.time.Instant date,
@NotNull
java.time.Duration duration)
@NotNull public org.litote.kmongo.Id<ai.tock.bot.engine.dialog.Dialog> getDialogReportId()
public boolean getError()
@Nullable public org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> getErrorActionId()
@Nullable public Message getReturnedMessage()
@Nullable public java.lang.String getErrorMessage()
@NotNull public java.time.Instant getDate()
@NotNull public java.time.Duration getDuration()
@NotNull public org.litote.kmongo.Id<ai.tock.bot.engine.dialog.Dialog> component1()
public boolean component2()
@Nullable public org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> component3()
@Nullable public Message component4()
@Nullable public java.lang.String component5()
@NotNull public java.time.Instant component6()
@NotNull public java.time.Duration component7()
@NotNull public DialogExecutionReport copy(@NotNull org.litote.kmongo.Id<ai.tock.bot.engine.dialog.Dialog> dialogReportId, boolean error, @Nullable org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> errorActionId, @Nullable Message returnedMessage, @Nullable java.lang.String errorMessage, @NotNull java.time.Instant date, @NotNull java.time.Duration duration)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)