We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

When does the interpreter listen for input?

Answers to common Plum DEV questions

Moderators: admin, support

Locked
support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

When does the interpreter listen for input?

Post by support »

This depends on the active input modes and the bargein attributes of any prompts or blocks that precede a given input item.

Active input modes can be set at a given scope (dialog, document, etc.) by setting the global platform property "inputmodes".

<property name="inputmodes" value="dtmf voice" />


prompts are queued by barge type. queueing stops at an input item (<field>, <record>, etc.)

Note that prompt bargein defaults to "true"

which can be set

Locked