SWIdmnd—Dialog Module end

End of a module. This event contains the value that was captured by the module, and reports the module’s status, thereby allowing application tuners to determine if the collection was successful.

In addition to the Tokens used for every event, this event has the following tokens:

Token

Description

TSTT

Completion status; one of the following: success, command, ambiguous, dtmf, maxnomatches, maxnoinputs, maxnotoconfirms, maxhelps, maxrepeats, maxturns, maxinvalidanswers, hungup, system error, halted, out of memory, or fatal system error

TRTT

Result returned by the module.

  • When DTMF is disabled, and the last result was a DTMF entry, the value is the last utterance.
  • When the module returns multiple slots, there are multiple TRTT tokens, one for each slot. The value of the root slot is logged directly, while the value of the other slots is in the form <slotName>:<slotValue>. For example, "Departing from Boston on Sunday", when the day of the week is the root value and destination is another, is logged as:
    TRTT=Sunday|TRTT=Departure:Boston

Example:

EVNT=SWIdmnd|TSTT=success|TRTT=Sunday|TRTT=Departure:Boston