Modules
Constants
ACD
Provides the ACD v1 functionality.
We recommend using SmartQueue instead of ACD v1.
Add the following line to your scenario code to use the module:
require(Modules.ACD);
AI
Provides additional methods that use Artificial Intelligence. These methods allow solving business tasks in more productive way.
Add the following line to your scenario code to use the module:
require(Modules.AI);
ASR
Provides the speech recognition functionality.
Add the following line to your scenario code to use the module:
require(Modules.ASR);
ApplicationStorage
Provides the key-value storage functionality.
Add the following line to your scenario code to use the module:
require(Modules.ApplicationStorage);
Avatar
Provides the Voximplant Avatar (virtual assistant based on AI and NLP) functionality.
Add the following line to your scenario code to use the module:
require(Modules.Avatar);
Conference
Provides the audio and video conferencing functionality.
Add the following line to your scenario code to use the module:
require(Modules.Conference);
IVR
Provides the interactive voice menus functionality.
Instead, you can implement this functionality via the Call.say, Call.startPlayback and Call.handleTones methods, but this module gives more straightforward approach.
Add the following line to your scenario code to use the module:
require(Modules.IVR);
MeasurementProtocol
Provides the Google Analytics Measurement Protocol functionality.
Add the following line to your scenario code to use the module:
require(Modules.MeasurementProtocol);
PushService
Recorder
Provides the call recording and conference recording functionality.
Add the following line to your scenario code to use the module:
require(Modules.Recorder);
SmartQueue
Provides the SmartQueue (ACD v2) functionality for implementing a contact center.
Add the following line to your scenario code to use the module:
require(Modules.SmartQueue);
StreamingAgent
Provides the streaming functionality.
Add the following line to your scenario code to use the module:
require(Modules.StreamingAgent);
VoximplantApi
Provides the Voximplant HTTP API functionality.
Add the following line to your scenario code to use the module:
require(Modules.VoximplantApi);