public final class ExpiredRequest extends Request
Modifier and Type | Class and Description |
---|---|
static class |
ExpiredRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ExpiredRequest.Builder |
builder() |
boolean |
equals(Object o) |
Object |
getExpirationPayload()
The free form JSON object that the skill will receive if and only if the Event Handler duration expired.
|
String |
getToken()
The unique token specified by the StartEventHandlerDirective.
|
int |
hashCode() |
String |
toString() |
getLocale, getRequestId, getTimestamp, getType
public static ExpiredRequest.Builder builder()
public String getToken()
public Object getExpirationPayload()
Copyright © 2023. All rights reserved.