Package com.vonage.client.voice
Class DtmfResponse
java.lang.Object
com.vonage.client.voice.DtmfResponse
public class DtmfResponse extends java.lang.Object
Response if DTMF tones were successfully sent to an active
Call.
Returned by VoiceClient.sendDtmf(String, String)
-
Constructor Summary
Constructors Constructor Description DtmfResponse() -
Method Summary
Modifier and Type Method Description static DtmfResponsefromJson(java.lang.String json)java.lang.StringgetMessage()java.lang.StringgetUuid()
-
Constructor Details
-
DtmfResponse
public DtmfResponse()
-
-
Method Details