Class DtmfResponse

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.voice.DtmfResponse
All Implemented Interfaces:
Jsonable

public class DtmfResponse extends JsonableBaseObject
Response if DTMF tones were successfully sent to an active Call.

Returned by VoiceClient.sendDtmf(String, String)

  • Constructor Details

  • Method Details

    • getUuid

      public String getUuid()
    • getMessage

      public String getMessage()
    • fromJson

      public static DtmfResponse fromJson(String json)
      Creates an instance of this class from a JSON payload.
      Parameters:
      json - The JSON string to parse.
      Returns:
      An instance of this class with the fields populated, if present.