View source: R/connectparticipant_operations.R
connectparticipant_get_transcript | R Documentation |
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
)
ContactId |
The contactId from the current contact chain for which transcript is needed. |
MaxResults |
The maximum number of results to return in the page. Default: 10. |
NextToken |
The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results. |
ScanDirection |
The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition. |
SortOrder |
The sort order for the records. Default: DESCENDING. |
StartPosition |
A filtering option for where to start. |
ConnectionToken |
[required] The authentication token associated with the participant's connection. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.