Package | Description |
---|---|
com.amazonaws.services.connectparticipant.model |
Modifier and Type | Method and Description |
---|---|
Item |
Item.clone() |
Item |
Item.withAbsoluteTime(String absoluteTime)
The time when the message or event was sent.
|
Item |
Item.withAttachments(AttachmentItem... attachments)
Provides information about the attachments.
|
Item |
Item.withAttachments(Collection<AttachmentItem> attachments)
Provides information about the attachments.
|
Item |
Item.withContent(String content)
The content of the message or event.
|
Item |
Item.withContentType(String contentType)
The type of content of the item.
|
Item |
Item.withDisplayName(String displayName)
The chat display name of the sender.
|
Item |
Item.withId(String id)
The ID of the item.
|
Item |
Item.withParticipantId(String participantId)
The ID of the sender in the session.
|
Item |
Item.withParticipantRole(ParticipantRole participantRole)
The role of the sender.
|
Item |
Item.withParticipantRole(String participantRole)
The role of the sender.
|
Item |
Item.withType(ChatItemType type)
Type of the item: message or event.
|
Item |
Item.withType(String type)
Type of the item: message or event.
|
Modifier and Type | Method and Description |
---|---|
List<Item> |
GetTranscriptResult.getTranscript()
The list of messages in the session.
|
Modifier and Type | Method and Description |
---|---|
GetTranscriptResult |
GetTranscriptResult.withTranscript(Item... transcript)
The list of messages in the session.
|
Modifier and Type | Method and Description |
---|---|
void |
GetTranscriptResult.setTranscript(Collection<Item> transcript)
The list of messages in the session.
|
GetTranscriptResult |
GetTranscriptResult.withTranscript(Collection<Item> transcript)
The list of messages in the session.
|
Copyright © 2022. All rights reserved.