<say-as> tag in <choice> tage is not working
Posted: Fri Sep 19, 2008 5:21 am
I am trying to iterate incoming data from server, i.e. appointment dates and I'm using code like following
Example:
<menu id="testdatetime">
<prompt>
choose date time from following.
</prompt>
<choice next="#date1" dtmf="1">
<say-as interpret-as="date" format="mdy">09/23/2008<say-as>
</choice>
<choice next="#date2" dtmf="2">
<say-as interpret-as="date" format="mdy">09/23/2008<say-as>
</choice>
</menu>
I know, <say-as> is not child tag of <choice> in Voice xml 2.0, but it is supported in voice xml 2.1. problem is that, my application will be hosted on Plum which supports only voicexml 2.0.
Can any one tell me another way do that.
Example:
<menu id="testdatetime">
<prompt>
choose date time from following.
</prompt>
<choice next="#date1" dtmf="1">
<say-as interpret-as="date" format="mdy">09/23/2008<say-as>
</choice>
<choice next="#date2" dtmf="2">
<say-as interpret-as="date" format="mdy">09/23/2008<say-as>
</choice>
</menu>
I know, <say-as> is not child tag of <choice> in Voice xml 2.0, but it is supported in voice xml 2.1. problem is that, my application will be hosted on Plum which supports only voicexml 2.0.
Can any one tell me another way do that.