Interface AnsweredCallEvent
- All Superinterfaces:
VoiceWebhookCallEvent
,VoiceWebhookEvent
The request body of an Answered Call Event.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builderstatic class
Must have the valueace
. -
Method Summary
Modifier and TypeMethodDescriptionstatic AnsweredCallEvent.Builder
builder()
Getting buildergetAmd()
Get amdThe unique application key.A string that can be used to pass custom information related to the call.The timestamp in UTC format.Methods inherited from interface com.sinch.sdk.domains.voice.models.v1.webhooks.VoiceWebhookEvent
getCallid, getVersion
-
Method Details
-
getTimestamp
Instant getTimestamp()The timestamp in UTC format.- Specified by:
getTimestamp
in interfaceVoiceWebhookCallEvent
- Returns:
- timestamp
-
getCustom
String getCustom()A string that can be used to pass custom information related to the call.- Specified by:
getCustom
in interfaceVoiceWebhookCallEvent
- Returns:
- custom
-
getApplicationKey
String getApplicationKey()The unique application key. You can find it in the Sinch dashboard.- Specified by:
getApplicationKey
in interfaceVoiceWebhookCallEvent
- Returns:
- applicationKey
-
getAmd
Get amd- Returns:
- amd
-
builder
Getting builder- Returns:
- New Builder instance
-