Uses of Enum Class
com.vonage.client.voice.MachineDetection
Packages that use MachineDetection
Package
Description
Implementation of the Vonage Voice API.
Provides useful NCCO classes which can be serialized using Jackson when
implementing webhooks to drive the Vonage Voice API.
-
Uses of MachineDetection in com.vonage.client.voice
Methods in com.vonage.client.voice that return MachineDetectionModifier and TypeMethodDescriptionstatic MachineDetectionMachineDetection.fromString(String name) AdvancedMachineDetection.getBehavior()Defines how the system responds when a machine is detected.Call.getMachineDetection()static MachineDetectionReturns the enum constant of this class with the specified name.static MachineDetection[]MachineDetection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.voice with parameters of type MachineDetectionModifier and TypeMethodDescriptionAdvancedMachineDetection.Builder.behavior(MachineDetection behavior) Define how the system responds when a machine is detected.Call.Builder.machineDetection(MachineDetection machineDetection) Configure the behavior when Vonage detects that the call is answered by voicemail. -
Uses of MachineDetection in com.vonage.client.voice.ncco
Methods in com.vonage.client.voice.ncco that return MachineDetectionMethods in com.vonage.client.voice.ncco with parameters of type MachineDetectionModifier and TypeMethodDescriptionConnectAction.Builder.machineDetection(MachineDetection machineDetection) Configure the behavior when Vonage detects that a destination is an answerphone.