Class TalkResponse

java.lang.Object
com.vonage.client.voice.TalkResponse

public class TalkResponse
extends java.lang.Object
Response from successfully sending a synthesized speech message or stopping a message to an active Call.

This would be returned by VoiceClient.startTalk(String, String) or VoiceClient.stopTalk(String)

  • Constructor Summary

    Constructors 
    Constructor Description
    TalkResponse()  
  • Method Summary

    Modifier and Type Method Description
    static TalkResponse 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