System and process for developing a voice application
Abstract
A system for use in developing a voice application, including a dialog element selector for defining execution paths of the application by selecting dialog elements and adding the dialog elements to a tree structure, each path through the tree structure representing one of the execution paths, a dialog element generator for generating the dialog elements on the basis of predetermined templates and properties of the dialog elements, the properties received from a user of the system, each of said dialog elements corresponding to at least one voice language template, and a code generator for generating at least one voice language module for the application on the basis of said at least one voice language template and said properties. The voice language templates include VoiceXML elements, and the dialog elements can be regenerated from the voice language module. The voice language module can be used to provide the voice application for an IVR.

Term
Term ended
Expired 24 July 2023, 3.2 years ago.
- Priority
- Filed
- Granted
- Expired
- Today
22 claims: 11 independent, 11 dependent
- 1CA 02493533 2011-06-20 66718-76 CLAIMS:1. A process for developing a voice application, including: generating graphical user interface components for selecting and interconnecting graphical icons representing dialog elements for voice applications, said dialog elements representing functional components of voice applications, having user configurable properties, and corresponding to respective predetermined sequences of VoiceXML elements;receiving user input generated by user interaction with said graphical user interface components, said user input representing selection, arrangement, and interconnections of ones of said graphical icons, and configuration of dialog elements corresponding to ones of the selected graphical icons;processing said user input to define a voice application by selecting dialog elements corresponding to the selected ones of said icons, configuring properties of ones of the selected dialog elements, and defining execution flows of said voice application from the interconnections of the selected icons;and generating application code to provide said voice application;wherein the selected icons are interconnected to define a tree structure of execution flows for the voice application, each path through said tree structure representing a corresponding one of said execution flows;and said application code represents each dialog element of said application as a linked sequence of VoiceXML elements including extended attributes that allows the tree structure of execution flows to be determined from said application code.
- 15A system for use in developing a voice application, including:a dialog element selector for defining execution flows of a voice 10 application by selecting and interconnecting graphical icons representing dialog elements for said voice application, said dialog elements representing functional components of said voice application, having user configurable properties, and corresponding to respective predetermined sequences of VoiceXML elements;means for receiving user input generated by user interaction with said 15 dialog element selector, said user input representing selection, arrangement, and interconnections of ones of said graphical icons, and configuration of dialog elements corresponding to ones of the selected graphical icons;means for processing said user input to define a voice application by selecting dialog elements corresponding to the selected ones of said icons, 20 configuring properties of ones of the selected dialog elements, and defining execution flows of said voice application from the interconnections of said icons;and a code generator for generating application code to provide said voice application;wherein CA 02493533 2011-06-20 66718-76 the interconnections of the selected icons define a tree structure of execution flows for the voice application, each path through said tree structure representing a corresponding one of said execution flows;and said application code represents each dialog element of said application as a linked sequence of VoiceXML elements including one or more extended attributes that allow the tree structure of execution flows to be determined from said application code.
- 22A system as claimed in any one of claims 18 to 21, wherein said code generator generates VoiceXML code and IVR grammar data for execution of said application on an IVR system on the basis of said extended VoiceXML code, prompt data, and grammar data. 5 23. A computer readable storage medium having stored thereon an extended VoiceXML file generated by a system as claimed in any one of claims 15 to 22.
Independent claims11
1,397 paragraphs in 183 sections, as filed
CA 02493533 2011-06-20
66718-76
SYSTEM AND PROCESS FOR DEVELOPING A VOICE APPLICATION
FIELD OF THE INVENTION
The present invention relates to a system and process for generating a voice application.
BACKGROUND
A voice application is a software application that provides an interactive audio interface, particularly a speech interface, on a machine, such as an Interactive Voice Response (IVR) system. IVRs, such as Intel’s Dialogic IVR, are used in communications networks to receive voice calls from parties. The IVR is able to generate and send voice prompts to a party and receive and interpret the party’s responses made in reply.
Voice extensible markup language, or VoiceXML, is a markup language for voice or speech-driven applications. VoiceXML is used for developing speech-based telephony applications, and also enables web-based content to be accessed via voice using a telephone. VoiceXML is being developed by the VoiceXML Forum, and is described at http://www.voicexml.org. Due to the verbose nature of VoiceXML, it can be cumbersome to develop VoiceXML-based applications manually using a text or XML editor. Consequently, voice application development systems are available that allow voice applications to be developed by manipulating graphical elements via a graphical user interface rather than coding VoiceXML directly. However, these systems are limited in their ability to assist a developer. It is desired to provide a process and system for developing a voice application that improves upon the prior art, or at least provide a useful alternative to existing voice application development systems and processes.
SUMMARY OF THE INVENTION
In accordance with some embodiments of the present invention, there is provided a process for developing a voice application, including:
CA 02493533 2011-06-20
66718-76 generating graphical user interface components for defining execution paths of said application by arranging dialog elements in a tree structure, each path through said tree structure representing one of said execution paths;
generating said dialog elements on the basis of predetermined templates and properties of said dialog elements, said properties received from a user via said graphical user interface components, each of said dialog elements corresponding to at least one voice language template; and generating at least one voice language module for said application on the basis of said at least one voice language template and said properties.
Some embodiments of the present invention also provide a system for use in developing a voice application, including:
a dialog element selector for defining execution paths of said application by selecting dialog elements and adding said dialog elements to a tree structure, each path through said tree structure representing one of said execution paths;
a dialog element generator for generating said dialog elements on the basis of predetermined templates and properties of said dialog elements, said properties received from a user of said system, each of said dialog elements corresponding to at least one voice language template; and a code generator for generating at least one voice language module for said application on the basis of said at least one voice language template and said properties.
Some embodiments of the present invention also provide a graphical user interface for use in developing a voice application, said interface including graphical user interface components for defining execution paths of said application by arranging configurable dialog elements in a tree structure, each path through said tree structure
CA 02493533 2011-06-20
66718-76 representing one of said execution paths, and said dialog element components may include one or more of:
a start dialog component for defining the start of said application;
a variables component for use in defining variables for said application;
a menu component for defining a menu;
a menu choice component for defining a choice of said menu;
a decision component for defining a decision branching point;
a decision branch component for defining a test condition and an execution branch of said decision branching point;
a form component for defining a form to collect input from a caller;
a record component for recording audio a speaker component for playing prompts, a local processing component for defining local processing;
a remote processing component for performing processing on a remote system;
a loop component for defining an execution loop;
a loop call component for calling said loop;
a loop next component for proceeding to the next cycle of said loop;
a loop break component for breaking out of said loop;
a subroutine component for defining a subroutine;
a subroutine call component for calling said subroutine;
CA 02493533 2011-06-20
66718-76
3a subroutine return component for returning from said subroutine;
a jump component for defining a non-sequential execution path to a dialog element a transfer component representing the transfer of a call to another number a hotwords component for defining a word or phrase and a nonsequential execution path to a dialog element to be followed upon receipt of said word or phrase; and an end component for defining an end of said application.
Some embodiments of the present invention also provide a process for developing a voice application, including: generating graphical user interface components for selecting and interconnecting graphical icons representing dialog elements for voice applications, said dialog elements representing functional components of voice applications, having user configurable properties, and corresponding to respective predetermined sequences of VoiceXML elements; receiving user input generated by user interaction with said graphical user interface components, said user input representing selection, arrangement, and interconnections of ones of said graphical icons, and configuration of dialog elements corresponding to ones of the selected graphical icons; processing said user input to define a voice application by selecting dialog elements corresponding to the selected ones of said icons, configuring properties of ones of the selected dialog elements, and defining execution flows of said voice application from the interconnections of the selected icons; and generating application code to provide said voice application; wherein the selected icons are interconnected to define a tree structure of execution flows for the voice application, each path through said tree structure representing a corresponding one of said execution flows; and said application code represents each dialog element of said application as a linked sequence of VoiceXML elements including extended attributes
CA 02493533 2011-06-20
66718-76
3b that allows the tree structure of execution flows to be determined from said application code.
Some embodiments of the present invention also provide a system having components for executing a process as described in the paragraph above.
Some embodiments of the present invention also provide a computer readable storage medium having stored thereon a voice application generated by executing a process as described above.
Some embodiments of the present invention also provide a computer readable storage medium having stored thereon executable programming instructions that, when executed by at least one computer processor, cause the processor to execute a process as described above.
Some embodiments of the present invention also provide a system for use in developing a voice application, including: a dialog element selector for defining execution flows of a voice application by selecting and interconnecting graphical icons representing dialog elements for said voice application, said dialog elements representing functional components of said voice application, having user configurable properties, and corresponding to respective predetermined sequences of VoiceXML elements; means for receiving user input generated by user interaction with said dialog element selector, said user input representing selection, arrangement, and interconnections of ones of said graphical icons, and configuration of dialog elements corresponding to ones of the selected graphical icons; means for processing said user input to define a voice application by selecting dialog elements corresponding to the selected ones of said icons, configuring properties of ones of the selected dialog elements, and defining execution flows of said voice application from the interconnections of said icons; and a code generator for generating application code to provide said voice application; wherein the interconnections of the selected icons define a tree structure of execution flows for the voice application, each path through said tree structure representing a corresponding one of said execution flows; and said application code represents each dialog element of said
CA 02493533 2011-06-20
66718-76
3c application as a linked sequence of VoiceXML elements including one or more extended attributes that allow the tree structure of execution flows to be determined from said application code.
Some embodiments of the present invention also provide a computer readable storage medium having stored thereon an extended VoiceXML file generated by a system as described in the paragraph above.
BRIEF DESCRIPTION OF THE DRAWINGS
Preferred embodiments of the present invention are hereinafter described, by way of example only, with reference to the accompanying drawings, wherein:
Figure 1 is a block diagram showing a preferred embodiment of a voice application development system connected to an IVR via a network, and a telephone connected to the IVR via the PSTN;
Figure 2 is a schematic diagram of the voice application development system, showing how a voice application is developed;
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-4Figure 3 is a flow diagram of a voice application development process executed by the system;
Figure 4 is a screenshot of a graphical user interface of the voice application development system;
Figure 5 is a screenshot of a dialog element selection bar of the graphical user interface; and
Figure 6 is a flow diagram of a code generation process executed by the system.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
As shown in Figure 1, a voice application development system 100 can be connected to a VoiceXML-enabled interactive voice response system (IVR) 102 via a communications network 104. The system 100 executes a voice application development process which allows an application developer to develop a speech based application using a graphical user interface of the system 100. The application can then be transferred to the IVR 102 via the network 104. A standard telephone 106 can be used to access the IVR 102 via the public switched telephone network (PSTN) 108, allowing a user of the telephone 106 to interact with the speech based application simply by speaking into the telephone 106 to provide speech input to the application in response to voice prompts provided by the IVR 102 from the application. In the described embodiment, the voice application development system 100 is a standard computer system, such as an Intel™-based personal computer running a Microsoft Windows™ operating system, and the voice application development process is implemented by software modules stored on hard disk storage of the voice application development system 100. However, it will be apparent to those skilled in the art that at least parts of the voice application development process can be alternatively implemented by dedicated hardware components such as application-specific integrated circuits (ASICs). The voice application runs on the IVR 102, which may be an Intel Dialogic™ IVR with Nuance’s Voice Web Server™ software. The network 104 may be any secure communications network that enables voice applications to be loaded onto the IVR 102, such as an Ethernet LAN or TCP/IP network.
As shown in Figure 2, the voice application development system 100 includes a dialog
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-5editor module 202, a dialog transformer module 204, an application builder module 206, an IVR code generator 208, other application development modules 210, VoiceXML templates 212, and EMCAscript templates 230. The voice application development system 100 constitutes an integrated development environment (IDE) for the development of speech based applications. The system 100 executes an application development process, as shown in Figure 3, that allows a user of the system 100 to develop a voice application for a particular IVR platform.
When the process begins, the system 100 generates a graphical user interface, as shown in 10 Figure 4. The interface is in the form of a window 400 with a project pane 402, a tools pane 404, and a messages pane 406. The window 400 also includes a main menubar 408 and a main toolbar 410. The main menubar 408 includes a Tools menu that provides access to a number of modules of the system 100 that are used to develop voice applications, as described below, and the tools pane 404 provides an interface to each tool when that tool is executed.
To develop a speech based application, a user of the system 100 can create a new project or open a saved project by selecting a corresponding menu item from the “Files” menu of the main menubar 408. The dialog editor 202 is then executed, and a tabbed dialog panel
411 is added to the tools pane 404, providing an interface to the dialog editor 202, and allowing the user to define an execution flow, referred to as a dialog, for the application. The dialog panel 411 includes a dialog pane 412, a dialog element toolbar 414 referred to as the dialog palette, a dialog element properties pane 416, and a dialog element help pane 418.
An application can be built from a set of seventeen dialog elements represented by icons in the dialog palette 414, as shown in Figures 4 and 5. Each element represents a complete or partial component of the voice application, such as a menu, a menu choice, a form, an execution loop, a speech prompt, and so on. The full set of dialog components is given in
Appendix A. A dialog element is added to the dialog by selecting the element from the dialog palette 414 using a pointing device of the system 100 such as a mouse or tablet, and
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-6placing the selected dialog element on the dialog editor pane 412 using a drag-and-drop action. Each dialog element has a number of properties that can be set by the user. Once placed in the dialog editor pane 412, an instance of the selected dialog element is added to the dialog and its properties can be set. When a dialog element instance in the dialog editor pane 412 is selected, its property names and associated values are displayed in the properties pane 416. The properties pane displays the name of each property, and includes controls such as check boxes and buttons to allow the user to modify the values of existing properties, and to add or delete new properties. The dialog element help pane 418 displays help information for the selected element, facilitating the rapid development of the application.
The execution flow of the application is defined by adding dialog elements to the dialog editor pane 412, setting the properties of the dialog elements, and defining the execution order of the dialog elements. The latter is achieved by dragging a dialog element and dropping it on top of an existing dialog element in the dialog editor pane 412. The dropped element becomes the next element to be executed after the element that it was dropped onto. The sequence and properties of dialog elements on the dialog editor pane 412 defines a dialog. Thus a dialog represents the execution flow of a voice application as a sequence of dialog elements. This sequence represents the main flow of the application and provides a higher-level logical view of the application that is not readily evident from the application’s VoiceXML code. Thus the dialog provides a clear and logical view of the execution of the application. In addition to the main flow, non-sequential execution branches can be created by using a Jump dialog element. However, such non-sequential execution is not represented in a dialog. A subroutine is represented by an icon in the project pane 402 and appears as an icon in the dialog editor pane 412 when the main dialog is displayed. The execution flow of a subroutine can be displayed by selecting its icon in the project pane 402.
The sequencing of a dialog is facilitated by enforcing strict rules on dialog elements and by including explicit links in the dialog code to transition from one dialog element to the next. In contrast to arbitrary VoiceXML code whose execution can be completely non-sequential
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-7due to the presence of “GOTO” tags, a dialog generated by the system 100 has a tree structure, with each path through the tree representing a possible path of dialog execution. This allows the dialog flow to be readily determined and displayed using high level graphical dialog elements, which would be much more difficult with arbitrary VoiceXML.
An application can be saved at any time by selecting a “Save” menu item of the “File” menu of the menubar 410. When an application is saved, the application dialog is translated into an extended VoiceXML format by the dialog transformer 204. Each dialog element in the dialog flow is first translated into corresponding VoiceXML code. Each of the seventeen dialog elements corresponds to one of the seventeen VoiceXML templates 212 that performs the functionality of that element. A VoiceXML template is a sequence of VoiceXML elements that produces the behaviour that the dialog element represents. It is a template because it needs to be configured by the element properties (e.g., name, test condition) which are set by the user, as described above.
Some dialog elements correspond to similar VoiceXML elements (e.g., a Menu dialog element corresponds to a VoiceXML <menu> element), while others map onto a complex sequence of VoiceXML elements (e.g, a Loop dialog element corresponds to multiple VoiceXML <form> elements, each form specifying the next form to execute in an iterative loop). However, even dialog elements that correspond to similar VoiceXML elements represent more functionality than the equivalent VoiceXML element. For example, a Menu dialog element allows prompts to be set by the user, and the Menu dialog element actually maps onto a block of VoiceXML code that contains a <menu> element with embedded <prompt>, <audio>, and other XML elements.
Each dialog element’s VoiceXML template is separate from the next and can be sequenced to produce the dialog flow. The sequencing is achieved by a reference at the bottom of each element’s template to the next element’s template, which causes the templates to be executed in the desired order.
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-8The translation from high-level dialog elements into VoiceXML proceeds as follows. The dialog elements are stored in a tree structure, each branch of the tree corresponding to a path in the dialog flow. The tree is traversed in pre-order traversal to convert each element visited into VoiceXML. For each visited dialog element, VoiceXML code is generated from its corresponding VoiceXML template by filling in the missing or configurable parts of the template using the element properties set by the user, and adding a link to the next element’s VoiceXML code at the bottom of the current element’s generated VoiceXML code.
Although the forward transformation from dialog flow to VoiceXML is relatively straightforward, the reverse transformation from VoiceXML to dialog flow is more difficult. The sequencing of dialog elements can be recreated from the generated VoiceXML, but property settings for the elements may not be available because some information in the dialog elements is lost when they are converted to VoiceXML. This lost information may not fall within the scope of VoiceXML, and hence, cannot be naturally saved in VoiceXML code. For example, type information for a Form element is used to generate the grammar for that Form. However, the VoiceXML code simply needs to reference the generated Grammar File and is not concerned with the type information itself. Thus, the mapping of the Form element to equivalent VoiceXML code does not include the type information.
To facilitate the reverse translation from VoiceXML code to dialog, the dialog transformer 204 modifies the VoiceXML code by inserting additional attributes into various element tags, providing dialog element information that cannot be stored using the available
VoiceXML tags. The resulting file 214 is effectively in an extended VoiceXML format. The additional attributes are stored in a separate, qualified XML namespace so that they do not interfere with the standard VoiceXML elements and attributes, as described in the World Wide Web Consortium’s (W3C) Namespaces in XML recommendation, available at http://www.w3.org/TR/1999/REC-xml-names-19990114/. This facilitates the parsing of extended VoiceXML files.
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-9Specifically, an extended VoiceXML file can include the following namespace declaration:
cvxml version=l.0 xmlns:lq=http://www.telstra.com.au/LyreQuest> This defines a namespace prefix “lq” as bound to the universal resource indicator (URI) http://www.telstra.com.au/LyreQuest. Subsequently, the file may contain the following extended VoiceXML:
<form id=SUBROUTINECALL_getMembership lq:element=SubroutineCall lq: name=getMembership lq:calls=subi.vxml#getMembershipSub>
csubdialog name=subcall src= subi.vxml#SUBROUTINE_getMembershipSub>
<filled>
<assign name=getMembership. enrich membership expr=subcall.enrich_membership lq:element=Output/> </filled> c/subdialog> cblock name=link>
cgoto next=#REMOTE_book_flight/> c/block>
</form>
where the indicated XML tag attributes provide the additional dialog element information, and the remaining code is standard VoiceXML. The additional or extended attributes include the lq namespace prefix. The lq:element, iq:name, and lq:calls attributes indicate, respectively, the dialog element that the VoiceXML corresponds to, the name given to that element by the user, and the package and name of the Subroutine element that is being called by the SubroutineCall element. Other elements will have different extended attributes.
The equivalent code in VoiceXML omits the extended attributes, but is otherwise identical:
cform id=SUBROUTINECALL_getMembership>
csubdialog name=subcall src=subl.vxml#SUBROUTINE_getMembershipSub> cfilled>
cassign name=getMembership.enrich__membership expr=subcall.enrich_membership/> c/filled>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-10</subdialog> cblock name=link>
<goto next=#REMOTE_book_flight/> </block>
</form>
Two extended VoiceXML files, including all the available extended attributes, are listed in Appendix B.
When the application is saved, the dialog transformer 204 also generates a number of other files, including a project file 216, package description files 218, and type description files 220. The project file is given a filename extension of “.lqx”, and contains information about the packages (i.e., self-contained groups of files) and other data files making up a project ofthe voice application development system 100.
An example project file is listed below. Within the project file, the project is defined by a “project” XML element that defines the project name as “mas”. Within the “project” element are four sequential “folder” elements that define subdirectories or folders of the directory containing the project file, respectively named Packages, Transcripts, Scenarios, and Generated Code. These folders contain respectively the project’s packages, transcripts of text, scenarios of interaction between the corresponding application and a user, and VoiceXML code and grammar generated for one or more specific IVR platforms. Within the “Packages” folder element is a “package” element giving the location and name of any packages used by the project. The “folder” elements can contain one or more “file” elements, each defining the type and name of a file within the encapsulating folder. The “folder” elements can be nested.
<project name=mas>
<folder name=Packages directory=packages>
<package directory^mas file=mas.pkg.xml/>
</folder>
<folder name=Transcripts directory=transcripts> <file type=transcript name=mas.in/>
<file type=negative name=mas.negative/>
</folder>
<folder name=Scenarios directory=scenarios'^
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-11 cfile type=scenario name=mas.scen/>
<file type=states name=mas . states/>
</folder>
<folder name=Generated Code directory^deploy>
<folder name=JSGF Code directory=jsgf>
</folder>
<folder name=Nuance Code directory=nuance>
</folder>
</folder>
</project>
A package description file is given a filename extension of “.pkg.xml”, and contains information about data files belonging to an individual Package of a project. An example of a package description file for the package named “mas” is given below. The file defines the project’s dialog file as “mas.vxml”, four grammar files, four prompt files, and three type definition files, containing definitions of user-defined variable types. These files are described in more detail below.
<package name=mas>
<file type=dialog name=mas.vxml/>
<file type=grammar>
<file type=rulelist name=mas.rulelist/>
<file type=cover name=mas . cover/>
<file type=slots name=mas . slots/>
<file type=targets name=mas . targets/>
</file>
<file type=prompt>
<file type=rulelist name=mas.prompts.rulelist/>
<file type=cover name=mas.prompts.cover/>
<file type=slots name=mas.prompts . slots/>
<file type=targets name=mas.prompts.targets/>
</file>
<file type=typedef name=cities . type.xml/>
<file type=typedef name=fare_class.type.xml/>
<file type=typedef name=collection_jpoint.type.xml/>
</package>
A Type description file is given a filename extension of “.type.xml”, and contains 40 information about a user-defined Type used in a Package of a project. An example of the file is given below. The file defines an enumerated type named “fare_class” with three possible values: “first”, “business”, and “economy”. The “fare_class” type is associated with four files, respectively defining rules for the grammar, cover (a set of example
CA 02493533 2005-01-20 phrases), slots (the parameter=value fields that the grammar can return), and targets (more specific slot filling information).
WO 2004/010678
PCT/AU2003/000939
-12
<types>
<enum name=fare_class>
<file type=grammar>
<file type=rulelist name=fare_class.rulelist/>
<file type=cover name=fare_class.cover/>
<file type=slots name=fare_class.slots/>
<file type=targets name=fare_class.targets/>
</file>
citem name=first/>
citem name=business/>
citem name=economy/>
c/enum>
</types>
Returning to Figure 3, in order to deploy the application on the IVR 102, the application dialog is translated into VoiceXML by the application builder 206 at step 604. In addition to the dialog, voice applications require grammar and prompts. The application builder 206 generates grammar files 222 and prompts files 224 automatically, using information specified by the user and stored in the dialog, such as prompt wordings and Form input types. This information is supplied by the user entering typical phrases for ‘mixed initiative’ recognition (i.e., input containing multiple pieces of information). By applying generalisation methods to these phrases, a combinator module of the application development modules 210 generates a starting grammar set capable of handling a large number of input phrases. The application builder 206 also invokes the dialog transformer 204 to create the extended VoiceXML file 214. The grammar 222 and prompts 224 files are used by the IVR code generator 208 to generate VoiceXML 226 for the IVR 102.
A generated grammar file is given a filename extension of “.rulelist”. An example of a 35 generated grammar file for a flight booking system is:
.Ask_flight_details_destination Cities:X 2 0 destination=$X.cities .Ask_flight_details_departure_j?oint Cities:X 2 0 departure_point=$X. cities
CA 02493533 2005-01-20
WO 2004/010678 PCT/AU2003/000939
-13.Ask_flight_details_ticket_class Fare_class:X 2 0 ticket_class=$X.fare_class .Ask_flight_details_date Date:X 2 0 date.day=$X.date.daydate .year=$X. date.year date.day_of_week=$X. date.day_of_week date.month=$X.date.month date.modifier=$X.date.modifier .Form_flight_details booking 2 1 .Ask_book_flight_confirmation Confirmation:X 2 0 confirmation=$X. confirmation .Ask_get_enrich number_enrich_number Digitstring:X 2 0 10 enrich_number=$X. digitstring .Ask_get_collection_jpoint_collection_point Collection_point:X 2 0 collection_point=$X.collectionjpoint .Ask_another_flight_second_flight Confirmation:X 2 0 second_flight=$X. confirmation .Ask_get_number_get_number_for_balance Digitstring:X 2 0 get_number_for_balance=$X. digitstring .Menu_main_menu_booking Booking 2 0 !'Booking booking 3 0 !'Booking 1 0 .Menu_main_menu_membership Membership 2 0 ! !Membership membership 3 0 ! ! Membership 1 0 .Form_flight_details GF_IWantTo:X738 book a Fare_class:X741 class ticket to Cities:X745 from Cities:X747 on Date:X749 2 1 date.day=$X749. date. day date.year=$X749. date.year ticket_class=$X741.fare_class date.day_of_week=$X749.date.day_of_week date.month=$X74 9.date.month departure_point=$X747. cities destination=$X745. cities date.modifier=$X749. date.modifier .Form_flight_details GF_IWantTo:X750 book a Fare_class:X753 class ticket to Cities:X757 2 1 ticket_class=$X753.fare_class destination=$X757.cities
The first line or rule of this grammar can be used as an example:
.Ask_flight_details_destination Cities:X 2 0 destination=$X.cities
This grammar rule might be invoked when a flight booking application prompts a customer to provide the destination of a flight. The first field, .Ask_flight_detaiis_destination, provides the name of the grammar rule. The second field, cities :X, indicates that the customer’s response x is of type Cities. This type is defined by its own grammar that includes a list of available city names. The following two fields, 2 0, are used for grammar learning, as described in International Patent Publication No. WO 00/78022, A Method of Developing an Interactive System. The first field indicates the number of training examples that use the grammar rule. The second field indicates the number of other rules that refer to the rule. The last field, destination=$x.cities, indicates that the result of the rule is that the parameter
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-14destination is assigned a value of type Cities having the value of x. A more complex example is provided by the last rule :
.Form_flight_details GF_IWantTo:X750 book a Fare_class:X753 class ticket to Cities:X757 2 1 ticket_class = $X753.fare_class destination=$X757. cities
In this case, the grammar rule invokes three other grammars: GF_iwantTo, Fare_ciass, and cities and assigns the results to parameters named X750, X753, and X757, respectively. This rule defines the application parameters ticket_ciass and destination.
A prompts file is given a filename extension of “.prompts.rulelist”, and each line of the file defines the speech prompt that is to be provided to a user of the application when the corresponding element of the dialog is executed. An example of a generated prompts file is:
.Goodbye thank you for using this application, goodbye. 1 1 .Noinput sorry, i did not hear anything. 1 1 .Nomatch sorry, i did not understand you. 1 1 .Ask_flight_details_destination where would you like to go 1 1 .Ask_flight_details_destination_2 please say the destination city name 1 l
.Help_Ask_flight_details_destination please say the destination. 1 1 .Ask_flight_details_departure_point where would you like to fly from 1 1 .Ask_flight_details_departure_point_2 please say the departure point 1 1 .Help_Ask_flight_details_departure_jpoint please say the departure point.
ii .Ask_flight_details_ticket_class what class would you like to fly 1 1
The format of the prompts file is the same as the grammar file. This allows the prompts to be improved through machine learning as though they were a grammar, using a grammar learning method such as that described in International Patent Publication No. WO 00/78022, A Method of Developing an Interactive System.
The generated prompts include dynamically prompts. An example of a dynamic prompt is: “You have selected to buy Telstra shares. How many of the Telstra shares would you like to buy?”. The word, “Telstra” is dynamically inserted into the application’s prompt to the user.
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-15The voice application development system 100 generates text-to-speech (TTS) prompts within the VoiceXML code that are evaluated on the fly. Although VoiceXML syntax allows an expression to be evaluated and played as a TTS prompt, the system 100 extends this by allowing an ECMAscript or JavaScript function to be called to evaluate each variable used in a prompt. By evaluating variables in a function rather than as an inline expression, complex test conditions can be used to determine the most suitable prompt given the available information in the variables. This might result in a prompt, for example, of “six dollars” rather than “six dollars and zero cents”. In addition to automatically generating and incorporate JavaScript function calls in VoiceXML, the system 100 also generates the corresponding JavaScript functions by incorporating usersupplied prompt text and variables into the JavaScript templates 230. This allows the user to develop a voice application with dynamically generated prompts without having to manually code any JavaScript.
For example, an automatically generated function call for a prompt named PromptConfirm_payment_details is:
cfield name=confirm>
cgrammar src=mas.gsl#Confirm/>
cprompt>
cvalue expr=PromptConfirm payment details ( payment_details. company, payment_details. amount, payment_details.payment_date)/>
</prompt>
The corresponding JavaScript prompt function generated by the system 100 is:
function PromptConfirm_payment_details(company, amount,payment_date) {
var result;
result = the company is + Bpay_names(company) + the amount is + Money(amount) + the payment date is + Date(payment_date) + is this correct? ;
if ( valid_string(result)) {
return result;
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-16} /
return result;
}
The system 100 represents prompts using a language model that describes all of the prompts that can be played, along with their meanings. This model contains the same type of information as a speech recognition grammar, and therefore the prompts to be played can be represented using a grammar. Prompts to be generated by the application are first represented as a grammar to enable that grammar to be improved using techniques such as grammar learning, as described in International Patent Publication No. WO 00/78022, A Method of Developing an Interactive System. The grammar is subsequently converted into JavaScript and referenced by the application’s VoiceXML tags, as described above.
An example of a prompt represented as a grammar is:
.Confirmjpayment_details the company is Bpay_names :xl the amount is Money:x2 the payment date is Date:x3 is this correct? 1 company=$xl. company amount.dollars=$x2. amount. dollars amount.cents=$x2. amount. cents payment_date=$x3.payment_date
Returning to Figure 3, after the application has been built at step 604, that is, the extended VoiceXML 214, the grammar 222 and the prompts 224 for the application have been generated by the application builder 206, the application can be tested and further developed at steps 606 to 610. Steps 606, 608, 610 and 612 can be executed in any order. At step 606, the application can be simulated and refined. This involves simulating the execution of the application and refining its accuracy by allowing the user to tag phrases that do not match the existing grammar. When user input during testing does not match the grammar, a dialog box is displayed, allowing the user to tag the phrase and supply the correct ‘slot’ or slots corresponding to that input. A slot is a parameter=value pair for the application, such as “fare_class=business”. A grammar learner module of the application development modules 210 then uses a transcript of the simulation to update the application grammar 222. New phrases learnt from this grammar are then displayed to the user, who can manually tag individual phrases as being incorrect. At step 608, the grammar
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-17capabilities of the application can be further improved by a Train Grammar tool of the application development modules 210. This is similar to the simulate and refine module, but allows the user to enter a list of typical user responses for each application prompt. At step 610, a Generate Scenarios module of the application development modules 210 generates scenarios of possible interactions between the application and a human. Based on these scenarios, the user can determine whether and application prompts need improvement.
When the application has been tested and is ready for use, the IVR code generator 208 executes a code generation process at step 612 to generate pure VoiceXML suitable for a particular speech-enabled IVR such as the IVR 102 of Figure 1. As shown in Figure 6, the code generation process begins at step 702 by removing the extended attributes from the extended VoiceXML file 214 to generate pure VoiceXML. At step 704, prompts (including dynamic prompts) in the prompt file 224 are converted into JavaScript functions. At step 706, these JavaScript functions are incorporated into the pure VoiceXML by adding references to the functions in VoiceXML tags, and adding the functions themselves to the pure VoiceXML. At step 708, the IVR grammar file 228 is generated by translating the application grammar file 222 into a grammar format supported by the desired IVR platform, such as Nuance™ GSL or generic VoiceXML 1.0 JSGF grammar format, as selected by the user. Other grammar formats can be supported in the same way. At step 710, references to the IVR grammar file 228 are incorporated into the pure VoiceXML. The result is the pure VoiceXML file 226. The VoiceXML file 226 and the IVR grammar file 228 are sufficient to deploy the voice application on the IVR 102.
For the purposes of illustration, Appendix C provides a partial listing of a pure VoiceXML file corresponding to the first extended VoiceXML file listed in Appendix B. The listing in Appendix C includes the VoiceXML with the merged JavaScript for supporting Prompts. The JavaScript code is at the end of the listing.
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-18Many modifications will be apparent to those skilled in the art without departing from the scope of the present invention as herein described with reference to the accompanying drawings.
CA 02493533 2005-01-20
WO 2004/010678 PCT/AU2003/000939
- 19APPENDIX A: DIALOG ELEMENTS
<td> Decision ♦</td><td></td>
<td> Description:</td><td> A point in the dialog where a decision is made to determine which path of execution should continue.</td>
<td> Notes:</td><td> Each Decision element is followed by one or more Decision-Branch elements.</td>
<td> Parameters:</td><td> Decision Name: a name for this Decision element</td>
Decision branch Sfcl
<td> Description:</td><td> A path that is followed if the condition is true.</td>
<td> Notes:</td><td> Can only be added after a Decision element.</td>
<td> Parameters:</td><td> Branch Condition: an ECMAScript expression that if evaluated to true will cause execution to continue down this branch, eg. x ==.2, validity == true, currency == AUD'. Note that strings should be quoted in single quotes. An else condition is created by enabling the Otherwise checkbox.</td>
<td> Menu Sal</td><td></td>
<td> DESCRIPTION:</td><td> Prompts the user to select from a series of menu choices</td>
<td> Notes:</td><td> Each Menu element is followed by one or more Menu-Choice. Prompts for the menu can include: (1) Auto generated prompts (by default); (2) User specified prompts; (3) Audio file for playing prompts. In addition, tapered prompts are supported.</td>
<td> Parameters:</td><td> Menu Name: name for this Menu element. Prompts Tapered prompts: the tapered prompts played to ask for a menu choice. The system can generate a default text prompt based on the menu choices and a default audio file name for recording the corresponding audio prompt, or you may enter in your own values. If an audio prompt is not required, the Generate default audio file name checkbox should be unchecked and the Audio file text box should be left empty. Help prompt: the prompt played when the user requests help. As with tapered prompts, the system can generate a default text prompt and audio file name, or you may enter in your own.</td>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
<td colspan="2"> Menu choice ί,ώ:</td>
<td> Description:</td><td> Defines a specific menu choice</td>
<td> Notes:</td><td> Can only be added after a Menu element. This is the only Element whose name can have a space.</td>
<td> Parameters:</td><td> Choice Choice: a word or phrase for this menu choice.</td>
<td colspan="2"> Form £3</td>
<td> Description:</td><td> Collects user inputs to fill in a ‘form’. Defines a type and prompts for each input. These can be standard types such as Time and Date, or user defined such as a list of products.</td>
<td> Notes:</td><td> User-defined-types need to be first created in the LHS Dialog/Project Files window, by rightclicking on 'package' icon. Selecting Hot link allows jumping to the Form from anywhere in the dialog. The Forms support mixed initiative filling of the Fields. Other Elements can refer to Form Fields using: FormName.FieldName. When entering Form Fields, default string values need to be in single quotes (eg. ‘telstra’).</td>
<td> Parameters:</td><td> Form Name: a name for this Form element. An object with this name will be created to store the form fields. Each field can then be accessed as SformName.SfieldName, eg. BuyForm.price. Modal: if enabled, then only that input field's grammar is enabled when collecting each field; all other grammars are temporarily disabled (including hot-linked global grammars). This means that you cannot get out of this form by saying a hotword. For example, a form that collects a login pin should be made modal. Confirm AH: enable confirmation of all form fields together at the end. Hot link: enable jumping to the form from anywhere in the document, by creating a document grammar for the form. Input Field Name: name of slot to be filled. Type: type of slot value. Default: default value for slot. If a default is given, the user will not be prompted for the field. If the field type is a structured object, the slot will have multiple properties, one for each of the object's properties. You may specify a default by filling in some or all of these properties, depending on what is valid for a particular type. Note that strings should be quoted in single quotes, eg. '-Wednesday'. Confirm: enable individual confirmation of this field. This is in addition to the form confirmation of all fields at the end. Input Field Prompts Tapered prompts: the tapered prompts played to collect input for this field. The system can</td>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
<td></td><td> generate a default text prompt based on the field name and a default audio file name for recording the corresponding audio prompt, or you may enter in your own values. If an audio prompt is not required, the Generate default audio file name checkbox should be unchecked and the Audio file text box should be left empty. Help prompt: the prompt played when the user requests help. As with tapered prompts, the system can generate a default text prompt and audio file name, or you may enter in your own.</td>
<td colspan="2"> Record /<sup>5</sup></td>
<td> Description:</td><td> Captures a voice recording from the user</td>
<td> Notes:</td><td> Note that the Record duration is in seconds. Setting it to too high will result in excesive memory usage & possible harddisk limit problems.</td>
<td> PARAMETERS:</td><td> Record Name: a name for this Record element. MIME-type: MIME-type storage format for the recording. This field may be left blank if the IVR does not allow a MIME-type specification. Please consult your IVR documentation for supported MIME-types. Beep: enable a beep to be sounded before recording starts. DTMF Terminate: enable a DTMF key press to terminate the recording. Duration: maximum recording time in seconds. Confirm: enable confirmation ofthe recorded material. Prompt: the prompt played to ask for a recording. The system can generate a default text prompt and a default audio file name for recording the corresponding audio prompt, or you may enter in your own values. If an audio prompt is not required, the Generate default audio file name checkbox should be unchecked and the Audio file text box should be left empty.</td>
<td colspan="2"> Speaker M</td>
<td> Description:</td><td> Plays TTS & audio to the caller.</td>
<td> Notes:</td><td> Can say variables of predefined types, such as Date, Money, etc. The variables need to be declared as a valid object (unless it is created via a Form Field). Eg. User can use local processing to declare a variable called price, as follows: price = new Object(); price.dollars = 10; price.cents = 4; To use it in Speaker, type the following: PromptMoney(price) in a Speaker expression fragment. To play back predefined Types, such as Money: (1) add a Speaker fragment of the type “Expression”; (2) enter in the “Expression” text box: PromptType(x), where Type is the predefined type name, x is the variable of the predefined type. E.g. If “y” is type money (where y.dollars=5 y.cents=O), then entering PromptMoney(y) will result in the following being played: “five dollars”.</td>
<td> Parameters:</td><td> Speaker</td>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
<td></td><td> Name: a name for this Speaker element. Fragment Type: type of prompt fragment. Text: a fixed text fragment. The text specifies text-to-speech (TTS) that should be played. The audio file URL specifies a recording that should be played, in precedence to the text-tospeech, eg. greeting.wav, http://server/welcome.wav. Either of the audio file or the text may be left empty to request that only TTS or audio with no alternate text should be played. Expression: an evaluated prompt fragment. The ECMAScript expression is evaluated and played as text-to-speech (TTS), eg. recordedMessage, counter + 1. To play back a variable of a known type, you should use the function PromptType(x), where Type is the name of that type, and x is the name of the variable, eg. PromptMoney(BuyForm.price). This is particularly important for playing back structured types. The audio expression is evaluated and retrieved as an audio file URL for playing, eg. company + '.wav'. The expressions may reference any variable defined in the package, such as in a Variables element or a Form object. Either of the audio expression or the TTS expression may be left empty to request that only TTS or audio with no alternate text should be played.</td>
<td> Local Processing</td><td> »</td>
<td> Description:</td><td> Local computation.</td>
<td> Notes:</td><td> This can be any ECMAScript code, eg. functions, statements, function calls. Any variable declared in the dialog may be accessed, eg. declared Variables, Form fields, SubroutineCall outputs, RemoteProcessing outputs.</td>
<td> Parameters:</td><td> Local Processing Name: a name for this Local Processing element. ECMAScript: any arbitrary ECMAScript code, such as variable declarations, if blocks, assignment statements, function declarations and function calls, eg. x = x + 1; currency = 'AUD';. Note that strings should be quoted in single quotes.</td>
<td colspan="2"> RemoteProcessing 0</td>
<td> Description:</td><td> Call a server-side script (via a HTTP URL) to perform some processing. The script should return a VoiceXML document with the results of the processing.</td>
<td> NOTES:</td><td> Need PHP/CGI running on remote Web server to handle this. Name of the input and output parameters needn't be declared in the Variables element. The names of the input and output parameters should match what is required at the remote server end. Other Dialog Elements can refer to the output of the Remote Processing element using: RemoteProcName.outputName. See Chapter 9: Advanced Techniques for more information</td>
<td> Parameters:</td><td> Remote Processing Name: a name for this Remote Processing element. An object with this name will be created to store the returned outputs. Each output can then be accessed as SremoteProcessingName.Soutput, eg. ValidatePin.validity Source URL: the URL of the remote script to execute, eg. http://server/cgi-bin/scriptl.</td>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
<td></td><td> Input Name: name of the input parameter to be submitted, eg. price. This is the name that the server script expects. Value: value of the input parameter to be submitted, eg. BuyForm.price, 1, AUD', true, x + 1. This may be any valid ECMAScript expression. The expression may reference any variable defined in the package, such as in a Variables element or a Form object. If the value is an ECMAScript object with fields fl, f2,..., then the object is serialised and submitted using the names o.fl, o.f2,..., assuming o is the declared input name. Output Name: name of each parameter returned by the remote script, eg. outFieldl. The remote script should return a VoiceXML document containing a subdialog form whose return namelist includes all these output fields.</td>
<td colspan="2"> Loop Call IQ</td>
<td> Description:</td><td> Calls a Loop to execute a part of a dialog that should be iterated several times.</td>
<td> Notes:</td><td> A corresponding Loop element is required. See Chapter 9: Advanced Techniques for more information</td>
<td> Parameters:</td><td> Loop Call Name: a name for this Loop Call element. Source: the loop to call. The loop must be defined in this package.</td>
<td colspan="2"> Subroutine Call BH</td>
<td> Description:</td><td> Start a subroutine. Used for breaking bigger programs into smaller components, for ease of readability, reuse of code, and support of pre-packaged code.</td>
<td> Notes:</td><td> A corresponding Subroutine element is required. Input parameter names needn't be declared. Ouput parameter names are set by the Subroutine element. Other Dialog Elements can refer to the output parameters by calling: SubroutineCallName.OutputParamName. See Chapter 9: Advanced Techniques for more information</td>
<td> Parameters:</td><td> Subroutine Call Name: a name for this Subroutine Call element. An object with this name will be created to store the returned outputs. Each output can then be accessed as SsubName.Soutput, eg. ValidatePin.validity. Source: the subroutine to call (qualified with the package name). If the declared subroutine inputs and outputs have changed, you may need to reselect the subroutine from the Source list box to refresh the displayed inputs and outputs. Inputs</td>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
<td></td><td> This is a list of the inputs that the called subroutine expects. For each input, you must specify an ECMAScript expression whose value will be passed to the subroutine, eg. 0, BuyForm.price, pinValidity, AUD'. It may reference any variable defined in the package, such as in a Variables element or a Form object. Note that strings should be quoted in single quotes. Note also that you cannot leave any input value blank. Outputs This is a list of the outputs that the called subroutine returns.</td>
<td colspan="2"> Jump i*t,</td>
<td> Description:</td><td> Jump to a predefined block. Can jump to any element in the same MainDialog or Subroutine that has a name.</td>
<td> Notes:</td><td> Valid destinations for Jump: (1) Jumps within a MainDialog; (2) Jump from a Loop in a MainPackage to the MainDialog; (3) Within a subroutine.</td>
<td> Parameters:</td><td> Jump Destination: the destination element to jump to. You can only jump within a main dialog or within a subroutine. You cannot jump to an element in a loop or in another package. The available elements to jump to are presented in the drop-down list box.</td>
<td colspan="2"> End T</td>
<td> Description:</td><td> Terminate the call. End of dialog</td>
<td> Notes:</td><td></td>
<td> Parameters:</td><td> Causes execution to terminate immediately</td>
<td colspan="2"> Transfer M</td>
<td> Description:</td><td> Transfer the call to another number.</td>
<td> Notes:</td><td></td>
<td> Parameters:</td><td> Transfer Name: a name for this Transfer element. Destination: a number to dial or an ECMAScript expression that evaluates to such a number. A valid number is a string of digits with optional spaces, eg. 1234567, 03 1234567. The number may optionally contain a protocol specifier. Please consult your IVR documentation for specific supported number formats. Connection Timeout: maximum time in seconds to wait for a connection before a failure is reported.</td>
<td colspan="2"> Loop Break</td>
<td> Description:</td><td> Used within a Loop to break out of the loop.</td>
<td> Notes:</td><td> Only valid within a Loop</td>
<td> Parameters:</td><td> Causes execution to break out of the loop immediately. The loop exit message, if any, is not</td>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-25played
<td colspan="2"> Loop Next fc-8</td>
<td> Description:</td><td> Used within a Loop to indicate the end of one iteration.</td>
<td> Notes:</td><td> Only valid within a Loop</td>
<td> Parameters:</td><td> Causes execution of the next iteration of the loop, if the loop test condition evaluates to true. The loop step is executed before the condition is evaluated.</td>
<td colspan="2"> Subroutine Return Bi</td>
<td> Description:</td><td> Return from subroutine</td>
<td> Notes:</td><td> Only valid within a Subroutine</td>
<td> Parameters:</td><td> Return from a subroutine call.</td>
<td colspan="2"> Variables <sup>IHn</sup>.</td>
<td> Description:</td><td> Declare “global” variables that can be accessed from anywhere within this Package, eg. inside a Loop, LocalProcessing, Speaker element.</td>
<td> Notes:</td><td> Form Fields, Subroutine Call outputs and Remote Processing outputs do not need to be declared. They are automatically created.</td>
<td> Parameters:</td><td> Variables Name: a name for the variable. The name should be unique within this package. Value: an ECMAScript expression, usually a constant, that sets the initial value for the variable, eg. 0, 'cat', true . Note that strings should be quoted with single quotes. The value may be left empty to create an ECMAScript undefined value.</td>
<td colspan="2"> Hotwords ft</td>
<td> Description:</td><td> Create “hot words” that transition the user to a specified point in the dialog when they are uttered by the user.</td>
<td> Notes:</td><td> Allows the user to jump from one part of the dialog to another if they want to do something else, for example. Hotwords can only be created in the Main Package, not in Subroutine Packages.</td>
<td> Parameters:</td><td> Hotwords Hotword: a word or phrase that will trigger a jump. Destination: the destination element to jump to.</td>
<td colspan="2"> Start Dialog ©</td>
<td> Description:</td><td> The entry point for the application.</td>
<td> Notes:</td><td> This is automatically created when you create a new project. Only the first package has a Start Dialog element. Each project must have one and only one Start Dialog element. You cannot add more Start Dialogs, nor delete any.</td>
CA 02493533 2005-01-20
WO 2004/010678 PCT/AU2003/000939
<td></td><td> -26-</td>
<td> Parameters:</td><td> Start Dialog This is the entry point for the application. Name: a name for this Start Dialog element. Quit Prompt: the prompt played when the user has requested to quit, after which the dialog will terminate. The system can generate a default text prompt and a default audio file name for recording the corresponding audio prompt, or you may enter in your own values. If an audio prompt is not required, the Generate default audio file name checkbox should be unchecked and the Audio file text box should be left empty. No Input Prompt: the prompt played when no input is detected while the user is being asked for a response. The user is then reprompted for a response. As with the Quit prompt, the system can generate a default text prompt and a default audio file name, or you may enter in your own values. No Match Prompt: the prompt played when the detected user response cannot be recognised by the system. The user is then reprompted for another response. As with the Quit prompt, the system can generate a default text prompt and a default audio file name, or you may enter in your own values.</td>
<td> Subroutine CS</td><td></td>
<td> Description:</td><td> This is the entry point for a subroutine.</td>
<td> Notes:</td><td> Subroutine elements cannot be added to the Main Package. They can only be added to non- Main Packages. More than one Subroutine can be added to a non-Main Package. However, all Subroutine inputs and outputs must be unique within the Package, ie. no two Subroutines can declare the same input name or output name. Furthermore, no input name can be the same as an output name. The Subroutine element is created by (1) right-clicking on the Project icon on the Dialogs/Project Files window (LHS) to add a new Package; and (2) right-clicking on a Package icon on the Dialogs window (LHS) to add a new Subroutine. Each path in the Subroutine should end with a Return element, otherwise the Subroutine will not return to the calling dialog. See Chapter 9: Advanced Techniques for more information</td>
<td> Parameters:</td><td> Subroutine Name: a name for this Subroutine element. Input Name: name of each input parameter expected, eg. pin. The input will be declared as a document variable that you can access from anywhere within the package. You do not need to (re)declare it under the Variables element. Output</td>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
<td></td><td> Name: name of each return parameter, eg. validity. The output will be declared as a document variable that you can access from anywhere within the package. You do not need to (re)declare it under the Variables element.</td>
<td> Loop ©</td><td></td>
<td> Description:</td><td> A portion of the dialog that should be executed several times.</td>
<td> Notes:</td><td> The Loop element is created by right-clicking on the Package icon on the Dialogs window (LHS). Variables are freely shared between the Loop body and the main dialog (of the same Package) as they are in one VoiceXML document. See Chapter 9: Advanced Techniques for more information</td>
<td> Parameters:</td><td> Loop Name: a name for this Loop element. Loop Test: an ECMAScript expression that if evaluated to true will cause execution of the next iteration of the loop, eg. counter < 5. Test at start: If enabled, the test condition is evaluated at the start of the loop and the loop is equivalent to a while / for loop. If disabled, the loop body is executed before the test condition is evaluated and the loop is equivalent to a do-while loop. Exit message: a message to be played when the loop exits normally, eg. there are no more items. The system can generate a default text prompt and a default audio file name for recording the corresponding audio prompt, or you may enter in your own values. If a message is not required, the Generate default... checkboxes should be unchecked and the Audio file and TTS text boxes should be left empty. Loop Init Variables to be initialised at the start of the loop. Name: name of a variable, eg. counter. The variable must have been created elsewhere, such as in the Variables element. Value: an ECMAScript expression that sets the initial value for the variable, eg. 0. Loop Step Variables to be incremented before another iteration of the loop. The increment occurs before the test condition is reevaluated. Name: name of a variable, eg. counter. Value: an ECMAScript expression to increment the variable, eg. counter + 1.</td>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-28APPENDIX B: TWO EXTENDED VoiceXML files OF AN APPLICATION
FILE 1. DEMO28MAY.VXML c?xml version=l.0 encoding=utf-8?>
cvxml version=l.0 xmlns:lg=http://www.telstra.com.au/LyreQuest> 5 clink event=help>
cgrammar src=null#Help/>
</link>
clink event=repeat>
cgrammar src=null#Repeat/>
c/link>
clink event=guit>
cgrammar src=null#Quit/>
c/link>
cscript>
function merge(obj1, obj2) {
if (objl == undefined) return obj2;
else return obj1;
} c/script>
cvar name=_dummy/>
cvar name=counter lg:element=DocumentVariables/>
ccatch event=guit>
cprompt count=l bargein=true lg:text=> cvalue expr=PromptGoodbye()/>
c/prompt>
cexit/>
c/catch>
ccatch event=noinput>
cprompt count=l bargein=true lg:text=>
cvalue expr=PromptNoinput()/>
c/prompt> creprompt/>
c/catch>
ccatch event=nomatch>
cprompt count=l bargein=true lg:text=>
cvalue expr=PromptNomatch()/> c/prompt> creprompt/>
c/catch>
cform id=DIALOG_MainDialog lg:element=StartDialog lg:name=MainDialog>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-29cblock name=link>
cgoto next=#SPEAKER_sayWelcome/>
c/block>
</form>
<form id=SPEAKER_sayWelcome lq:element=Speaker lq:name=sayWelcome>
<block>
cprompt>
Welcome to the automated X Y Z bank </prompt>
</block>
cblock name=link>
cgoto next=#LOOPCALL_call_authenticate_loop/>
</block>
</form>
cform id=LOOPCALL_call_authenticate_loop lq:element=LoopCall lq:name=call_authenticate_loop lq:calls=authenticate>
<subdialog name=loopcall src=#LOOP_authenticate>
<param name=counter expr=document.counter/>
<param name=get_PIN expr=document.get_PIN/>
<param name=validatePIN expr=document.validatePIN/> <param name=call_get_balance expr=document.call_get_balance/>
<param name=payment_details expr=document.payment_details/>
<filled>
<assign name=document. counter expr=loopcall. counter/>
<assign name=document.get_PIN expr=loopcall.get_PIN/>
<assign name=document.validatePIN expr=loopcall.validatePIN/>
<assign name=document.call_get_balance expr=loopcall.call_get_balance/>
<assign name=document.payment_details exp r=loopcall.p ayment_de t ai1s/>
</filled>
</subdialog> cblock name=link>
cgoto next=#DECISION_checkPINvalidity/>
</block>
</form>
cform id=DECISION_checkPINvalidity lq:element=Decision 50 lq:name=checkPINvalidity>
<block>
<if cond=validatePIN.x == 'PASS'>
cgoto next=#BRANCH_checkPINvalidity_O/>
celse/>
cgoto next=#BRANCH_checkPINvalidity_l/>
c/if >
c/block>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-30<form idsBRANCH_checkPINvalidity_O lq:elementsBranch lq:condition=validatePIN.x == 'PASS'>
cblock name=link>
cgoto next=#MENU_main/>
c/block>
</form>
<menu id=MENU_main lq:element=Menu lq:name=main> <prompt count=l bargein=true lq:text=>
cvalue expr=PromptMenu_main()/>
</prompt>
cchoice next=#MENUITEM_main_balance>
<grammar src=null#Menu_main_balance/>
</choice>
cchoice next=#MENUITEM_main_enquiry>
cgrammar src=null#Menu_main_enquiryI>
</choice>
cchoice next=#MENUITEM_main_leave_message>
cgrammar src=null#Menu_main_leave_message/> c/choice>
cchoice next=#MENUITEM_main_pay_bills>
cgrammar src=null#Menu_main_pay_bills/>
c/choice>
cchoice next=#MENUITEM_main_quit>
cgrammar src=null#Menu_main_quit/>
c/choice>
ccatch event=help>
cprompt count=l bargein=true lq:text=> cvalue expr= PromptHelp_Menu__main () />
c/prompt>
c/catch>
ccatch event=repeat>
creprompt/>
c/catch>
c/menu>
cform id=MENUITEM_main__balance lq:elementsMenuChoice lq:name=balance>
cblock name=link>
cgoto next=#SUBROUTINECALL_call_get_balance/> 45 c/block>
c/form>
cvar name=call_get_balance expr=new Object () lq:references=call_get_balance/>
cform id=SUBROUTINECALL_call_get_balance lq: elementsSubroutineCal1 lq:name=call_get_balance lq:calls=subroutinel.vxml#sub_jpresent_balance>
csubdialog name=subcall src=subroutinel.vxml#SUBROUTINE_sub_present_balance>
cparam name=pin__number expr=get_PIN.PIN lq: elements »Input />
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-31 <filled>
<assign name=call_get_balance.result_code expr=subcall.result_code lq:element=Output/>
c/filled>
c/subdialog>
cblock name=link>
<goto next=#SPEAKER_Speaker24/>
</block>
c/form>
<form id=SPEAKER_Speaker24 lq:element=Speaker lq:name=Speaker24>
<block>
cprompt>
the result of your balance enquiry is cvalue expr=call_get_balance.result_code/>
c/prompt>
</block>
cblock lq:element=Goto lq:next=main>
cgoto next=#MENU_main/>
</block>
</form>
cform id=MENUITEM_main_enquiry lq:element=MenuChoice lq:name=enquiry>
cblock name=link>
cgoto next=#SPEAKER_Speaker21/>
c/block>
</form>
cform id=SPEAKER_Speaker21 lq:element=Speaker lq:name=Speaker21> cblock>
cprompt>
you are being transfered to an operator c/prompt>
c/block>
cblock name=link>
cgoto next=#TRANSFER_Transfer22/> c/block>
c/form>
cform id=TRANSFER_Transfer22 lq:element=Transfer lq:name=Transfer22 lq:bridge=false lq:destination^'0392536742 lq : destinationExpression= null lq .· connectTimeout= 3 0 >
ctransfer name=Transfer22 bridge=false connec11imeout = 30s dest=0392536742>
c/transfer> c/form>
cform id=MENUITEM_main_leave_message lq:element=MenuChoice lq:name=leave message>
cblock name=link>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-32cgoto next=#RECORD_Record2 0/> c/block>
</form>
<var name=Record20 lq:references=Record20/>
<form id=RECORD_Record20 lq:element=Record lq:name=Record20 lq:beep=true lq:duration=30 lq:dtmfTerminate=true lq:mimeType=null lq:confirm=true>
crecord name=record_Record20 beep=true maxtiiïie=''3 0s dtmf term=true>
cprompt count=l bargein=true lq:text=at the tone, please record your message, you can press hash to end.>
cvalue expr=PromptRecord_Record2 0()/>
</prompt>
</record>
<field name=confirm modal=true>
<grammar src=null#Confirm/>
cprompt>
Your recording is cvalue expr=record_Record20/>
To keep it, say yes. To discard it, say no.
</prompt>
<filled>
<if cond=confirm != 'yes<sup>1</sup>'^ cclear/>
</if >
</filled>
ccatch event=help>
<prompt>
Please say yes to keep your recording, or say no to record another message.
</prompt>
</catch>
ccatch event=repeat>
cprompt>
Your recording is cvalue expr=record_Record20/> To keep it, say yes. To discard it, say no. c/prompt>
c/catch>
c/field>
cblock>
cassign name=Record20 expr=record_Record20/>
c/block>
cblock lq:element=Goto lq:next=main> cgoto next=#MENU_main/>
c/block>
c/form>
cform id=MENUITEM_main_joay_bills lq:element=MenuChoice lq:name=pay bills>
cblock name=link>
cgoto next=#FORM_joayment_details/>
c/block>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-33</form>
<var name=payment_details expr=new Object () lq: references=payment_details / >
<form id=FORM_payment_details lq:element=''Form'' lq:name=payment_details lq:modal=false lq:confirm=true lq:documentGrammar=true>
<grammar scope=document src=null#Form_payment_details/>
<field name=company cond=false/>
<field name=amount cond=false/>
<field name=payment_date cond=false/>
<block>
<assign name=payment_details.company expr=company/>
<assign name=payment_details.amount expr=amount/> <assign name=payment_details.payment_date expr=payment_date/>
</block>
<subdialog name=payment_details_company src=#ASK payment details company>
<param name=payment_details expr=payment_details/> <filled>
<assign name=payment_details expr=payment_details_company.payment_details/>
</filled>
</subdialog>
<subdialog name=payment_details_amount src= #ASK_jpayment_details_amount >
<param name=payment_details expr=payment_details/> <filled>
<assign name=payment_details expr=payment_detai1s_amount.payment_details/>
</filled>
</subdialog>
<block>
<if cond=payment_details.payment_date == undefined>
<script>
<![CDATA[ payment_details.payment_date = new
Obj ect() ;
payment_details.payment_date.modifier = 'today';
]]>
</script>
</if >
</block>
<subdialog name=payment_details_payment_date src=#ASK_j?ayment_details_payment_date>
<param name=payment_details expr=payment_details/> <filled>
<assign name=payment_details expr=payment_details_payment_date .payment_details/>
</filled>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-34</subdialog>
<field name=confirm>
<grammar src=null#Confirm/>
cprompt>
cvalue expr=PromptConfirm_payment_details(payment_details. company,
<td></td><td colspan="2"> payment details . amount, payment_details.payment_date)/></td>
<td></td><td> c/prompt></td><td></td>
<td> 10</td><td> cfilled></td><td></td>
<td></td><td> cif</td><td> cond=confirm != 'yes'></td>
<td></td><td></td><td> cassign name=payment__details .company</td>
<td></td><td> expr=undefined/></td><td> cassign name=payment_details.amount</td>
<td> 15</td><td> expr=undefined/></td><td> cassign name=payment_details.payment_date</td>
<td></td><td> expr=undefined/></td><td> cclear/></td>
<td></td><td> </if</td><td> ></td>
<td> 20</td><td> c/filled></td><td></td>
ccatch event=help>
cprompt>
cvalue expr=PromptHelp_Confirm_payment_details()/>
c/prompt>
c/catch>
ccatch event=repeat> creprompt/>
</catch>
c/field>
cblock lg:element=Goto lg:next=main> cgoto next=#MENU_main/>
c/block>
c/form>
cform id=ASK_payment_details_company lq:element=FormField lq: references=payment_details lq:name=company lq:type=bpay_names lq:default= lq:confirm=false>
cgrammar src=null#Ask__payment_details_company/> cvar name=payment_details/>
cblock>
cif cond=payment_details.company != undefined> creturn namelist=payment_details/>
c/if > c/block>
cfield name=company cond=false/> cfield name=amount cond=false/> cfield name=payment_date cond=false/> cinitial name=start>
cprompt count=1 bargein=true lq:text=please say the company>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-35cvalue expr=PromptAsk_payment_details_company ( ) / > c/prompt>
</initial>
cfilled mode=any>
cassign name=payment_details. company expr=merge(payment_details.company, company)/>
<assign name=payment_details.amount expr=merge(payment_details.amount, amount)/>
<assign name=payment_details.payment_date expr=merge(payment_details.payment_date, payment_date)/>
<if cond=payment_details.company == undefined>
<clear/>
c/if >
</filled>
<block>
creturn namelist=payment_details/>
</block>
<catch event=help>
<prompt count=l bargein=true lq:text=please say the company. >
cvalue expr= PromptHelp_Ask_jpayment_details_company () />
</prompt>
</catch>
ccatch event=repeat>
creprompt/>
c/catch>
</form>
<sup>35</sup> <form id=ASK_payment_details_amount lq:element=FormField lq:references=payment_details lq:name=amount lq:type=Money lq:default=[] lq:confirm=false>
<grammar src=null#Ask_payment_details_amount/>
cvar name=payment_details/>
<block>
<if cond=payment_details.amount != undefined>
creturn namelist=payment_details/>
</if >
</block>
cfield name=amount cond=false/>
cfield name=payment_date cond=false/>
cinitial name=start>
cprompt count=l bargein=true lq:text=> cvalue expr=PromptAsk_jDayment_details_amount()/>
c/prompt>
</initial> cfilled mode=any>
CA 02493533 2005-01-20
WO 2004/010678 PCT/AU2003/000939
-36cassign name=payment_details.amount expr=merge(payment_details.amount, amount)/>
<assign name=payment_details.payment_date expr=merge(payment_details.payment_date, payment_date)/>
<if cond=payment_details.amount == undefined>
<clear/>
</if> c/filled>
cblock>
creturn namelist=payment_details/>
</block>
ccatch event=help>
cprompt count=l bargein=true lq:text=>
cvalue expr=PromptHelp_Ask_payment_details_amount()/> c/prompt>
c/catch>
ccatch event=repeat> creprompt/>
c/catch>
c/form>
cform id=ASK_payment_details_payment_date lq:element=FormField lq: references=payment_details lq:name=payment_date lq : type=Date lq:default=[{modifier='today'}] lq:confirm=true>
cgrammar src=null#Ask_payment_details_payment_date/> cvar name=payment_details/>
cblock>
cif cond=payment_details.payment_date != undefined> cassign name=start expr=true/> cgoto nextitem=confirm/>
</if >
c/block>
cfield name=payment_date cond=false/> cinitial name=start>
cprompt count=l bargein=true lq:text=>
cvalue expr=PromptAsk_payment_details_payment_date()/> c/prompt>
c/initial> cfilled mode=any>
cassign name=payment_details.payment_date expr=merge(payment_details.payment_date, payment_date)/>
cif cond=payment_details.payment_date == undefined> cclear/>
c/if >
c/filled>
cfield name=confirm >
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-37cgrammar src=null#Confirm/> cprompt>
cvalue expr=PromptConfirm_payment_details_payment_date(payment_details. payment 5 date)/>
c/prompt> cfilled>
<if cond=confirm == 'yes'>
creturn namelist=payment_details/>
celse/>
cassign name=payment_details.payment_date expr=undefined/>
cclear/>
</if >
c/filled>
ccatch event=”help>
<prompt>
cvalue expr=PromptHelp_Conf irm_payment_details_jpayment_date () />
c/prompt>
c/catch>
ccatch event=repeat> creprompt/>
c/catch>
c/field>
ccatch event=help >
cprompt count=l bargein=true lq:text=>
cvalue expr=PromptHelp_Ask_payment_details_jpayment_date()/> c/prompt>
c/catch>
ccatch event=repeat>
creprompt/>
c/catch>
c/form>
cform id=MENUITEM_main_quit lq:element=MenuChoice lq:name=quit>
cblock lq:element=End> cexit/>
c/block>
c/form>
cform id=BRANCH_checkPINvalidity_l lq:element=Branch lq:condition=otherwise>
cblock name=link>
cgoto next=#SPEAKER_failedPIN/>
c/block>
c/form>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-38<form id=SPEAKER_failedPIN lq:element=Speaker lq:name=failedPIN>
<block>
<prompt>
You have not been authenticated. Goodbye.
</prompt>
</block>
cblock lq:element=End>
<exit/>
</block>
</form>
<form id=LOOP_authenticate lq:element=Loop lq:name=”authenticate lq:testatstart=true>
cvar name=counter/>
<var name=get_PIN/>
<var name=validatePIN/> cvar name=call_get_balance/>
cvar name=payment_details/>
<block>
cassign name=document. counter expr=counter/>
<assign name=document.get_PIN expr=get_PIN/> cassign name=document.validatePIN expr=validatePIN/>
<assign name=document.call_get_balance expr=call_get_balance/>
cassign name=document.payment_details expr=payment_details/>
</block>
<block>
<goto next=#LOOPINIT_authenticate/>
</block>
</form>
<form id=LOOPINIT_authenticate lq:references=authenticate> <block>
<assign name=counter expr=0 lq:element=LoopInit/> 40 <goto next=#LOOPTEST_authenticate/>
</block>
</form>
<form id=LOOPTEST_authenticate lq:element=LoopTest lq:test=counter<3 lq:references=authenticate>
<block>
<if cond=counter<3>
<goto next=#LOOPBODY_authenticate / >
celse/>
<goto next=#LOOPEND_authenticate/>
</if >
</block>
</form>
<form id=LOOPEND_authenticate lq:element=LoopEnd lq: references = authenticate>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-39<block>
cprompt count=l bargein=true lq:text=>
cvalue expr=PromptLoopExit_authenticate()/>
c/prompt>
creturn namelist=counter get_PIN validatePIN call_get_balance payment_details />
c/block>
c/form>
cform id=LOOPSTEP_authenticate lq:references=authenticate>
cblock>
cassign name=counter expr=counter+l lq:element=LoopStep/>
cgoto next=#LOOPTEST_authenticate/>
c/block>
c/form>
cform id=LOOPBODY_authenticate lq:element=LoopBody lq: references=authenticate>
cblock name=link>
cgoto next=#FORM_get_PIN/>
c/block>
c/form>
cvar name=get_PIN expr=new Object () lq:references=get_PIN/> cform id=FORM_get_PIN lq:element=Form lq:name=get_PIN lq:modal=true lq: confirm=false lq:documentGrammar=false> cfield name=PIN cond=false/>
cblock>
cassign name=get_PIN.PIN expr=PIN/>
c/block>
csubdialog name=get_PIN_PIN src=#ASK_get_PIN_PIN> cparam name=get PIN expr=get PIN/>
cfilled>
cassign name=get_PIN expr=get PIN PIN.get PIN/> c/filled>
c/subdialog>
cblock name=link>
cgoto next=#REMOTE_validatePIN/>
c/block>
c/form>
cform id=ASK_get_PIN_PIN lq:element=FormField lq:references=get_PIN lq:name=PIN lq:type=Digitstring lq:default= lq: confirm=false>
cvar name=get_PIN/>
cblock>
cif cond=get_PIN.PIN != undefined> creturn namelist=get__PIN/>
c/if>
c/block>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-40<field name=PIN modal=true> clink event=help>
cgrammar src=null#Help/>
</link>
clink eventsrepeat>
cgrammar src=null#Repeat/>
c/link>
cgrammar src=null#Ask_get_PIN_PIN/>
cprompt count=l bargein=true lq: text== please say your four digit PIN number>
cvalue expr=PromptAsk_get_PIN_PIN()/>
c/prompt>
cprompt count=2 bargein=true lq:text=second prompt, please say the pin. Example is one two three four.>
cvalue expr=PromptAsk_get_PIN_PIN_2()/>
c/prompt> cfilled>
cassign name=get_PIN.PIN expr=merge(get_PIN.PIN, PIN)/>
c/filled>
c/field>
cblock>
creturn namelist=get_PIN/>
c/block>
ccatch event=help>
cprompt count=l bargein=true lq:text=>
cvalue expr=PromptHelp_Ask_get_PIN_PIN()/>
c/prompt> c/catch>
ccatch event=repeat>
creprompt/>
c/catch>
</form>
cvar name=validatePIN expr=new Object () lq:references=validatePIN/>
cform id=REMOTE_validatePIN lq:element=RemoteProcessing lq:name=validatePIN lq:src=http://videre. tri.telstra.com.au/~c797808/cgi45 bin/verify_pin.php>
cvar name=sending_jpam expr=get_PIN.PIN lq:element=Input/>
csubdialog name=remotecall src=http://videre. tri.telstra.com.au/~c79780 8/cgi-bin/verify_jpin.php 50 namelist=sending_pam >
cfilled>
cassign name=validatePIN.x expr=remotecall,x lq:element=Output/>
</filled> c/subdialog> cblock name=link>
cgoto next=#DECISION_j>assOrFail/>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-41 </block>
</form>
cform id=DECISION_passOrFail lq:element=Decision lq:name=passOrFail>
<block>
<if cond=validatePIN. x == 'PASS'> <goto next=#BRANCH_passOrFail_0/>
<else/>
<goto next=#BRANCH_passOrFail_l/>
</if>
c/block>
</form>
<form id=BRANCH_passOrFail_0 lq:element=Branch lq:condition=validatePIN.x == 'PASS'>
cblock lq:element=Break>
creturn namelist=counter get_PIN validatePIN call_get_balance payment_details />
</block>
c/form>
<form id=BRANCH_passOrFail_l lq:element=Branch lq:condition=otherwise>
cblock name=link>
cgoto next=#SPEAKER_tryAgain/>
</block>
</form>
cform id=SPEAKER_tryAgain lq:element=Speaker lq:name=tryAgain>
<block>
<prompt>
Your PIN is not valid. Please try again. </prompt>
</block>
cblock lq:element=Next>
cgoto next=#LOOPSTEP_authenticate/>
c/block>
c/form>
c/vxml>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-42FILE 2. SUBROUTINE!.VXML c?xml version=l.0 encoding=utf-8?>
<vxtnl version=l.0 xmlns:lq=http://www.telstra.com.au/LyreQuest>
<link event=help>
<grammar src=null#Help/>
</link>
dink event= repeat >
<grammar src=null#Repeat/>
</link>
dink event=quit>
<grammar src=null#Quit/>
</link>
cscript>
function merge(objl, obj2) {
if (objl == undefined) return obj 2 ;
else return objl;
} </script>
cvar name=_dummy/>
<var name=customer_balance lq:element=DocumentVariables/>
<var name=pin_number lq:references=sub_jpresent_balance/> cvar name=result_code lq:references=sub_jpresent_balance/>
<f orm id= SUBROUTINE_sub_joresent__balance lq : element= Subroutine lq:name=sub_present_balance>
cvar name=pin_number lq:element=Input/>
<var name=result_code lq:element=0utput/>
<block>
<assign name=document.pin_number expr=pin_number/>
<assign name=document.result_code expr=result_code/>
</block>
cblock name=link>
cgoto next=#F0RM_Form4/>
c/block>
c/form>
cvar name=Form4 expr=new ObjectO lq:references = Form4/>
cform id=FORM_Form4 lq:element=Form lq:name=Form4 lq:modal=false lq: conf irm=true lq:documentGrammar=false>
cfield name=account_number cond=false/> cblock>
cassign name=Form4.account_number expr=account number/>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-43c/block>
csubdialog name=Porm4_account_number src=#ASK_Form4_account_number>
cparam name=Form4 expr=Form4/>
cfilled>
cassign name=Form4 expr=Form4_account_number.Form4/>
c/filled>
</subdialog>
cfield name=confirm>
cgrammar src=null#Confirm/>
<prompt>
cvalue expr=PromptConfirm_Form4(Form4.account_number)/> c/prompt> cfilled>
cif cond=confirm != 'yes'>
cassign name=Form4.account_number expr=undefined/>
cclear/>
c/if > c/filled>
ccatch eventshelp>
cprompt>
cvalue expr=PromptHelp_Confirm_Form4()/>
c/prompt>
</catch>
ccatch event=repeat>
creprompt/>
c/catch>
c/field>
cblock name=link>
cgoto next=#LOCAL_LocalProcessing5/>
c/block>
c/form>
cform id=ASK_Form4_account_number lq:elementsFormField lq: references=Form4 lq:name=account_number lq:type=Digitstring lq:default= lq:confirm=false>
cgrammar s rc=nul1#Ask_Form4_ac count_number/>
cvar name=Form4/>
cblock>
cif cond=Form4.account_number != undefined> creturn namelist=Form4/>
c/if>
c/block>
cfield name=account_number cond=false/> cinitial namesstart>
cprompt count=l bargeinstrue lq:text=>
cvalue expr=PromptAsk_Form4_account_number()/>
</prompt>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-44</initial> cfilled mode=any>
cassign name=Form4.account_number expr=merge(Form4.account_number, account_number)/>
cif cond=Form4.account_number == undefined>
cclear/>
</if >
</filled>
chlock>
creturn namelist=Form4/>
</block>
ccatch event=help>
cprompt count=l bargein=true lq:text=>
cvalue expr=PromptHelp_Ask_Form4_account_number()/> c/prompt>
c/catch>
ccatch event=repeat> creprompt/>
</catch>
c/form>
cform id=LOCAL_LocalProcessing5 lg:element=Localprocessing lg:name=LocalProcessing5>
cblock>
cscript>
c! [CDATA[customer_balance = new Object (); if (Form4.account_number == '12') { customer_balance.dollars = '1000'; customer_balance. cents = '50';
} else { customer_balance. dollars customer_balance. cents = }
result_code = pin_number + 1;]]> </script>
c/block>
= '0'; '2- ;
cblock name=link>
cgoto next=#SPEAKER_Speaker6/>
c/block>
</form>
cform id=SPEAKER_Speaker6 lq:element=Speaker lg:name=Speaker6>
chlock>
cprompt>
your balance is cvalue expr=PromptMoney(customer_balance) />
</prompt>
c/block>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-45cblock lq:element=Return>
creturn namelist=result_code />
</block>
</form>
</vxtnl>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-46APPENDIX C: PORTION OF A SYSTEM GENERATED VoiceXML FILE
FILE 1. DEMO28MAY.VXML (INCOMPLETE, FOREXAMPLE ONLY) c?xml version=l.0 encoding=utf-8?>
ciDOCTYPE vxml PUBLIC -//Nuance/DTD VoiceXML 1.2/EN http ://voicexml.nuance.com/dtd/nuancevoicexml-1-2.dtd> cvxml version=l.0 applicationdemo2_8may.vxml>
clink event=help>
cgrammar src=demo2_8may.gslftHelp/>
</link>
clink event=repeat>
cgrammar src=demo2_8may.gsl#Repeat/>
c/link>
clink event=quit>
cgrammar src=demo2_8may.gsl#Quit/>
c/link>
cscript>
function merge(objl, obj2) {
if (objl == undefined) return obj 2 ;
else return obj1;
} c/script>
cvar name=_dummy/>
cvar name=counter/>
ccatch event=quit>
cprompt count=l bargein=true>
cvalue expr=PromptGoodbye() / >
c/prompt> cexit/>
c/catch>
ccatch event=noinput>
cprompt count=l bargein=true>
cvalue expr=PromptNoinput()/> c/prompt>
creprompt/>
c/catch>
ccatch event=nomatch>
cprompt count=l bargein=true>
cvalue expr=PromptNomatch()/>
c/prompt> creprompt/>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-47c/catch>
cform id=DIALOG_MainDialog> cblock name=link>
cgoto next=#SPEAKER_sayWelcome/>
</block>
</form>
<form id=SPEAKER_sayWelcome>
<block>
<prompt>
Welcome to the automated X Y Z bank </prompt>
</block>
cblock name=link>
<goto next=#LOOPCALL_call_authenticate_loop/>
</block>
</form>
< form id=LOOPCALL_call_authenti cat e_loop>
<subdialog name=loopcall src=#LOOP_authenticate>
<param name=counter expr=document.counter/>
<param name=get_PIN expr=document.get_PIN/>
<param name= validatePIN expr=document.validatePIN/>
<param name=call_get_balance expr=document.call_get_balance/>
<param name=payment_details expr=document.payment_details/>
<filled>
<assign name=document. counter expr=loopcall. counter/>
cassign name=document.get_PIN expr=loopcall.get_PIN/>
<assign name=document.validatePIN expr=loopcall.validatePIN/>
cassign name=document.call_get_balance expr=loopcall.call_get_balance/>
<assign name=document.payment_details expr=loopcall.payment_details/>
</filled>
</subdialog> cblock name=link>
cgoto next=#DECISION_checkPINvalidity/>
</block>
</form>
cform id=DECISION_checkPINvalidity”>
<block>
<if cond=validatePIN.x == 'PASS'>
cgoto next=#BRANCH_checkPINvalidity_O/>
celse/>
cgoto next=#BRANCH_checkPINvalidity_l/>
c/if >
c/block>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-48</form>
cform idsBRANCH_checkPINvalidity_O> cblock name=link>
cgoto next=#MENU_main/>
c/block>
</form>
cmenu id=MENU_main>
cprompt count=1 bargein=true>
cvalue expr=PromptMenu_main()/> c/prompt>
cchoice next=#MENUITEM_main_balance>
cgrammar src=demo2_8may.gsl#Menu_main_balance/>
c/choice>
cchoice next=#MENUITEM_main_enquiry>
cgrammar src=demo2_8may.gsl#Menu_main_enquiry/>
</choice>
cchoice next=#MENUITEM_main_leave_message>
cgrammar src=demo2_8may.gsl#Menu_main_leave_message/>
c/choice>
cchoice next s » #MENUITEM_main_pay_bi11s>
cgrammar src=demo2_8may.gsl#Menu_main_pay_bills/>
c/choice>
cchoice next=#MENUITEM_main_quit>
cgrammar src=demo2_8may.gsl#Menu_main_quit/> c/choice>
ccatch event=help>
cprompt count=l bargein=true>
cvalue expr=PromptHelp_Menu_main()/> c/prompt>
c/catch>
ccatch eventsrepeat>
creprompt/>
c/catch> c/menu>
cform id=MENUITEM_main_balance>
cblock name=1ink>
cgoto next=#SUBROUTINECALL_call_get_balance/> c/block>
c/form>
cvar name=call_get_balance exprsnew ObjectO/> cform idsSUBROUTINECALL_call_get_balance>
csubdialog name=subcall srcs«subroutine!.vxml#SUBROUTINE_sub_present_balance>
cparam namespin_number exprs»get_PIN.PIN/> cfilled>
cassign name=call_get_balance.result_code expr=subcall.result_code / >
c/filled>
c/subdialog> cblock name=link>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-49<goto next=#SPEAKER_Speaker24/>
</block>
</form>
cform id=SPEAKER_Speaker24> cblock>
cprompt>
the result of your balance enquiry is 10 cvalue expr=call_get_balance.result_code/>
c/prompt> c/block> cblock>
cgoto next=#MENU_main/>
c/block>
c/form>
cform id=MENUITEM_main_enquiry>
cblock name=link>
cgoto next=#SPEAKER_Speaker21/> c/block>
c/form>
cform id=SPEAKER_Speaker21> cblock>
cprompt>
you are being transfered to an operator 30 c/prompt>
c/block>
cblock name=ïink>
cgoto next=#TRANSFER_Transfer22/>
c/block>
c/form>
cform id=TRANSFER_Transfer22>
ctransfer name=Transfer22 bridge=false connecttimeout=30 destexpr='tel : 0392536742'> c/transfer>
c/form>
cform id=MENUITEM_main_leave_message>
cblock name=link>
cgoto next=#RECORD_Record2 0/> c/block>
c/form>
cvar name=''Record2 0/> cform id=REC0RD_Record20>
crecord name=record_Record20 beep=true maxtime=30s dtmf term=true>
cprompt count=l bargein=true>
cvalue expr=PromptRecord_Record20()/>
c/prompt>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939 c/record>
cfield name=confirm modal=true>
cgrammar src =demo2_8may.gs1#Confi rm/>
cprompt>
Your recording is cvalue expr=record_Record20/>
To keep it, say yes. To discard it, say no. c/prompt> cfilled>
cif cond=confirm != 'yes'>
cclear/>
c/if>
c/filled>
ccatch event=help>
cprompt>
Please say yes to keep your recording, or say no to record another message.
c/prompt>
c/catch>
ccatch event=repeat>
cprompt>
Your recording is cvalue expr=record_Record20/> To keep it, say yes. To discard it, say no. c/prompt>
c/catch>
c/field>
cblock>
cassign name=Record20 expr=record_Record20/>
c/block>
cblock>
cgoto next=#MENU_main/> c/block>
c/form>
cform id= MENUITEM_main_jpay_bills> cblock name=link>
cgoto next=#FORM_payment_details/>
c/block>
c/form>
cvar name=payment__details expr=new Object()/>
cform id=FORM_payment_details>
cgrammar scope=document src=demo2_8may.gsl#Forrn_payment_details/>
cfield name=company cond=false/>
cfield name=amount cond=false/> cfield name=payment_date cond=false/> cblock>
cassign name=payment_details. company expr=company/>
cassign name=payment_details.amount expr=amount/>
cassign name=payment_details.payment_date expr=payment_date/>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AV2003/000939
-51 </block>
csubdialog name=payment_details_company src= #ASK_payment_details_company >
cparam name=payment_details expr=payment_details/>
<filled>
cassign name=payment_details expr=payment_details_company.payment_details/>
</filled>
</subdialog>
csubdialog name=payment_details_amount src=#ASK_payment_details_amount>
cparam name=payment_details expr=payment_details/> <filled>
cassign name=payment_details expr=payment_details_amount.payment_details/>
</filled>
</subdialog>
<block>
<if cond=payment_details.payment_date == undefined> <script>
<![CDATA[ payment_details.payment_date = new
ObjectO;
payment_details.payment_date.modifier = 'today';
]]>
</script>
</if>
</block>
<subdialog name=payment details payment_ date s r c = # AS K_jpayment_de tail s_payment_da t e >
cparam name=payment_details expr=payment_details/>
<filled>
cassign name=payment_details expr=payment_details_payment_date.payment_details/>
</filled>
</subdialog>
cfield name=confirm >
cgrammar src=demo2_8may.gslffConfirm/>
<prompt>
cvalue expr=PromptConfirm_jpayment_details(payment_details. company, payment_details.amount, payment_details.payment_date)/>
</prompt>
<filled>
<if cond=confirm != 'yes'>
cassign name=payment_details.company expr=undefined/>
cassign name=payment_details.amount expr=unde f ined/>
cassign name=payment_details.payment_date expr=undefined/>
cclear/>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-52</if >
</filled>
ccatch event=help> cprompt>
cvalue expr=PromptHelp_Confirm_payment_details()/>
c/prompt> c/catch>
ccatch event=repeat>
creprompt/>
c/catch>
</field> cblock>
cgoto next=#MENU_main/>
c/block>
c/form>
cform id=ASK_j>ayment_details_company>
cgrammar src=demo2_8may.gsl#Ask_joayment_details_company/> cvar name=payment_details/>
cblock>
cif cond=payment_details. company != undefined> creturn namelist=payment_details/>
c/if > c/block>
cfield name=company cond=false/> cfield name=amount cond=false/> cfield name=payment_date cond=false/> cinitial name=start>
cprompt count=l bargein=true>
cvalue expr=PromptAsk_payment_details_company()/> c/prompt>
c/initial>
cfilled mode=any>
cassign name=payment_details. company expr=merge(payment_details.company, company)/>
cassign name=payment_details.amount expr=merge(payment_details.amount, amount)/>
cassign name=payment_details,payment_date expr=merge(payment_details.payment_date, payment_date)/>
cif cond=payment_details.company == undefined> cclear/>
c/if >
c/filled>
cblock>
creturn namelist=payment_details/> c/block>
ccatch event=help>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-53cprompt count=l bargein=true> cvalue expr= PromptHelp_Ask_jpayment_details_company () />
</prompt>
c/catch>
ccatch event=''repeat> creprompt/>
c/catch>
</form>
cform id=ASK_payment_details_amount>
cgrammar src=demo2_8may.gsl#Ask_jpayment_details_amount/>
cvar name=payment_details/>
cblock>
cif cond=payment_details. amount != undefined>
creturn namelist=payment_details/>
c/if > c/block>
cfield name=amount cond=false/>
cfield name=payment_date cond=false/>
cinitial name=start>
cprompt count=l bargein=true>
cvalue expr=PromptAsk_joayment_details_amount()/>
c/prompt>
c/initial> cfilled mode=any>
cassign name=payment_details.amount expr=merge(payment_details.amount, amount)/>
cassign name=payment_details.payment_date expr=merge(payment_details.payment_date, payment_date)/>
cif cond=payment_details. amount == undefined> cclear/>
c/if >
c/filled>
cblock>
creturn namelist=payment_details/> c/block>
ccatch event=help>
cprompt count=l bargein=true>
cvalue expr=PromptHelp_Ask_payment_details_amount () /> c/prompt>
c/catch>
ccatch event=repeat> creprompt/>
c/catch>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-54</form>
cform i d= ASK_j? ayment_det ai1s_payment_date> cgrammar src= demo2_8may. gsl#Ask_payment_details_payment_date / > cvar name=payment_details/>
cblock>
cif cond=payment_details.payment_date != undefined>
cassign name=start expr=true/> cgoto nextitem=confirm/>
c/if > c/block>
cfield name=payment_date cond=false/> cinitial name=start>
cprompt count=l bargein=true> cvalue expr=PromptAsk_payment_details_payment_date()/> c/prompt>
c/initial> cfilled mode=any>
cassign name=payment_details.payment_date expr=merge(payment_details.payment_date, payment_date)/>
cif cond=payment_details.payment_date == undefined>
cclear/>
c/if > c/filled>
cfield name=confirm>
cgrammar src=demo2_8may.gsl#Confirm/> cprompt>
cvalue expr=PromptConfirm_payment_details_payment_date (payment_details .payment date)/>
c/prompt> cfilled>
cif cond=confirm == 'yes'>
creturn namelist=payment_details/>
celse/>
cassign name=payment_details.payment_date expr=undefined/>
cclear/>
c/if>
c/filled>
ccatch event=help> cprompt>
cvalue expr=PromptHelp_Confirm_payment_details_jpayment_date()/> c/prompt>
</catch>
ccatch event=repeat> creprompt/>
c/catch>
c/field>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939 ccatch event=help>
cprompt count=l bargein=true>
cvalue expr=PromptHelp_Ask_payment_details_payment_date () /> c/prompt>
</catch>
ccatch event=repeat> creprompt/>
c/catch>
</form>
cform id=MENUITEM_main_quit> cblock>
cexit/>
c/block>
c/form>
cform id=BRANCH_checkPINvalidity_l> cblock name=link>
cgoto next=#SPEAKER_failedPIN/> c/block>
c/form>
cform id=SPEAKER_failedPIN> cblock>
cprompt>
You have not been authenticated. Goodbye, c/prompt>
c/block>
cblock>
cexit/> c/block>
</form>
cform id=LOOP_authenticate> cvar name=counter/> cvar name=get_PIN/> cvar name=validatePIN/> cvar name=<sup>,,</sup>call_get_balance/> cvar name=payment_details/> cblock>
cassign name=document.counter expr=counter/> cassign name=document.get_PIN expr=get_PIN/> cassign name=document.validatePIN expr=validatePIN/>
cassign name=document.call_get_balance expr=call_get_balance/>
cassign name=document,payment_details expr=payment_details/>
c/block>
cblock>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-56cgoto next=#LOOPINIT_authenticate/> c/block>
</form>
cform id=LOOPINIT_authenticate> cblock>
cassign name=counter expr=0/> cgoto next=#LOOPTEST_authenticate/>
c/block>
</form>
cform id=LOOPTEST_authenticate> cblock>
cif cond=counter<3>
cgoto next=#LOOPBODY_authenticate/>
celse/>
cgoto next=#LOOPEND_authenticate/>
</if >
c/block>
c/form>
cform id=LOOPEND_authenticate>
cblock>
cprompt count=l bargein=true>
cvalue expr=PromptLoopExit_authenticate()/>
c/prompt>
creturn namelist=counter get_PIN validatePIN 30 call_get_balance payment_details />
c/block> c/form>
cform id=LOOPSTEP_authenticate>
cblock>
cassign name=counter expr=counter+l/> cgoto next=#LOOPTEST_authenticate/>
c/block> c/form>
cform id=LOOPBODY_authenticate> cblock name=link>
cgoto next=#FORM_get_PIN/> c/block>
c/form>
cvar name=get_PIN expr=new Object ()/> cform id=FORM_get_PIN>
cfield name=PIN cond=false/>
cblock>
cassign name=get_PIN.PIN expr=PIN/> c/block>
csubdialog name=get_PIN_PIN src=#ASK_get_PIN_PIN> cparam name=get_PIN expr=get_PIN/> cfilled>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-57cassign name=get_PIN expr=get_PIN_PIN.get_PIN/>
</filled>
</subdialog>
cblock name=link>
cgoto next=#REMOTE_validatePIN/>
c/block>
c/form>
cform id=ASK_get_PIN_PIN> cvar name=get_PIN/>
cblock>
cif cond=get_PIN.PIN != undefined>
creturn namelist=get_PIN/>
c/if > c/block>
cfield name=PIN modal=true> clink event=help>
cgrammar src=demo2_8may.gsl#Help/> c/link>
clink event=repeat>
cgrammar src=demo2_8may.gsl#Repeat/>
c/link>
cgrammar src=demo2_8may.gsl#Ask_get_PIN_PIN/> cprompt count=l bargein=true>
cvalue expr=PromptAsk_get_PIN_PIN()/>
c/prompt>
cprompt count=2 bargein=true>
cvalue expr=PromptAsk_get_PIN_PIN_2()/>
c/prompt>
cfilled>
cassign name=get_PIN. PIN expr=merge(get_PIN.PIN, PIN)/> c/filled>
c/field>
cblock>
creturn namelist=get_PIN/> c/block>
ccatch event=help>
cprompt count=l bargein=true>
cvalue expr=PromptHelp_Ask_get_PIN_PIN()/> c/prompt>
c/catch>
ccatch event=repeat> creprompt/>
c/catch>
c/form>
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-58cvar name=validatePIN expr=new Object ()/> cform id=REMOTE_validatePIN>
<var name=sending_pam expr=get_PIN.PIN/> csubdialog name=remotecall src=http://videre. tri.telstra.com.au/~c79780 8/cgi-bin/verify_pin.php namelist=sending_pam >
<filled>
cassign name=validatePIN.x expr=remotecall.x/> c/filled>
c/subdialog>
cblock name=link>
cgoto next=#DECISIONjpassOrFail/> c/block>
c/form>
cform id=DECISION_passOrFail> cblock>
cif cond=validatePIN.x == 'PASS'>
cgoto next=#BRANCH_passOrFail_0/>
celse/>
cgoto next=#BRANCH_passOrFail_l/>
c/if > c/block>
c/form>
cform id=BRANCH_j3assOrFail_0> cblock>
creturn namelist=counter get_PIN validatePIN 30 call_get_balance payment_details />
c/block>
c/form>
cform id=BRANCH_jpassOrFail_l>
cblock name=link>
cgoto next=#SPEAKER_tryAgain/> c/block>
c/form>
cform id=SPEAKER_tryAgain> cblock>
cprompt>
Your PIN is not valid. Please try again, c/prompt>
c/block>
cblock>
cgoto next=#LOOPSTEP_authenticate/>
c/block>
</form>
cscript>c![CDATA[
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-59function PromptHelp_Ask_get_PIN_PIN() { var result;
result = please say the pin. for example, ten eighty six ; if ( valid_string(result)){ return result;
} /
return result;
} function PromptHelp_Confirm_payment_details_payment_date() { var result;
result = please say yes or no ; if ( valid_string(result)){ return result;
} /
return result;
} function Confirmation(confirmation) { var result; if ( (confirmation == yes ) ) { result = true ;
if ( valid_string(result)){ return result;
} };
if ( (confirmation == no ) ) { result = false ;
if ( valid_string(result)){ return result;
} };
result = confirmation + ; return result;
} function PromptConfirm_payment_details(company,amount,payment_date) { var result;
result = the company is + Bpay_names(company) + the amount is + Money(amount) + the payment date is + Date(payment_date) + is this correct? ;
if ( valid_string(result)){ return result;
} f
return result;
}
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-60function PromptConf irm_jpayment_details_payment_date (payment_date) { var result;
result = the payment date is + Date(payment_date) + is this 5 correct? ;
if ( valid_string(result) ) { return result;
} /
return result;
} function PromptMenu_main_leave_message() { var result;
result = please say one of balance, enquiry, leave message, pay bills or quit (note: please respond with another phrase that means 'leave message') ;
if ( valid_string(result)){ return result;
} return result;
} function Integernum(integer) { function PromptAsk_payment_details_amount() { var result;
result = please say the amount ;
if ( valid_string(result) ) { return result;
} return result;
} function Bpay_names(bpay_names) { var result; if ( (bpay_names == telstra ) ) { result = telstra ;
if ( valid_string(result) ) { return result;
} }; if ( (bpay_names == origin energy ) ) { result = origin energy ; if ( valid_string(result)){ return result;
} };
if (
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-61(bpay_names == citipower ) ) { result = citipower ; if ( valid_string(result) ) { return result;
} };
} result = bpay_names + ; return result;
function PromptHelp_Ask_payment_details_amount() { var result;
result = please say the amount, for example, three dollars and fifty cents ;
if ( valid_string(result) ) { return result;
} return result;
} function PromptMenu_main() { var result;
result = please say one of balance, enquiry, leave message, pay bills or quit ;
if ( valid_string(result) ) { return result;
} z
return result;
} function PromptConfirmation(confirmation) { var result;
result = Confirmation(confirmation) ; if ( valid_string(result) ) { return result;
} z
return result;
} function PromptHelp_Ask_jpayment_details_jpayment_date () { var result;
result = please say the payment date, for example, january the fifth nineteen ninety nine ;
if ( valid_string(result) ) { return result;
} /
return result;
} function AM() { var result;
CA 02493533 2005-01-20
WO 2004/010678
PCT/AU2003/000939
-62result = in the morning if ( valid_string(result) ) { .
return result;
} ;
return result;
} function PM() { var result;
result = in the + EVENING () ;
if ( valid_string(result) ) { return result;
} z
return result;
} function Promptlnteger(integer) { var result;
result = Integer(integer) ;
if ( valid_string(result) ) { return result;
} z
return result;
}
]]
Contents183
6 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6
12 members in 6 offices
Priority claims9
| Document | Office | Kind | Date |
|---|---|---|---|
| 2002950336 | Australia | A | |
| 2002950336 | Australia | A | |
| 2002950336 | Australia | – | |
| 0300939 | Australia | W | |
| 0300939 | Australia | W | |
| 2002950336 | – | – | – |
| AU20020950336 | – | – | – |
| PCTAU2003000939 | – | – | – |
| WO2003AU00939 | – | – | – |
Members12
| Document | Office | Kind | |
|---|---|---|---|
| AU2002950336A0 | Australia | A0 | |
| CA2493533A1 | Canada | A1 | |
| WO2004010678A1 | World Intellectual Property Organization (WIPO) | A1 | |
| AU2003245122A1 | Australia | A1 | |
| EP1535453A1 | European Patent Office (EPO) | A1 | |
| US2006025997A1 | United States of America | A1 | |
| EP1535453A4 | European Patent Office (EPO) | A4 | |
| AU2003245122B2 | Australia | B2 | |
| NZ537728A | New Zealand | A | |
| US7712031B2 | United States of America | B2 | |
| CA2493533CThis record | Canada | C | |
| EP1535453B1 | European Patent Office (EPO) | B1 |
3 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| LapsedLapsedMKLA | MKLA | |
| LapsedLapsedMKLA | MKLA | |
| Examination requestEEER | EEER |
Numbers
- Publication
- 2493533
- Publication, DOCDB
- 2493533
- Publication, EPODOC
- CA2493533
- Application
- 2493533
- Application, DOCDB
- 2493533
- Application, EPODOC
- CA20032493533
Titles2
- English
- SYSTEM AND PROCESS FOR DEVELOPING A VOICE APPLICATION
- French
- SYSTEME ET PROCEDE DE DEVELOPPEMENT D'UNE APPLICATION VOCALE
Classification
- CPC, 5
- H04M3/4936
- G10L15/28
- H04M3/493
- H04M2201/42
- H04M2203/355
- IPC, 4
- H04M3 493
- G10L15 28
- H04M1 64
- G06F40 00