Voice.AgentChar Property

 Voice.AgentChar  (read-only, Object)
 
The Agent Character interface (specifically the V2 IAgentCtlCharacterEx interface) for the Agent character used by ACP.

Syntax

Voice.AgentChar

The property syntax has these parts:

Part Description
Value (Object) The Agent Character interface (specifically the V2 IAgentCtlCharacterEx interface) for the Agent character used by ACP.

Remarks

This property returns an instance of an Agent Character (speciflcally, an implementation of the IAgentCtlCharacterEx interface). If you are going to directly program the Agent via ACP scripts or ActiveX Automation, I strongly recommend that you visit the Microsoft Agent reference area at the Microsoft Developer Network web site.

A detailed description of the things you can do with an Agent character in ACP is beyond the scope of this document. I suggest you browse the Microsoft online document Programming the Agent Control and the other documentation that was suggested for download and reference.