Class TalkRequest

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

public class TalkRequest
extends java.lang.Object
The request object to send synthesized audio.

Contains the uuid of the Call and the TalkPayload to be sent in the request.

  • Constructor Summary

    Constructors 
    Constructor Description
    TalkRequest​(java.lang.String uuid, java.lang.String text)  
    TalkRequest​(java.lang.String uuid, java.lang.String text, int loop)  
    TalkRequest​(java.lang.String uuid, java.lang.String text, VoiceName voiceName)  
    TalkRequest​(java.lang.String uuid, java.lang.String text, VoiceName voiceName, int loop)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getUuid()  
    void setUuid​(java.lang.String uuid)  
    java.lang.String toJson()  

    Methods inherited from class java.lang.Object

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