Changes between Version 29 and Version 30 of dialogmanager
- Timestamp:
- 01/04/24 15:17:26 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dialogmanager
v29 v30 100 100 ||{{{NumberAnswer}}}||asks the user for a number. The valid range and step can be specified.||min, max, stepsize: Double|| 101 101 ||{{{SelectFromListAnswer}}}||user can answer from a given list of answers.||options: List<String>|| 102 ||{{{TextAnswer}}} :User can give a free text answer.|| ||102 ||{{{TextAnswer}}}|| User can give a free text answer.|| || 103 103 104 104 All answer types require a field "parameter" containing the name of the parameter that will be filled with the user's answer.