cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
519
Views
0
Helpful
2
Replies

voice tag in vxml

sreekanth47
Level 4
Level 4

       Hi Experts,


       Can any one differentiate these two statements in voice tag


        <voice name="Carol">

          <say-as interpret-as="Carol">Samsung Reclaim 5750</say-as>

        </voice>


<voice name="Carol">

         Samsung Reclaim 5750

        </voice>

2 Replies 2

Amit Agni
Cisco Employee
Cisco Employee

In both the above examples "Carol" should be the name of the voice to speak the contained text.

The moment we add children "say-as" to it specifies how a word or phrase is spoken.

Say-as can have "interpret-as attribute" which defines the Style of a given text format. It has specified list of supported values like date, time, etc

For more details please refer :: SSML 1.0 say-as attribute values

Thank you amagniho, I will refer these documents