Changes between Version 22 and Version 23 of dialogmanager
- Timestamp:
- 02/01/23 16:08:02 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dialogmanager
v22 v23 100 100 ||UpdateFunction||description||Additional parameters|| 101 101 ||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|| 104 103 ||ValueWithCondition||Sets parameter to given value , iF the condition holds.||value:ParameterValue, condition: Parameters|| 105 104 ||SetBestMatch||sets a parameter to the value that has the best condition||valueconditions: List<ValueWithCondition>||