public final class PresentationState extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PresentationState.Builder |
Modifier and Type | Method and Description |
---|---|
static PresentationState.Builder |
builder() |
boolean |
equals(Object o) |
List<PresentationStateContext> |
getContexts()
Includes all presentation contexts owned by the skill which were perceptible at the time of the request.
|
int |
hashCode() |
String |
toString() |
public static PresentationState.Builder builder()
public List<PresentationStateContext> getContexts()
Copyright © 2023. All rights reserved.