public final class ConnectionsResponse extends Request
Modifier and Type | Class and Description |
---|---|
static class |
ConnectionsResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static ConnectionsResponse.Builder |
builder() |
boolean |
equals(Object o) |
String |
getName()
Name of the action for which response is received.
|
Map<String,Object> |
getPayload()
This is an object sent from referrer skill as is.
|
ConnectionsStatus |
getStatus()
Get status
|
String |
getToken()
This is the token that the skill originally sent with the ConnectionsSendRequest directive.
|
int |
hashCode() |
String |
toString() |
getLocale, getRequestId, getTimestamp, getType
public static ConnectionsResponse.Builder builder()
public ConnectionsStatus getStatus()
public String getName()
public Map<String,Object> getPayload()
public String getToken()
Copyright © 2023. All rights reserved.