Interface NotificationEvent

All Superinterfaces:
VoiceWebhookEvent

public interface NotificationEvent extends VoiceWebhookEvent
The request body of a Notify Event.
  • Method Details

    • getType

      String getType()
      The type of information communicated in the notification.
      Returns:
      type
    • getCustom

      String getCustom()
      An optional parameter containing notification-specific information.
      Returns:
      custom
    • builder

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