resource Element

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.

In Manifest.xml, the resource element specifies the location and type of a resource to preload and cache for a Speech Server application.

<manifest>
   <resource src="the location of resource " type="resource type" />
</manifest>

Required Attribute

Attribute Description

src

Resource location.

type

The type of resource. Valid values are grammar and promptDB.

Remarks

A manifest element can consist of one or more resource elements.

Default values for most resource elements are prepopulated with file names and options specified when running the Voice Response Workflow Application Project Wizard. Providing meaningful names when running the wizard helps the system administrator identify application resources later in the deployment environment.

See Also

Concepts

About Application Manifest Files
manifest Element