Changes between Version 16 and Version 17 of dialogmanager
- Timestamp:
- 02/01/23 15:28:47 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dialogmanager
v16 v17 72 72 ++picks one at raodom from the list of nearest 73 73 74 == AnswerType 75 There are a number of AnswerTypes built in standard: 76 BoolAnswer: this allows yes/no type answers. 77 NumberAnswer: asks the user for a number. The valid range and step can be specified. 78 SelectFromListAnswer: user can answer from a given list of answers. 79 TextAnswer: User can give a free text answer. 80 81 74 82 == UpdateFunction 75 83 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