Changes between Version 32 and Version 33 of dialogmanager
- Timestamp:
- Jan 4, 2024, 3:36:54 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dialogmanager
v32 v33 138 138 139 139 140 == DialogPhase141 Each DialogPhase contains a list of UpdateFunctions that are executed in the given order. It allows computation of derived variable values.142 143 144 145