Changes between Version 1 and Version 2 of dialogmanager


Ignore:
Timestamp:
11/26/19 17:37:10 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dialogmanager

    v1 v2  
    1616 * A DialogSpecification represents all possible dialog phases. Useful to storethe entire dialog tree but without the user's answers so far
    1717 * Parameters that store the user's answers so far
    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 (picks one if multiple at same smallest distance). The GoTo unconditionally jumps to the given state. 
     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 * A DialogPhase can have multiple options, from which the one with the smallest distance to the current state++  is chosen.
    1920
     21++picks one if multiple at the smallest distance
     22