This documentation is archived and is not being maintained.
paragraph
Provides a container element for zero or more sentences.
<paragraph
xml:lang = "string"
/>
xml:lang | The language and locale type for this document as defined in RFC 3066. The default value is en-US. |
The p element element is equivalent to the paragraph element.
<vxml version="2.0"
xmlns="http://www.w3.org/2001/vxml"
>
<form>
<block>
<prompt>
<paragraph>This is paragraph one.</paragraph>
<paragraph>This is paragraph two.</paragraph>
</prompt>
</block>
</form>
</vxml>