Interface VoiceWebhookEvent

All Known Subinterfaces:
AnsweredCallEvent, DisconnectedCallEvent, IncomingCallEvent, NotificationEvent, PromptInputEvent

public interface VoiceWebhookEvent
VoiceWebhookEvent
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Dedicated Builder
  • Method Summary

    Modifier and Type
    Method
    Description
    Used in some types of events, it presents the unique ID assigned to this call.
    Used in some types of events, it presents the unique Conference ID assigned to this call.
    The current API version.
  • Method Details

    • getCallid

      String getCallid()
      Used in some types of events, it presents the unique ID assigned to this call.
      Returns:
      callid
    • getConferenceId

      String getConferenceId()
      Used in some types of events, it presents the unique Conference ID assigned to this call.
      Returns:
      conferenceId
    • getVersion

      Integer getVersion()
      The current API version.
      Returns:
      version