Package com.sinch.sdk.domains.voice.models.webhooks
Voice API webhooks related models
- Since:
- 1.0
-
Class Summary Class Description AmdAnswer If Answering Machine Detection (see AMD) is enabled, this object contains information about whether the call was answered by a machine.AmdAnswer.Builder AmdAnswerReasonType The reason that the system used to determine who answered the call.AmdAnswerStatusType The status of a callAnsweredCallEvent This callback is made when the call is picked up by the callee (person receiving the call).AnsweredCallEvent.Builder<B extends AnsweredCallEvent.Builder<B>> CallEvent Base class for webhooks call eventCallEvent.Builder<B extends CallEvent.Builder<B>> DisconnectCallEvent This callback is made when the call is disconnected.DisconnectCallEvent.Builder<B extends DisconnectCallEvent.Builder<B>> IncomingCallEvent This event, called the ICE event, can be triggered by either an incoming data call or an incoming PSTN call.IncomingCallEvent.Builder<B extends IncomingCallEvent.Builder<B>> MenuInputType The type of information that's returnedMenuResult MenuResult.Builder MenuResultInputMethodType The type of input received.NotifyEvent This is the general callback used to send notifications.NotifyEvent.Builder<B extends NotifyEvent.Builder<B>> PromptInputEvent This callback is triggered as a result of arunMenuaction.PromptInputEvent.Builder<B extends PromptInputEvent.Builder<B>> WebhooksEvent WebhooksEvent.Builder<B extends WebhooksEvent.Builder<B>>