public final class CreateChatThreadResult
extends java.lang.Object
| Constructor and Description |
|---|
CreateChatThreadResult() |
| Modifier and Type | Method and Description |
|---|---|
ChatThreadProperties |
getChatThread()
Get the chatThread property: Chat thread.
|
java.util.List<CommunicationError> |
getInvalidParticipants()
Get the invalidParticipants property: The participants that failed to be added to the chat thread.
|
CreateChatThreadResult |
setChatThread(ChatThreadProperties chatThread)
Set the chatThread property: Chat thread.
|
public ChatThreadProperties getChatThread()
public CreateChatThreadResult setChatThread(ChatThreadProperties chatThread)
chatThread - the chatThread value to set.public java.util.List<CommunicationError> getInvalidParticipants()