Package com.sinch.sdk.domains.voice.models.webhooks
package com.sinch.sdk.domains.voice.models.webhooks
Voice API webhooks related models
- Since:
- 1.0
-
ClassDescriptionIf Answering Machine Detection (see AMD) is enabled, this object contains information about whether the call was answered by a machine.The reason that the system used to determine who answered the call.The status of a callThis callback is made when the call is picked up by the callee (person receiving the call).AnsweredCallEvent.Builder<B extends AnsweredCallEvent.Builder<B>>Base class for webhooks call eventCallEvent.Builder<B extends CallEvent.Builder<B>>This callback is made when the call is disconnected.DisconnectCallEvent.Builder<B extends DisconnectCallEvent.Builder<B>>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>>The type of information that's returnedThe type of input received.This is the general callback used to send notifications.NotifyEvent.Builder<B extends NotifyEvent.Builder<B>>This callback is triggered as a result of a
runMenu
action.PromptInputEvent.Builder<B extends PromptInputEvent.Builder<B>>WebhooksEvent.Builder<B extends WebhooksEvent.Builder<B>>