VoiceXmlInterpreterActivity Class

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.

Executes VoiceXML applications.

Namespace: Microsoft.SpeechServer.Dialog
Assembly: Microsoft.SpeechServer (in microsoft.speechserver.dll)

Syntax

'Declaration
<ToolboxItemAttribute(GetType(ActivityToolboxItem))> _
<ActivityValidatorAttribute(GetType(VoiceXmlInterpreterActivityValidator))> _
<DesignerSerializerAttribute("Microsoft.SpeechServer.Authoring.DialogDesigner.SpeechActivityMarkupSerializer, Microsoft.SpeechServer.Authoring.DialogDesigner, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", GetType(WorkflowMarkupSerializer))> _
<GlobalizedDescriptionAttribute("VoiceXmlInterpreterActivity")> _
<ToolboxBitmapAttribute(GetType(VoiceXmlInterpreterActivity))> _
<GlobalizedCategoryAttribute("MSSCategory")> _
<DesignerAttribute("Microsoft.SpeechServer.Authoring.DialogDesigner.SpeechSimpleDesigner, Microsoft.SpeechServer.Authoring.DialogDesigner, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", GetType(IDesigner))> _
Public NotInheritable Class VoiceXmlInterpreterActivity
    Inherits CompositeActivity
[ToolboxItemAttribute(typeof(ActivityToolboxItem))] 
[ActivityValidatorAttribute(typeof(VoiceXmlInterpreterActivityValidator))] 
[DesignerSerializerAttribute("Microsoft.SpeechServer.Authoring.DialogDesigner.SpeechActivityMarkupSerializer, Microsoft.SpeechServer.Authoring.DialogDesigner, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", typeof(WorkflowMarkupSerializer))] 
[GlobalizedDescriptionAttribute("VoiceXmlInterpreterActivity")] 
[ToolboxBitmapAttribute(typeof(VoiceXmlInterpreterActivity))] 
[GlobalizedCategoryAttribute("MSSCategory")] 
[DesignerAttribute("Microsoft.SpeechServer.Authoring.DialogDesigner.SpeechSimpleDesigner, Microsoft.SpeechServer.Authoring.DialogDesigner, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", typeof(IDesigner))] 
public sealed class VoiceXmlInterpreterActivity : CompositeActivity

Remarks

A VoiceXmlInterpreterActivity instance is able to consume VoiceXML code that is referred to by its StartPage property. For an example of how this class can be used, see VoiceXmlInterpreter (VoiceXML Sample) and the VoiceXmlInterpreter sample.

Inheritance Hierarchy

System.Object
???? System.Workflow.ComponentModel.DependencyObject
???????? System.Workflow.ComponentModel.Activity
???????????? System.Workflow.ComponentModel.CompositeActivity
????????????????Microsoft.SpeechServer.Dialog.VoiceXmlInterpreterActivity

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

Windows Server 2003

See Also

Reference

VoiceXmlInterpreterActivity Members
Microsoft.SpeechServer.Dialog Namespace