public final class SendRequestDirective extends Directive
Modifier and Type | Class and Description |
---|---|
static class |
SendRequestDirective.Builder |
Modifier and Type | Method and Description |
---|---|
static SendRequestDirective.Builder |
builder() |
boolean |
equals(Object o) |
String |
getName()
This defines the name of the Connection skill is trying to execute.
|
Map<String,Object> |
getPayload()
This is an object sent between the two skills for processing a ConnectionsRequest or ConnectionsResponse.
|
String |
getToken()
This is an echo back string that skills send when during Connections.SendRequest directive.
|
int |
hashCode() |
String |
toString() |
public static SendRequestDirective.Builder builder()
public String getName()
public Map<String,Object> getPayload()
public String getToken()
Copyright © 2023. All rights reserved.