Package com.nexmo.client.voice
Class TalkResponse
- java.lang.Object
-
- com.nexmo.client.voice.TalkResponse
-
public class TalkResponse extends java.lang.Object
Response from successfully sending a synthesized speech message or stopping a message to an activeCall.This would be returned by
VoiceClient.startTalk(String, String)orVoiceClient.stopTalk(String)
-
-
Constructor Summary
Constructors Constructor Description TalkResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TalkResponsefromJson(java.lang.String json)java.lang.StringgetMessage()java.lang.StringgetUuid()
-
-
-
Constructor Detail
-
TalkResponse
public TalkResponse()
-
-
Method Detail
-
getUuid
public java.lang.String getUuid()
-
getMessage
public java.lang.String getMessage()
-
fromJson
public static TalkResponse fromJson(java.lang.String json)
-
-