Package com.nexmo.client.voice.ncco
Class TalkAction
- java.lang.Object
-
- com.nexmo.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 classTalkAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TalkAction.Builderbuilder(java.lang.String text)java.lang.StringgetAction()java.lang.BooleangetBargeIn()java.lang.FloatgetLevel()java.lang.IntegergetLoop()java.lang.StringgetText()VoiceNamegetVoiceName()
-
-
-
Method Detail
-
getText
public java.lang.String getText()
-
getBargeIn
public java.lang.Boolean getBargeIn()
-
getLoop
public java.lang.Integer getLoop()
-
getLevel
public java.lang.Float getLevel()
-
getVoiceName
public VoiceName getVoiceName()
-
builder
public static TalkAction.Builder builder(java.lang.String text)
-
-