Uses of Enum Class
com.vonage.client.voice.AdvancedMachineDetection.Mode
Packages that use AdvancedMachineDetection.Mode
-
Uses of AdvancedMachineDetection.Mode in com.vonage.client.voice
Methods in com.vonage.client.voice that return AdvancedMachineDetection.ModeModifier and TypeMethodDescriptionAdvancedMachineDetection.Mode.fromString(String value) AdvancedMachineDetection.getMode()Detect if machine answered and sends a human or machine status in the webhook payload.Returns the enum constant of this class with the specified name.static AdvancedMachineDetection.Mode[]AdvancedMachineDetection.Mode.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 AdvancedMachineDetection.ModeModifier and TypeMethodDescriptionAdvancedMachineDetection.Builder.mode(AdvancedMachineDetection.Mode mode) Detect if machine answered and sends a human or machine status in the webhook payload.