Changes between Version 29 and Version 30 of dialogmanager


Ignore:
Timestamp:
01/04/24 15:17:26 (10 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dialogmanager

    v29 v30  
    100100||{{{NumberAnswer}}}||asks the user for a number. The valid range and step can be specified.||min, max, stepsize: Double||
    101101||{{{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.|| ||
    103103
    104104All answer types require a field "parameter" containing the name of the parameter that will be filled with the user's answer.