|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestMakePredictiveCall | |
---|---|
com.genesyslab.platform.voice.protocol.tserver.requests.party | Handle call activity, such as answering, making, and holding calls, initiating transfers and conference calls, or applying a treatment. |
Uses of RequestMakePredictiveCall in com.genesyslab.platform.voice.protocol.tserver.requests.party |
---|
Methods in com.genesyslab.platform.voice.protocol.tserver.requests.party that return RequestMakePredictiveCall | |
---|---|
static RequestMakePredictiveCall |
RequestMakePredictiveCall.create()
Creates instance of RequestMakePredictiveCall with no parameters set. |
static RequestMakePredictiveCall |
RequestMakePredictiveCall.create(java.lang.String thisDN,
java.lang.String otherDN,
java.lang.Integer timeout)
Creates instance of RequestMakePredictiveCall with required parameters set. |
static RequestMakePredictiveCall |
RequestMakePredictiveCall.create(java.lang.String thisDN,
java.lang.String otherDN,
java.lang.Integer timeout,
KeyValueCollection userData,
KeyValueCollection reasons,
KeyValueCollection extensions)
Creates instance of RequestMakePredictiveCall with all parameters set. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |