Read a data file and output VXML.
读取数据文件并输出vxml。
The core of the VXML source is shown here in Listing 6.
vxml源代码的核心部分见清单6。
For example, Listing 2 is another pretty basic VXML file.
例如,清单2是又一个非常基础的VXML文件。
First, begin with a servlet that simply loads the VXML file.
首先从一个仅载入VXML文件的Servlet开始。
Submit the request to the blog and report back through VXML.
通过VXML向blog提交请求并接收报告。
Next, look at the VXML source that you'll use to accept the input.
接下来,看看用来接收输入的VXML源代码。
The VXML then outputs a "completed" message and the process is complete.
然后VXML输出一个“已经完成”消息,处理过程结束。
Instead, build a simple VXML file, much as you did earlier in this article.
构建一个简单的VXML文件,就像本文前面给出的示例那样。
Once you get a blank screen, you're ready to actually output the VXML file.
一旦得到了空白屏幕,也就准备好实际输出VXML 文件了。
The second part then embeds the entire string into the core of a VXML file.
第二个部分将整个字符串嵌入VXML文件的核心。
The first step in getting your VXML ready for use is to prototype the file.
准备VXML 以便使用的第一步就是为文件制定原型。
First, you might want to allow users to access the VXML through a POST request.
首先,您可能想允许用户通过POST请求访问VXML。
With those considerations aside, let's examine the VXML to accept a new appointment entry.
将这些考虑放在一边,我们只研究如何使用VXML接收新约会条目。
With those considerations aside, let's examine the VXML to accept a new appointment entry.
将这些考虑放在一边,我们只研究如何使用VXML接收新约会条目。
应用推荐