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
-
public class PromptInputEvent extends CallEvent
This callback is triggered as a result of arunMenuaction. It can be triggered from either a user pressing a number of DTMF digits, or by thereturncommand.It's a POST request to the specified calling callback URL. Your application can respond with
SVAMLlogic.Note: PIE callbacks are not issued for DATA Calls, only PSTN and SIP calls.
- See Also:
- PIE
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPromptInputEvent.Builder<B extends PromptInputEvent.Builder<B>>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PromptInputEvent.Builder<?>builder()StringgetApplicationKey()The unique application keyMenuResultgetMenuResult()Information about the returned menu resultStringtoString()-
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
-
-
-
-
Method Detail
-
getApplicationKey
public String getApplicationKey()
The unique application key- Returns:
- Application key value
-
getMenuResult
public MenuResult getMenuResult()
Information about the returned menu result- Returns:
- Menu
-
builder
public static PromptInputEvent.Builder<?> builder()
-
-