Changes between Version 3 and Version 4 of dialogmanager
- Timestamp:
- 11/26/19 17:40:03 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dialogmanager
v3 v4 18 18 * The NextPhase determines the next phase, based on the current parameter settings. The GoToIf selects the phase that has parameters that are smallest distance to the current state ++. The GoTo unconditionally jumps to the given state. 19 19 * A DialogPhase can have multiple options, from which the one with the smallest distance to the current state++ is chosen. 20 * Parameters can be manipulated programmatically, eg to update fields or incorporate data external to the dialog system such as system time, network state, database fields, etc. 21 * Parameters can be used directly in the sentences and the available options 22 * The sentences can contain HTML code. 20 23 21 24 ++picks one at raodom from the list of nearest