Uses of Class
com.bandwidth.sdk.model.MachineDetectionConfiguration
Packages that use MachineDetectionConfiguration
-
Uses of MachineDetectionConfiguration in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return MachineDetectionConfigurationModifier and TypeMethodDescriptionMachineDetectionConfiguration.callbackMethod
(CallbackMethodEnum callbackMethod) MachineDetectionConfiguration.callbackUrl
(URI callbackUrl) MachineDetectionConfiguration.delayResult
(Boolean delayResult) MachineDetectionConfiguration.detectionTimeout
(Double detectionTimeout) MachineDetectionConfiguration.fallbackMethod
(CallbackMethodEnum fallbackMethod) MachineDetectionConfiguration.fallbackPassword
(String fallbackPassword) MachineDetectionConfiguration.fallbackUrl
(URI fallbackUrl) MachineDetectionConfiguration.fallbackUsername
(String fallbackUsername) Create an instance of MachineDetectionConfiguration given an JSON stringCreateCall.getMachineDetection()
Get machineDetectionMachineDetectionConfiguration.machineSpeechEndThreshold
(Double machineSpeechEndThreshold) MachineDetectionConfiguration.mode
(MachineDetectionModeEnum mode) MachineDetectionConfiguration.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.MachineDetectionConfiguration.silenceTimeout
(Double silenceTimeout) MachineDetectionConfiguration.speechEndThreshold
(Double speechEndThreshold) MachineDetectionConfiguration.speechThreshold
(Double speechThreshold) Methods in com.bandwidth.sdk.model with parameters of type MachineDetectionConfigurationModifier and TypeMethodDescriptionCreateCall.machineDetection
(MachineDetectionConfiguration machineDetection) void
CreateCall.setMachineDetection
(MachineDetectionConfiguration machineDetection)