List<E> type
Type of connection information required.
String participantToken
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.
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 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.
Copyright © 2020. All rights reserved.