Browser Class
The Browser class in the Microsoft.Rtc.Collaboration.AudioVideo.VoiceXml namespace provides access to the resources of the Unified Communications Managed API (UCMA) version 3.0 to support automated interactions with callers during VoiceXML sessions.
Inheritance Hierarchy
System.Object
Microsoft.Speech.VoiceXml.Browser
Microsoft.Rtc.Collaboration.AudioVideo.VoiceXml.Browser
Namespace: Microsoft.Rtc.Collaboration.AudioVideo.VoiceXml
Assembly: Microsoft.Rtc.Collaboration.AudioVideo.VoiceXml (in Microsoft.Rtc.Collaboration.AudioVideo.VoiceXml.dll)
Syntax
'Declaration
Public Class Browser _
Inherits Browser
'Usage
Dim instance As Browser
public class Browser : Browser
Remarks
The Browser class is derived from the Microsoft.Speech.VoiceXml.Browser base class, and has access to all the public and protected members of the base class. The Browser class also makes use of all the enumerated types, EventArgs classes, and interpretation result classes of the Microsoft.Speech.VoiceXml.Common namespace.
The Browser adds the ability to interpret VoiceXML pages to a UCMA call.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.