Uses of Class
com.vonage.client.voice.ncco.ConnectAction.Builder
Packages that use ConnectAction.Builder
Package
Description
Provides useful NCCO classes which can be serialized using Jackson when
implementing webhooks to drive the Vonage Voice API.
-
Uses of ConnectAction.Builder in com.vonage.client.voice.ncco
Methods in com.vonage.client.voice.ncco that return ConnectAction.BuilderModifier and TypeMethodDescriptionConnectAction.Builder.advancedMachineDetection(AdvancedMachineDetection advancedMachineDetection) Configure the behavior of Vonage's advanced machine detection.static ConnectAction.BuilderEntry point for constructing an instance of this class.static ConnectAction.BuilderConnectAction.builder(Collection<Endpoint> endpoint) Entry point for constructing an instance of this class.Connect the call to a specific Endpoint.ConnectAction.Builder.endpoint(Collection<Endpoint> endpoint) Deprecated.This will be removed in the next major release.ConnectAction.Builder.eventMethod(EventMethod eventMethod) The HTTP method Vonage uses to make the request to eventUrl.Set toEventType.SYNCHRONOUSto: Make the connect action synchronous.Set the webhook endpoint that Vonage calls asynchronously on each of the possible Call States.ConnectAction.Builder.eventUrl(Collection<String> eventUrl) Set the webhook endpoint that Vonage calls asynchronously on each of the possible Call States.Sets the caller ID number.Maximum length of the call in seconds.ConnectAction.Builder.machineDetection(MachineDetection machineDetection) Configure the behavior when Vonage detects that a destination is an answerphone.ConnectAction.Builder.randomFromNumber(boolean randomFromNumber) Use a random phone number asfrom.ConnectAction.Builder.ringbackTone(String ringbackTone) A URL value that points to a ringback tone to be played back on repeat to the caller, so they don't hear silence.If the call is unanswered, set the number in seconds before Vonage stops ringing endpoint.