How can the bargein property for a prompt be set dynamically in VoiceXML?
Depending on the results of a prompt early in the flow, we want to later allow or disallow barging in. We're hosting at Voxeo if that makes a difference.
This works:
<prompt bargein="false">
This does not work:
<assign name="allowBarge" expr="false" />
...
<prompt bargein="allowBarge" >