String contentType
Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.
String attachmentId
A unique identifier for the attachment.
String attachmentName
A case-sensitive name of the attachment being uploaded.
String status
Status of the attachment.
List<E> attachmentIds
A list of unique identifiers for the attachments.
String clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
String connectionToken
The authentication token associated with the participant's connection.
List<E> type
Type of connection information required.
String participantToken
This is a header parameter.
The Participant Token as obtained from StartChatContact API response.
Websocket websocket
Creates the participant's websocket connection.
ConnectionCredentials connectionCredentials
Creates the participant's connection credentials. The authentication token associated with the participant's connection.
String contactId
The contactId from the current contact chain for which transcript is needed.
Integer maxResults
The maximum number of results to return in the page. Default: 10.
String nextToken
The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
String scanDirection
The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition.
String sortOrder
The sort order for the records. Default: DESCENDING.
StartPosition startPosition
A filtering option for where to start.
String connectionToken
The authentication token associated with the participant's connection.
String absoluteTime
The time when the message or event was sent.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
String content
The content of the message or event.
String contentType
The type of content of the item.
String id
The ID of the item.
String type
Type of the item: message or event.
String participantId
The ID of the sender in the session.
String displayName
The chat display name of the sender.
String participantRole
The role of the sender. For example, is it a customer, agent, or system.
List<E> attachments
Provides information about the attachments.
String contentType
The content type of the request. Supported types are:
application/vnd.amazonaws.connect.event.typing
application/vnd.amazonaws.connect.event.connection.acknowledged
String content
The content of the event to be sent (for example, message text). This is not yet supported.
String clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
String connectionToken
The authentication token associated with the participant's connection.
String contentType
The type of the content. Supported types are text/plain.
String content
The content of the message.
String clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
String connectionToken
The authentication token associated with the connection.
String contentType
Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.
Long attachmentSizeInBytes
The size of the attachment in bytes.
String attachmentName
A case-sensitive name of the attachment being uploaded.
String clientToken
A unique case sensitive identifier to support idempotency of request.
String connectionToken
The authentication token associated with the participant's connection.
String attachmentId
A unique identifier for the attachment.
UploadMetadata uploadMetadata
Fields to be used while uploading the attachment.
String id
The ID of the message or event where to start.
String absoluteTime
The time in ISO format where to start.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
Integer mostRecent
The start position of the most recent message where you want to start.
String url
The pre-signed URL using which file would be downloaded from Amazon S3 by the API caller.
String urlExpiry
The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
Map<K,V> headersToInclude
The headers to be provided while uploading the file to the URL.
Copyright © 2021. All rights reserved.