public class ChatParticipant
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChatParticipant.Builder |
| Constructor and Description |
|---|
ChatParticipant() |
| Modifier and Type | Method and Description |
|---|---|
static ChatParticipant.Builder |
builder() |
java.lang.String |
getParticipantId()
Globally unique profile identifier.
|
ChatRole |
getRole()
Get participant role in associated conversation.
|
public java.lang.String getParticipantId()
public ChatRole getRole()
public static ChatParticipant.Builder builder()