Changes between Version 22 and Version 23 of dialogmanager


Ignore:
Timestamp:
02/01/23 16:08:02 (21 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dialogmanager

    v22 v23  
    100100||UpdateFunction||description||Additional parameters||
    101101||Set||Directly sets the parameter to a given value. ||value: ParameterValue||
    102 ||BlockSubstitute||Substitutes in given value all occurences if [X] where X is a known parameter
    103  with the value of parameter X. Unknown parameters are not substituted||value: ParameterValue||
     102||BlockSubstitute||Substitutes in given value all occurences if [X] where X is a known parameter with the value of parameter X. Unknown parameters are not substituted||value: ParameterValue||
    104103||ValueWithCondition||Sets parameter to given value , iF the condition holds.||value:ParameterValue, condition: Parameters||
    105104||SetBestMatch||sets a parameter to the value that has the best condition||valueconditions: List<ValueWithCondition>||