Interface AnsweringMachineDetection
- All Known Subinterfaces:
AnsweredCallEventAnsweringMachineDetection
public interface AnsweringMachineDetection
If Answering Machine
Detection (AMD) is enabled, this object contains information about whether the call was
answered by a machine.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builderstatic classThe reason that the system used to determine who answered the call.static classThe 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
AnsweringMachineDetection.StatusEnum getStatus()The determination by the system of who answered the call.- Returns:
- status
-
getReason
AnsweringMachineDetection.ReasonEnum 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
-