[VXML 2.0] Handling <prompt count="0"> during prompt selection

Hi, 

 

The VXML 2.0 specification says the default value of count attribute for
<prompt> is "1", and that during form initialization phase, Internal prompt
counter variables (in the form's dialog scope) are reset to 1.

 

In this scenario, how should a <prompt> with count attribute explicitly set
as "0" be handled??

 

<?xml version="1.0" encoding="UTF-8"?> 

<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml" >

<form id="tapered">

  <field name="flavor">

  <grammar mode="voice" version="1.0" root="root">

    <rule id="root" scope="public">

      <one-of>

        <item>vanilla </item>

        <item>chocolate</item>

        <item>strawberry</item>

     </one-of>

    </rule>

   </grammar>

   <prompt count="0"> Welcome to my ice-cream shop!! </prompt>

   <prompt count="1">What is your favorite flavor?</prompt>

   <prompt count="3">Say chocolate, vanilla, or strawberry.</prompt>

   <help>Sorry, no help is available.</help>

  </field>

</form>

</vxml>

 

Should the prompt "Welcome to my ice-cream shop!!" get queued for play?

 

Thanks

Rajesh

 

This e-mail and attachments contain confidential information from HUAWEI,
which is intended only for the person or entity whose address is listed
above. Any use of the information contained herein in any way (including,
but not limited to, total or partial disclosure, reproduction, or
dissemination) by persons other than the intended recipient's) is
prohibited. If you receive this e-mail in error, please notify the sender by
phone or email immediately and delete it!

 

Received on Monday, 4 May 2009 05:51:44 UTC