Changes between Version 16 and Version 17 of dialogmanager


Ignore:
Timestamp:
02/01/23 15:28:47 (21 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dialogmanager

    v16 v17  
    7272++picks one at raodom from the list of nearest
    7373
     74== AnswerType
     75There are a number of AnswerTypes built in standard:
     76BoolAnswer: this allows yes/no type answers.
     77NumberAnswer: asks the user for a number. The valid range and step can be specified.
     78SelectFromListAnswer: user can answer from a given list of answers.
     79TextAnswer: User can give a free text answer.
     80
     81
    7482== UpdateFunction
    7583An 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