Interface NotificationEvent

All Superinterfaces:
VoiceSinchEvent

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

    • getType

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

      String getDestination()
      Used in some types of events, it presents the destination of the generated recording or transcription files.
      Returns:
      destination
    • getAmd

      Get amd
      Returns:
      amd
    • getCustom

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

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