Interface AnsweringMachineDetectionQuery
public interface AnsweringMachineDetectionQuery
The
amd object enables Answering Machine
Detection (AMD) and sets whether it works synchronously or asychronously.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builder -
Method Summary
-
Method Details
-
getEnabled
Boolean getEnabled()If set totrue, then AMD is enabled for the call.- Returns:
- enabled
-
getAsync
Boolean getAsync()Determines if AMD is set to operate synchronously or asychronously. Refer to the AMD documentation for more information about this setting.- Returns:
- async
-
builder
Getting builder- Returns:
- New Builder instance
-