public final class Person extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Person.Builder |
Modifier and Type | Method and Description |
---|---|
static Person.Builder |
builder() |
boolean |
equals(Object o) |
String |
getAccessToken()
A token identifying the user in another system.
|
String |
getPersonId()
A string that represents a unique identifier for the person who is interacting with Alexa.
|
int |
hashCode() |
String |
toString() |
public static Person.Builder builder()
public String getPersonId()
public String getAccessToken()
Copyright © 2023. All rights reserved.