Package com.vonage.client.voice.ncco
Class RecordAction
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.voice.ncco.RecordAction
An NCCO record action which allows for the call to be recorded.
The record action is asynchronous. Recording starts when the record action is executed in the NCCO and finishes when the synchronous condition in the action is met. That is, endOnSilence, timeOut or endOnKey. If you do not set a synchronous condition, the Voice API immediately executes the next NCCO without recording.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RecordAction.Builderbuilder()Entrypoint for constructing an instance of this class.getSplit()Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson