|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestPlayVoiceFile | |
---|---|
com.genesyslab.platform.voice.protocol.tserver.requests.voicemail | Collect digits from a caller; open and close a voicemail box; open, close, and play a voice file. |
Uses of RequestPlayVoiceFile in com.genesyslab.platform.voice.protocol.tserver.requests.voicemail |
---|
Methods in com.genesyslab.platform.voice.protocol.tserver.requests.voicemail that return RequestPlayVoiceFile | |
---|---|
static RequestPlayVoiceFile |
RequestPlayVoiceFile.create()
Creates instance of RequestPlayVoiceFile with no parameters set. |
static RequestPlayVoiceFile |
RequestPlayVoiceFile.create(java.lang.String thisDN,
ConnectionId connID,
java.lang.Integer fileHandle,
java.lang.Integer voiceIFlag,
java.lang.Integer voiceCFlag)
Creates instance of RequestPlayVoiceFile with required parameters set. |
static RequestPlayVoiceFile |
RequestPlayVoiceFile.create(java.lang.String thisDN,
ConnectionId connID,
java.lang.Integer fileHandle,
java.lang.Integer voiceIFlag,
java.lang.Integer voiceCFlag,
java.lang.String voiceSegment,
KeyValueCollection reasons,
KeyValueCollection extensions)
Creates instance of RequestPlayVoiceFile with all parameters set. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |