Changes between Version 13 and Version 14 of dialogmanager
- Timestamp:
- 12/13/22 13:29:45 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dialogmanager
v13 v14 51 51 An 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 52 52 53 {{{ "updatefunction":{"NameOfFunction":[["invar1","invar2",...],["outvar1","outvar2",...]]}, 53 {{{ "updatefunction":{"NameOfFunction":[["invar1","invar2",...],["outvar1","outvar2",...]]},}}} 54 54 55 55 NameOfFunction is the name of a java class that implements the UpdateFunction class.