Class PromptInputEvent
java.lang.Object
com.sinch.sdk.domains.voice.models.webhooks.WebhooksEvent
com.sinch.sdk.domains.voice.models.webhooks.CallEvent
com.sinch.sdk.domains.voice.models.webhooks.PromptInputEvent
This callback is triggered as a result of a
runMenu
action. It can be triggered from
either a user pressing a number of DTMF digits, or by the return
command.
It's a POST request to the specified calling callback URL. Your application can respond with
SVAML
logic.
Note: PIE callbacks are not issued for DATA Calls, only PSTN and SIP calls.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
PromptInputEvent.Builder<B extends PromptInputEvent.Builder<B>>
-
Method Summary
Modifier and TypeMethodDescriptionstatic PromptInputEvent.Builder
<?> builder()
The unique application keyInformation about the returned menu resulttoString()
Methods inherited from class com.sinch.sdk.domains.voice.models.webhooks.CallEvent
getCustom, getTimestamp
Methods inherited from class com.sinch.sdk.domains.voice.models.webhooks.WebhooksEvent
getCallId, getVersion