Class TalkAction

java.lang.Object
com.vonage.client.voice.ncco.TalkAction
All Implemented Interfaces:
Action

public class TalkAction
extends java.lang.Object
implements Action
An NCCO talk action which allows for synthesized speach to be sent to a call.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  TalkAction.Builder  
  • Method Summary

    Modifier and Type Method Description
    static TalkAction.Builder builder​(java.lang.String text)  
    java.lang.String getAction()  
    java.lang.Boolean getBargeIn()  
    java.lang.Float getLevel()  
    java.lang.Integer getLoop()  
    java.lang.String getText()  
    VoiceName getVoiceName()  

    Methods inherited from class java.lang.Object

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