public final class ConnectionsRequest extends Request
Modifier and Type | Class and Description |
---|---|
static class |
ConnectionsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ConnectionsRequest.Builder |
builder() |
boolean |
equals(Object o) |
String |
getName()
Name of the action sent by the referrer skill.
|
Map<String,Object> |
getPayload()
This is an object sent between the two skills for processing a ConnectionsRequest or ConnectionsResponse.
|
int |
hashCode() |
String |
toString() |
getLocale, getRequestId, getTimestamp, getType
public static ConnectionsRequest.Builder builder()
public String getName()
public Map<String,Object> getPayload()
Copyright © 2023. All rights reserved.