Creating a Voice Response Application
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
This is the first of several tutorial topics covering development of speech applications using Speech Server. This tutorial creates a smaller version of the sample application Survey (Managed Code Sample).
Beginning the Speech Application
To create a voice response application
In Microsoft Visual Studio 2005, click New on the File menu, and then click Project.
In the Project Types pane, expand Visual C# or Visual Basic, and then click Speech.
In the Templates pane, click Voice Response Workflow Application.
In the Name box, replace the proposed name with SurveyTutorial, and then click OK.
In the Voice Response Workflow Application Project - SurveyTutorial dialog box, configure the application, and then click OK.
For the purposes of this tutorial, accept all the default settings.
For more information, see Voice Response Workflow Application Project Dialog Box.
Next Step
Creating a Conversational Grammar Builder Grammar
See Also
Other Resources
Lab: Constructing the Survey Tutorial Application
Managed Code Sample Applications