<meta>
Specifies a value to apply for a given TTS property for a single prompt/TTS request.
An SSML <meta> element must appear as the immediate child of a <prompt> element.
Attributes
This section describes the attributes you can set for the <meta> element.
Name |
Data type |
Default |
---|---|---|
content |
CDATA |
required |
http-equiv |
NMTOKEN |
optional |
name |
NMTOKEN |
required |
content
The content attribute specifies the value of the property.
http-equiv
Ignored.
name
The name attribute specifies the name of the property.
Children
None.
Parents
Sample code
<prompt>
<!-- Suppress the text of this prompt from call logs. -->
<meta name="secure_context" content="suppress"/>
I heard <value expr="cc_num"/>. Is that your credit card number?
</prompt>