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 DtmfResponse fromJson​(java.lang.String json)  
    java.lang.String getMessage()  
    java.lang.String getUuid()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait