Item.Builder |
Item.Builder.absoluteTime(String absoluteTime) |
The time when the message or event was sent.
|
Item.Builder |
Item.Builder.attachments(Collection<AttachmentItem> attachments) |
Provides information about the attachments.
|
Item.Builder |
Item.Builder.attachments(Consumer<AttachmentItem.Builder>... attachments) |
Provides information about the attachments.
|
Item.Builder |
Item.Builder.attachments(AttachmentItem... attachments) |
Provides information about the attachments.
|
static Item.Builder |
Item.builder() |
|
Item.Builder |
Item.Builder.contactId(String contactId) |
The contactId on which the transcript item was originally sent.
|
Item.Builder |
Item.Builder.content(String content) |
The content of the message or event.
|
Item.Builder |
Item.Builder.contentType(String contentType) |
The type of content of the item.
|
Item.Builder |
Item.Builder.displayName(String displayName) |
The chat display name of the sender.
|
Item.Builder |
Item.Builder.id(String id) |
The ID of the item.
|
default Item.Builder |
Item.Builder.messageMetadata(Consumer<MessageMetadata.Builder> messageMetadata) |
The metadata related to the message.
|
Item.Builder |
Item.Builder.messageMetadata(MessageMetadata messageMetadata) |
The metadata related to the message.
|
Item.Builder |
Item.Builder.participantId(String participantId) |
The ID of the sender in the session.
|
Item.Builder |
Item.Builder.participantRole(String participantRole) |
The role of the sender.
|
Item.Builder |
Item.Builder.participantRole(ParticipantRole participantRole) |
The role of the sender.
|
Item.Builder |
Item.Builder.relatedContactId(String relatedContactId) |
The contactId on which the transcript item was originally sent.
|
Item.Builder |
Item.toBuilder() |
|
Item.Builder |
Item.Builder.type(String type) |
Type of the item: message or event.
|
Item.Builder |
Item.Builder.type(ChatItemType type) |
Type of the item: message or event.
|