public class TestDialogReport
| Constructor and Description |
|---|
TestDialogReport(java.util.List<ai.tock.bot.admin.test.TestActionReport> actions,
ai.tock.translator.UserInterfaceType userInterface,
org.litote.kmongo.Id<ai.tock.bot.engine.dialog.Dialog> id) |
TestDialogReport(DialogReport dialog) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ai.tock.bot.admin.test.TestActionReport> |
component1() |
ai.tock.translator.UserInterfaceType |
component2() |
org.litote.kmongo.Id<ai.tock.bot.engine.dialog.Dialog> |
component3() |
TestDialogReport |
copy(java.util.List<ai.tock.bot.admin.test.TestActionReport> actions,
ai.tock.translator.UserInterfaceType userInterface,
org.litote.kmongo.Id<ai.tock.bot.engine.dialog.Dialog> id) |
boolean |
equals(java.lang.Object p) |
java.util.List<ai.tock.bot.admin.test.TestActionReport> |
getActions() |
org.litote.kmongo.Id<ai.tock.bot.engine.dialog.Dialog> |
getId() |
ai.tock.translator.UserInterfaceType |
getUserInterface() |
int |
hashCode() |
java.lang.String |
toString() |
public TestDialogReport(@NotNull
java.util.List<ai.tock.bot.admin.test.TestActionReport> actions,
@NotNull
ai.tock.translator.UserInterfaceType userInterface,
@NotNull
org.litote.kmongo.Id<ai.tock.bot.engine.dialog.Dialog> id)
public TestDialogReport(@NotNull
DialogReport dialog)
@NotNull public java.util.List<ai.tock.bot.admin.test.TestActionReport> getActions()
@NotNull public ai.tock.translator.UserInterfaceType getUserInterface()
@NotNull public org.litote.kmongo.Id<ai.tock.bot.engine.dialog.Dialog> getId()
@NotNull public java.util.List<ai.tock.bot.admin.test.TestActionReport> component1()
@NotNull public ai.tock.translator.UserInterfaceType component2()
@NotNull public org.litote.kmongo.Id<ai.tock.bot.engine.dialog.Dialog> component3()
@NotNull public TestDialogReport copy(@NotNull java.util.List<ai.tock.bot.admin.test.TestActionReport> actions, @NotNull ai.tock.translator.UserInterfaceType userInterface, @NotNull org.litote.kmongo.Id<ai.tock.bot.engine.dialog.Dialog> id)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)