Package com.vonage.client.voice.ncco
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 classTalkAction.Builder -
Method Summary
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 Details