From Bright Pattern Documentation
Jump to: navigation, search
 
Line 3: Line 3:
 
# In the Visual Studio project where you wish to use the Bright Pattern Contact Center Desktop Integration API (.NET Version), add references to the assembly ''ADAPI.dll'' and ''ADUtils.dll''.<br /><br />The API is designed to be used with Visual Studio 2010. Newer versions of third-party assemblies may be required for later versions of Visual Studio.<br /><br />
 
# In the Visual Studio project where you wish to use the Bright Pattern Contact Center Desktop Integration API (.NET Version), add references to the assembly ''ADAPI.dll'' and ''ADUtils.dll''.<br /><br />The API is designed to be used with Visual Studio 2010. Newer versions of third-party assemblies may be required for later versions of Visual Studio.<br /><br />
 
# Instantiate an ''ADAPI.AgentPlace'' object.<br /><br />
 
# Instantiate an ''ADAPI.AgentPlace'' object.<br /><br />
# Attach event handlers to events generated in ADAPI. This should be done before the agent logs in. For a full list of callback events raised by ADAPI, please consult the [https://help.brightpattern.com/client-API/  API specification].
+
# Attach event handlers to events generated in ADAPI. This should be done before the agent logs in. For a full list of callback events raised by ADAPI, please consult the [https://help.brightpattern.com/ADAPI_5_5_1_Doc/index.html   API specification].
  
  

Latest revision as of 20:14, 13 November 2020

• 5.19 • 5.2 • 5.3 • 5.8

Project and Code Setup

  1. In the Visual Studio project where you wish to use the Bright Pattern Contact Center Desktop Integration API (.NET Version), add references to the assembly ADAPI.dll and ADUtils.dll.

    The API is designed to be used with Visual Studio 2010. Newer versions of third-party assemblies may be required for later versions of Visual Studio.

  2. Instantiate an ADAPI.AgentPlace object.

  3. Attach event handlers to events generated in ADAPI. This should be done before the agent logs in. For a full list of callback events raised by ADAPI, please consult the API specification.




< Previous | Next >