Package ai.tock.bot.admin.test
Class TestDialogReport
-
- All Implemented Interfaces:
public final class TestDialogReport
-
-
Field Summary
Fields Modifier and Type Field Description private final List<TestActionReport>actionsprivate final UserInterfaceTypeuserInterfaceprivate final Id<Dialog>id
-
Constructor Summary
Constructors Constructor Description TestDialogReport(DialogReport dialog)TestDialogReport(List<TestActionReport> actions, UserInterfaceType userInterface, Id<Dialog> id)
-
Method Summary
Modifier and Type Method Description final List<TestActionReport>getActions()final UserInterfaceTypegetUserInterface()final Id<Dialog>getId()-
-
Constructor Detail
-
TestDialogReport
TestDialogReport(DialogReport dialog)
-
TestDialogReport
TestDialogReport(List<TestActionReport> actions, UserInterfaceType userInterface, Id<Dialog> id)
-
-
Method Detail
-
getActions
final List<TestActionReport> getActions()
-
getUserInterface
final UserInterfaceType getUserInterface()
-
-
-
-