Package com.vonage.client.voice.ncco
Class RecordAction
java.lang.Object
com.vonage.client.voice.ncco.RecordAction
- All Implemented Interfaces:
Action
public class RecordAction extends java.lang.Object implements Action
An NCCO record action which allows for the call to be recorded.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRecordAction.Builder -
Constructor Summary
Constructors Constructor Description RecordAction(RecordAction.Builder builder)Deprecated. -
Method Summary
Modifier and Type Method Description static RecordAction.Builderbuilder()java.lang.StringgetAction()java.lang.BooleangetBeepStart()java.lang.IntegergetChannels()java.lang.CharactergetEndOnKey()java.lang.IntegergetEndOnSilence()EventMethodgetEventMethod()java.util.Collection<java.lang.String>getEventUrl()RecordingFormatgetFormat()SplitRecordinggetSplit()java.lang.IntegergetTimeOut()
-
Constructor Details
-
RecordAction
Deprecated.
-
-
Method Details