public final class ConnectionCompleted extends Cause
Modifier and Type | Class and Description |
---|---|
static class |
ConnectionCompleted.Builder |
Modifier and Type | Method and Description |
---|---|
static ConnectionCompleted.Builder |
builder() |
boolean |
equals(Object o) |
Object |
getResult()
This is the result object to resume the skill's suspended session.
|
Status |
getStatus()
Get status
|
String |
getToken()
This is an echo back string that skills send when during Connections.StartConnection directive.
|
int |
hashCode() |
String |
toString() |
public static ConnectionCompleted.Builder builder()
public String getToken()
public Status getStatus()
public Object getResult()
Copyright © 2023. All rights reserved.