Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/xml/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Xml Say as无法在配置中找到解释as_Xml_Vxml - Fatal编程技术网

Xml Say as无法在配置中找到解释as

Xml Say as无法在配置中找到解释as,xml,vxml,Xml,Vxml,我对SayasVXML有一个问题,他无法找到解释为,因为他知道它通常是vxml中的默认值 有人能帮我吗 <prompt> <say-as interpret-as="number">123</say-as> </prompt> SSML规范没有提供解释为属性的值列表;而是由实现来决定。您可能需要查阅SSML处理器的文档 另一方面,VoiceXML2.0规范确实要求语法和say as元素使用一些内置类型。注意,由于say-as实际上是SSML,所以

我对SayasVXML有一个问题,他无法找到解释为,因为他知道它通常是vxml中的默认值 有人能帮我吗

<prompt>
<say-as interpret-as="number">123</say-as>
</prompt>

SSML规范没有提供解释为属性的值列表;而是由实现来决定。您可能需要查阅SSML处理器的文档

另一方面,VoiceXML2.0规范确实要求语法和say as元素使用一些内置类型。注意,由于say-as实际上是SSML,所以通常必须在内置类型前面加上vxml:namespace。您需要查阅VoiceXML浏览器的文档以确定是否存在这种情况。VoiceXML内置项包括:

vxml:布尔型 vxml:日期 vxml:数字 vxml:货币
谢谢你的回答,我发现了我的代码中的错误,这是我的配置,我没有声明我的说法。