public class DialogExecutionReport
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,
@Nullable
java.lang.Integer indexOfStepError,
@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()
@Nullable public java.lang.Integer getIndexOfStepError()
@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()
@Nullable public java.lang.Integer component6()
@NotNull public java.time.Instant component7()
@NotNull public java.time.Duration component8()
@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, @Nullable java.lang.Integer indexOfStepError, @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)