Class MenuInputType

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

public class MenuInputType extends EnumDynamic<String,MenuInputType>
The type of information that's returned
  • Field Details

    • ERROR

      public static final MenuInputType ERROR
      Returned if there's an error with the input.
    • RETURN

      public static final MenuInputType RETURN
      Returned when the event has been triggered from a return command
    • SEQUENCE

      public static final MenuInputType SEQUENCE
      Returned when the event has been triggered from collecting DTMF digits
    • TIMEOUT

      public static final MenuInputType TIMEOUT
      Returned when the timeout period has elapsed
    • HANGUP

      public static final MenuInputType HANGUP
      Returned when the call is hung up
    • INVALID_INPUT

      public static final MenuInputType INVALID_INPUT
      InvalidInput
  • Method Details