Uses of Class
com.vonage.client.voice.ncco.RecordAction.Builder
Packages that use RecordAction.Builder
Package
Description
Provides useful NCCO classes which can be serialized using Jackson when
implementing webhooks to drive the Vonage Voice API.
-
Uses of RecordAction.Builder in com.vonage.client.voice.ncco
Methods in com.vonage.client.voice.ncco that return RecordAction.BuilderModifier and TypeMethodDescriptionstatic RecordAction.BuilderRecordAction.builder()Entrypoint for constructing an instance of this class.RecordAction.Builder.endOnSilence(Integer endOnSilence) RecordAction.Builder.eventMethod(EventMethod eventMethod) RecordAction.Builder.eventUrl(Collection<String> eventUrl) RecordAction.Builder.format(RecordingFormat format) RecordAction.Builder.split(SplitRecording split) RecordAction.Builder.transcription(TranscriptionSettings transcription) Set this parameter to a non-null value to transcribe the recording.