Class AmdAnswerReasonType

java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,AmdAnswerReasonType>
com.sinch.sdk.domains.voice.models.webhooks.AmdAnswerReasonType

public class AmdAnswerReasonType extends EnumDynamic<String,AmdAnswerReasonType>
The reason that the system used to determine who answered the call.
  • Field Details

    • LONG_GREETING

      public static final AmdAnswerReasonType LONG_GREETING
      If the greeting is too long, this could be indicative of an answering machine.
    • INITIAL_SILENCE

      public static final AmdAnswerReasonType INITIAL_SILENCE
      If there is an initial silence after the call is answered before the greeting starts, this could be indicative of an answering machine.
  • Method Details