Retrieves a transcript of the session, including details about any attachments. For information about accessing past chat contact transcripts for a persistent chat, see Enable persistent chat.
See https://www.paws-r-sdk.com/docs/connectparticipant_get_transcript/ for full documentation.
connectparticipant_get_transcript(
ContactId = NULL,
MaxResults = NULL,
NextToken = NULL,
ScanDirection = NULL,
SortOrder = NULL,
StartPosition = NULL,
ConnectionToken
)
The contactId from the current contact chain for which transcript is needed.
The maximum number of results to return in the page. Default: 10.
The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition.
The sort order for the records. Default: DESCENDING.
A filtering option for where to start.
[required] The authentication token associated with the participant's connection.