Interface VoiceWebhookEvent
- All Known Subinterfaces:
AnsweredCallEvent,DisconnectedCallEvent,IncomingCallEvent,NotificationEvent,PromptInputEvent
public interface VoiceWebhookEvent
VoiceWebhookEvent
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceVoiceWebhookEvent.Builder<B extends VoiceWebhookEvent.Builder<B>>Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionUsed 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
-