Computer Science City College
of New York
CSc 59866 - CAPSTONE
I
Spoken
Dialog Systems and Voice XML
VoiceXML Assignment 1
- Individual.
Complete VoiceXML tutorial at http://cafe.bevocal.com/index.html
:
- First, go over the getting started
section at http://cafe.bevocal.com/docs/getting_started/index.html.
Run the favorite color example in your account. Customize it by adding, for example,
your name to the prompt. Try it by calling your application.
- Then, go to the tutorial at http://cafe.bevocal.com/docs/tutorial/index.html.
Go over Chapters 1,2,4, 5 and 9. Run the code
examples in these chapters in your account, customize them and call them
to test. Also learn to use the Vocal Scripter tool to test the
applications.
- Group
Assignment. Design, implement and
test a basic VoiceXML application for ordering pizza over the phone.
- The
system should be able to get input from the user specifying the size of the
pie (small ( 4$), medium (5$), large (6$) , extra-large (7$)); the number of toppings ( no toppings,
one or two) and the type of toppings ( double cheese, pepperoni,
mushrooms, ….). Each topping is $1 extra. After taking the order the system should
compute and output the total price for the pizza.
- Please
submit detailed specifications, describing the call flow, error handling
prompts, help prompts and grammars.
- Implement
the system according to your specs, and test it using both the vocal
scripter tool and live phone calls.