Interface PromptInputEvent

All Superinterfaces:
VoiceWebhookEvent

public interface PromptInputEvent extends VoiceWebhookEvent
The request body of a Prompt Input Event.
  • Method Details

    • getTimestamp

      Instant getTimestamp()
      The timestamp in UTC format.
      Returns:
      timestamp
    • getMenuResult

      MenuResult getMenuResult()
      Get menuResult
      Returns:
      menuResult
    • getCustom

      String getCustom()
      A string that can be used to pass custom information related to the call.
      Returns:
      custom
    • getApplicationKey

      String getApplicationKey()
      The unique application key. You can find it in the Sinch dashboard.
      Returns:
      applicationKey
    • builder

      static PromptInputEvent.Builder builder()
      Getting builder
      Returns:
      New Builder instance