Class PromptInputEvent


public class PromptInputEvent extends CallEvent
This callback is triggered as a result of a runMenu action. It can be triggered from either a user pressing a number of DTMF digits, or by the return command.

It's a POST request to the specified calling callback URL. Your application can respond with SVAML logic.

Note: PIE callbacks are not issued for DATA Calls, only PSTN and SIP calls.

See Also:
  • Method Details

    • getApplicationKey

      public String getApplicationKey()
      The unique application key
      Returns:
      Application key value
    • getMenuResult

      public MenuResult getMenuResult()
      Information about the returned menu result
      Returns:
      Menu
    • toString

      public String toString()
      Overrides:
      toString in class CallEvent
    • builder

      public static PromptInputEvent.Builder<?> builder()