Interface AnsweredCallEventAnsweringMachineDetection
public interface AnsweredCallEventAnsweringMachineDetection
If Answering Machine
Detection (AMD) is enabled, this object contains information about whether the call was
answered by a machine.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builderstatic class
The reason that the system used to determine who answered the call.static class
The determination by the system of who answered the call. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderThe length of the call.The reason that the system used to determine who answered the call.The determination by the system of who answered the call.
-
Method Details
-
getStatus
The determination by the system of who answered the call.- Returns:
- status
-
getReason
The reason that the system used to determine who answered the call.- Returns:
- reason
-
getDuration
Integer getDuration()The length of the call.- Returns:
- duration
-
builder
Getting builder- Returns:
- New Builder instance
-