public class UserMessage extends ChatMessage
text| Constructor and Description |
|---|
UserMessage(String text) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static UserMessage |
from(String text) |
int |
hashCode() |
String |
toString() |
static UserMessage |
userMessage(String text) |
textpublic UserMessage(String text)
public static UserMessage from(String text)
public static UserMessage userMessage(String text)
Copyright © 2023. All rights reserved.