From Bright Pattern Documentation
Line 1: | Line 1: | ||
<translate>= Project and Code Setup= | <translate>= Project and Code Setup= | ||
− | # 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''. | + | # 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 /> |
− | # Instantiate an ''ADAPI.AgentPlace'' object. | + | # 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/client-API/ API specification]. | ||
+ | |||
+ | |||
Revision as of 01:08, 7 May 2019
<translate>= Project and Code Setup=
- 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.
- Instantiate an ADAPI.AgentPlace object.
- 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.
</translate>/prevnext/