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. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
String connectionToken
The authentication token associated with the participant's connection.
List<E> type
Type of connection information required. If you need CONNECTION_CREDENTIALS
along with marking
participant as connected, pass CONNECTION_CREDENTIALS
in Type
.
String participantToken
This is a header parameter.
The ParticipantToken as obtained from StartChatContact API response.
Boolean connectParticipant
Amazon Connect Participant is used to mark the participant as connected for customer participant in message streaming, as well as for agent or manager participant in non-streaming chats.
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.
View view
A view resource object. Contains metadata and content necessary to render the view.
String clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
String connectionToken
The authentication token associated with the participant's connection.
String url
This is the pre-signed URL that can be used for uploading the file to Amazon S3 when used in response to StartAttachmentUpload.
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.
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.
MessageMetadata messageMetadata
The metadata related to the message. Currently this supports only information related to message receipts.
String relatedContactId
The contactId on which the transcript item was originally sent. This field is only populated for persistent chats when the transcript item is from the past chat session. For more information, see Enable persistent chat.
String contactId
The contactId on which the transcript item was originally sent. This field is populated only when the transcript item is from the current chat session.
String contentType
The content type of the request. Supported types are:
application/vnd.amazonaws.connect.event.typing
application/vnd.amazonaws.connect.event.connection.acknowledged
application/vnd.amazonaws.connect.event.message.delivered
application/vnd.amazonaws.connect.event.message.read
String content
The content of the event to be sent (for example, message text). For content related to message receipts, this is supported in the form of a JSON string.
Sample Content: "{\"messageId\":\"11111111-aaaa-bbbb-cccc-EXAMPLE01234\"}"
String clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
String connectionToken
The authentication token associated with the participant's connection.
String contentType
The type of the content. Supported types are text/plain
, text/markdown
,
application/json
, and application/vnd.amazonaws.connect.message.interactive.response
.
String content
The content of the message.
For text/plain
and text/markdown
, the Length Constraints are Minimum of 1, Maximum of
1024.
For application/json
, the Length Constraints are Minimum of 1, Maximum of 12000.
For application/vnd.amazonaws.connect.message.interactive.response
, the Length Constraints are
Minimum of 1, Maximum of 12288.
String clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
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 that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
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
This is the pre-signed URL that can be used for uploading the file to Amazon S3 when used in response to StartAttachmentUpload.
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.
String id
The identifier of the view.
String arn
The Amazon Resource Name (ARN) of the view.
String name
The name of the view.
Integer version
The current version of the view.
ViewContent content
View content containing all content necessary to render a view except for runtime input data.
Copyright © 2023. All rights reserved.