Package com.vonage.client.voice
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 TalkResponsefromJson(java.lang.String json)java.lang.StringgetMessage()java.lang.StringgetUuid()
-
Constructor Details
-
TalkResponse
public TalkResponse()
-
-
Method Details