Changes between Version 13 and Version 14 of dialogmanager


Ignore:
Timestamp:
12/13/22 13:29:45 (23 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dialogmanager

    v13 v14  
    5151An UpdateFunction is one of the phases of the DialogPhase. It allows computation of derived variable values. These functions can be programmed in Java. Generally these functions look like this in json
    5252
    53 {{{ "updatefunction":{"NameOfFunction":[["invar1","invar2",...],["outvar1","outvar2",...]]},
     53{{{ "updatefunction":{"NameOfFunction":[["invar1","invar2",...],["outvar1","outvar2",...]]},}}}
    5454
    5555NameOfFunction is the name of a java class that implements the UpdateFunction class.