Hi guys,
I’m trying to make this work:
<prompt bargein="true" gvp:langexpr="AppState.APP_LANGUAGE">
<say-as interpret-as="spell" format="alphanumeric"><value expr="AppState.In_CPF" /></say-as>
</prompt>
If I put this on the vxml file directly it does work, but I need to make this on Composer, if not each time the dev guys compile will be lost…
I tried to add this to the Prompt tab as
<say-as interpret-as="spell" format="alphanumeric"> AppState.In_CPF</say-as>
but this makes this output:
<prompt bargein="true" gvp:langexpr="AppState.APP_LANGUAGE">
<value expr="<say-as interpret-as="spell" format="alphanumeric"> AppState.In_CPF</say-as>" />
</prompt>
which gives me a semantic error…
The GVP Composer Deployment guide states:
SSML tags can be used in prompts
But how…a support ticket (old one 8.0) advises to call VXML externally from subdialog but this would be too tedious as would have to maintain also those files…
Any idea how to achieve this??
Thanks!