Prompt tab (Extended Get Digit String step)

Use the Prompt tab of the Extended Get Digit String customizer window to choose the prompt input variable and set Barge In and Continue On Prompt Error options.

Extended Get Digit String Customizer Window—Prompt Tab

The following table describes the properties of t he Prompt tab of the Extended Get Digit String customizer window:

Properties / Buttons

Description

Prompt

Variable or expression indicating the prompt used to prompt the caller to input a digit string.

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 what the step should do 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.