Release Notes |
-
Minor refactorings have been done in DLB Web Service to align with dlb-core-java v1.2.0.
-
A new /admin/list-dialogues end-point was added to DLB Web Service that allows admin users to retrieve a list of available dialogues supported by the service.
-
A new /auth/validate end-point was added to DLB Web Service that allows to verify an authentication token (e.g. one that was stored in a client’s cookie), before attempting to use it on real end-points.
-
There is now a dlb-web-client implementation, which is a HTML/CSS/Javascript web application that connects to a running Web Service and allows you to test the execution of dialogues. This is a first, stable, but not feature-complete, version that allows you to login, retrieve a set of dialogues, execute a dialogue that uses Basic or AutoForward replies, see and delete variables that are set during dialogue execution, and logout again.
|