Prompt tab (Extended Play Prompt step)
Use the Prompt tab of the Extended Play Prompt customizer window to select the Prompt variable and set the Barge In and Continue on Prompt Error options.

The following table describes the properties of the Prompt tab of the Extended Play Prompt customizer window:
Properties / Buttons |
Description |
---|---|
Prompt |
A variable or an expression indicating which prompt is to be played. |
Barge In |
A Boolean variable—or an expression resolving to a Boolean variable—indicating whether the step is interruptible. True—The caller can interrupt the prompt. False—The prompt must complete playback before the caller can respond. |
Continue on Prompt Error |
A Boolean variable—or an expression resolving to a Boolean variable—indicating whether the step should continue on prompt error. True—The step continues with the next prompt in the list if a prompt error occurs, or, if this prompt was the last in the list, the step waits for input from the caller. False—An exception results, which can then be handled in the script. |